Closed bakerboy908 closed 2 years ago
thanks, I think we may need a longer log from you to diagnose this. anybody else using spotify successfully with the latest image? (@bverhagen ?)
owntone.log Here is a current log
Owntone (forked-daapd) has changed its spotify client implementation in their master branch, I am currently in that one for testing purposes. As soon as they create a new release, it will automagically be included here too.
In the meantime, you can do similar changes as I did here: https://github.com/bverhagen/docker-daapd for aarch64 (you will want to change these in the ordinary Dockerfile). Follow the instructions in the Readme for building the container image yourself.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
In the latest version of this image ( 28.2-ls53 ), this should work for AArch64.
PR #55 removes the temporary Librespot workaround.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Expected Behavior
Music should play back
Current Behavior
No playback with internal server error when ever trying to play Spotify
Steps to Reproduce
Environment
OS: CPU architecture: x86_64 How docker service was installed:
Installed from docker hub
Command used to create docker container (run/create/compose/screenshot)
daapd: image: ghcr.io/linuxserver/daapd container_name: daapd network_mode: host environment:
Docker logs
[2021-07-26 10:34:32] [ LOG] web: OAuth request: '/oauth/spotify?code=thecodewashere' [2021-07-26 10:34:32] [ INFO] http: Making request for https://accounts.spotify.com/api/token [2021-07-26 10:34:32] [ INFO] http: Making request for https://api.spotify.com/v1/me [2021-07-26 10:34:32] [ INFO] db: No matching row found for query: SELECT p.id FROM playlists p WHERE p.path = 'spotify:playlistfolder'; [2021-07-26 10:34:32] [ WARN] lib: Playlist with missing values (path='spotify:playlistfolder', directory='0', virtual_path='(null)') [2021-07-26 10:34:32] [ INFO] db: No matching row found for query: SELECT p.id FROM playlists p WHERE p.path = 'spotify:savedtracks'; [2021-07-26 10:34:32] [ INFO] http: Making request for https://api.spotify.com/v1/me/albums?limit=50&market=AU [2021-07-26 10:34:33] [ LOG] spotify: Can't register music, not connected and logged in to Spotify [2021-07-26 10:34:33] [ LOG] spotify: Can't register music, not connected and logged in to Spotify [2021-07-26 10:34:33] [ LOG] spotify: Can't register music, not connected and logged in to Spotify [2021-07-26 10:34:33] [ LOG] spotify: Can't register music, not connected and logged in to Spotify