InputUsername / rescrobbled

MPRIS music scrobbler daemon
GNU General Public License v3.0
235 stars 13 forks source link

Scrobbling failure #122

Open Szewcson opened 1 year ago

Szewcson commented 1 year ago

When I trying scrobbling I got such errors:

Authenticated with Last.fm successfully!
Looking for an active MPRIS player...
Found active player Rhythmbox
----
Failed to update status on Last.fm

Caused by:
    Now playing request failed: Status code 400 Bad Request indicates failure
Now playing:  - Spetsnaz - IndifferenceTrack submitted to Last.fm successfully
----
Failed to update status on Last.fm

Caused by:
    Now playing request failed: Status code 400 Bad Request indicates failure
Now playing:  - The Mao Tse Tung Experience - Revlove DreamsTrack submitted to Last.fm successfully
----
Failed to update status on Last.fm

Caused by:
    Now playing request failed: Status code 400 Bad Request indicates failure
Now playing:  - Unit 187 - Capital PunishmentTrack submitted to Last.fm successfully

I'm using basic.py as a script.

vagos commented 11 months ago

On my machine, the same error occured when I had two instances of rescrobbled running, one of which was started together with my X session from my .xinitrc and the second one from the terminal.

So, a possible solution is to kill all other rescrobbled instances (killall rescrobbled)