Last.fm scrobbling is broken on Linux #908
Labels
desktop
Desktop-specific issues
playback reporting
Issues related to playback reporting
playback
Issues related to playback
redesign-beta
Issues related to the beta/redsigned version of Finamp
upstream issue
Issue requires changes to an upstream project (Flutter framework, used package/plugin)
On Linux (flatpak), it seems like Finamp never properly reports a track as completed to the server. While playing a track, it correctly shows up in last.fm as "playing", however it never gets scrobbled properly. Just from a surface-level inspection, I think this stems from the same base issue as #907, which is that the
playbackState
never gets properly updated toAudioProcessingState.completed
, which is evidenced by the fact that in the logs, PlaybackHistoryService doesn't log a "Stopping playback progress" message when a track is completed, and it instead logs an "Updating playback state" message and just repeats from the beginning of the queue immediately.The text was updated successfully, but these errors were encountered: