mopidy / mopidy-scrobbler

Mopidy extension for scrobbling played tracks to Last.fm
https://mopidy.com/ext/scrobbler/
Apache License 2.0
66 stars 14 forks source link

Listened tracks history is not saved on Last.fm #10

Closed Granga closed 9 years ago

Granga commented 9 years ago

Last.fm shows only the currently playing song. When song finishes, it isn't saved in last.fm history. This happens in both cases:

My setup: Mopidy 0.19.5 Mopidy-Scrobbler: 1.1.1 OS: Raspbian

jodal commented 9 years ago

Both "now playing" and "scrobbling" works for me with:

I've noticed some activity in the pylast project recently, so I installed pylast 1.1.0 from PyPI, and retested. Both "now playing" and "scrobbling" still works.

Changed Mopidy version from the develop branch to the v0.19.5 tag, and everything still works.

How can I reproduce your issue?

jodal commented 9 years ago

BTW, the command mopidy deps will list which pylast version your installation of Mopidy-Scrobbler use.

Granga commented 9 years ago

My setup has pylast 1.1.0. Here's full dependencies output: https://gist.github.com/Granga/7d86d3bc765130d27f9a#file-gistfile1-txt

Normally, mopidy runs as service, but I also tried to run it manually. Still same issue. Mopidy device is behind router, with UPnP disabled.

Just to make sure there's no problem with OS installation, soon I will try other OS and test from there.

Granga commented 9 years ago

I found what caused this problem: The date/time of the machine was not up to date.

Updating the date/time fixed the issue.

Thanks.