You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Other clients (e.g. navidrome's web UI, symfonium, etc) that I use with my navidrome server enact navidrome's built-in scrobbling (e.g. to last.fm) without issue.
For some reason, asknavidrome does not ever seem to scrobble.
The text was updated successfully, but these errors were encountered:
in PlaybackFinishedHandler before the call to play_queue.get_next_track()
Figuring this out and doing it was pretty easy.
However, in the course of trying to manually build asknavidrome, I ran into a segmentation fault on the line from flask_ask_sdk.skill_adapter import SkillAdapter
I could not resolve that issue until I moved from alpine (in the original Dockerfile) to python:3.10.7-slim.
THAT was a PITA to figure out and deal with.
Other clients (e.g. navidrome's web UI, symfonium, etc) that I use with my navidrome server enact navidrome's built-in scrobbling (e.g. to last.fm) without issue.
For some reason, asknavidrome does not ever seem to scrobble.
The text was updated successfully, but these errors were encountered: