Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some tracks are not beign uploaded #100

Open
chupamelapolla opened this issue Jul 19, 2024 · 1 comment
Open

Some tracks are not beign uploaded #100

chupamelapolla opened this issue Jul 19, 2024 · 1 comment

Comments

@chupamelapolla
Copy link

What the title says, ocassionally on lastfm it shows the 'scrobbling now' thing but doesn't saves anything to the listening history
and I constantly see timeout errors in the systemd log:


DEBUG   events::add_event:now_playing[Music Player Daemon] in 0.00s, elapsed 0.00s
DEBUG   events::add_event:queue[Music Player Daemon] in 140.00s
INFO    scrobbler::now_playing[Music Player Daemon]: **THIS DOESN'T MATTERS**
DEBUG   events::add_event:now_playing[Music Player Daemon] in 65.00s, elapsed 0.00s
WARNING curl::transfer::done[1]: https://api.listenbrainz.org/1/submit-listens => (28) Connection timed out after 10404 milliseconds
INFO     api::submitted_to[listenbrainz.org]: nok
DEBUG   curl::retrying[1]: in 3.00s
WARNING curl::transfer::done[0]: https://ws.audioscrobbler.com/2.0/?format=json => (28) Connection timed out after 10411 milliseconds
INFO     api::submitted_to[last.fm]: nok
DEBUG   curl::retrying[1]: in 3.00s

I have no idea what causes it, it also kinda breaks listenbrainz too, since it doesn't stops showing the "Listening now" thing for a track I previously played unless I play another track. I believe this has to do more with the thing I'm using to add MPRIS support to MPD than mpris-scrobbler.

@mariusor
Copy link
Owner

I can't help with the timeouts, if the API call falls for five times it stops trying, there's nothing to be done about that in the application.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants