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

Mopidy-YouTube don't scrobble #13

Closed liftarn closed 9 years ago

liftarn commented 9 years ago

There seems to be no scrobbling of YouTube tracks. Not even a "Now playing".

kingosticks commented 9 years ago

Duplicate of https://github.com/mopidy/mopidy-scrobbler/issues/6

kingosticks commented 9 years ago

I tell a lie. not a duplicate.

Do you see any log messages?

jodal commented 9 years ago

No response in a month. Please reopen if you have more details to add.

liftarn commented 9 years ago

When I play a track from YouTube, for instance go to search and search just tracks fron YouTube. Play the track. When you view your page of Last.fm it says not that you are now playing the track nor does it say you have listened to it after it has finished playing. No scrobbling seem to take place.

liftarn commented 9 years ago

I found this in the log: 2015-03-29 00:34:37,426 - WARNING Error submitting played track to Last.fm: trackNumber is not a valid integer: None 2015-03-29 00:34:37,712 - WARNING Error submitting playing track to Last.fm: trackNumber is not a valid integer: None

jodal commented 9 years ago

What version of Mopidy-Scrobbler do you use? I think this was fixed in Mopidy-Scrobbler 1.1.1.

liftarn commented 9 years ago

Mopidy-Scrobbler: 1.1.0 from /usr/local/lib/python2.7/dist-packages Mopidy-Youtube: 1.0.1 from /usr/local/lib/python2.7/dist-packages so it wasn't fixed in the one I use?

jodal commented 9 years ago

Correct. sudo pip install --upgrade mopidy-scrobbler should fix it.