I'm running a go-librespot instance via Volumio. My instance originally ran v0.7.1, so I manually upgraded it to v0.7.4 to hopefully fix the problem. Unfortunately, no dice.
When I login to the host, I see the following logs. The invalid status code from context resolve: 504 looks concerning.
Jul 14 12:01:48 herc go-librespot[2845]: time="2026-07-14T12:01:48-04:00" level=debug msg="handling transfer player command from XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
Jul 14 12:01:53 herc go-librespot[2845]: time="2026-07-14T12:01:53-04:00" level=warning msg="failed handling dealer request" error="failed creating track list: failed initializing context resolver: failed resolving context spotify:station:track:5uXacxdjE3cNAzXmtO79o9: invalid status code from context resolve: 504"
Jul 14 12:01:53 herc go-librespot[2845]: time="2026-07-14T12:01:53-04:00" level=error msg="failed receiving dealer message" error="failed to get reader: received close frame: status = StatusNormalClosure and reason = \"Request disconnect\""
Jul 14 12:01:53 herc go-librespot[2845]: time="2026-07-14T12:01:53-04:00" level=debug msg="connected to gew4-dealer.spotify.com:443"
Jul 14 12:01:53 herc go-librespot[2845]: time="2026-07-14T12:01:53-04:00" level=debug msg="re-established dealer connection"
Jul 14 12:01:53 herc go-librespot[2845]: time="2026-07-14T12:01:53-04:00" level=debug msg="received connection id: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
Jul 14 12:01:53 herc go-librespot[2845]: time="2026-07-14T12:01:53-04:00" level=debug msg="put connect state because NEW_DEVICE"
I'm running a go-librespot instance via Volumio. My instance originally ran v0.7.1, so I manually upgraded it to v0.7.4 to hopefully fix the problem. Unfortunately, no dice.
When I login to the host, I see the following logs. The
invalid status code from context resolve: 504looks concerning.