Feb 18 00:04:03 volumio go-librespot[2719]: time="2026-02-18T00:04:03+02:00" level=trace msg="sent dealer ping"
Feb 18 00:04:03 volumio go-librespot[2719]: time="2026-02-18T00:04:03+02:00" level=trace msg="received dealer pong"
Feb 18 00:04:08 volumio nmbd[1300]: [2026/02/18 00:04:08.523763, 0] ../../source3/nmbd/nmbd_namequery.c:109(query_name_response)
Feb 18 00:04:08 volumio nmbd[1300]: query_name_response: Multiple (2) responses received for a query on subnet 192.168.0.75 for name WORKGROUP<1d>.
Feb 18 00:04:08 volumio nmbd[1300]: This response was from IP 192.168.0.242, reporting an IP address of 192.168.0.242.
Feb 18 00:04:21 volumio go-librespot[2719]: time="2026-02-18T00:04:21+02:00" level=error msg="failed receiving packet" error="failed reading packet header: read tcp 192.168.0.75:33110->104.154.127.247:4070: read: connection reset by peer"
Feb 18 00:04:26 volumio go-librespot[2719]: time="2026-02-18T00:04:26+02:00" level=debug msg="connected to ap-gew4.spotify.com:443"
Feb 18 00:04:27 volumio go-librespot[2719]: time="2026-02-18T00:04:27+02:00" level=debug msg="completed keyexchange"
Feb 18 00:04:27 volumio go-librespot[2719]: time="2026-02-18T00:04:27+02:00" level=debug msg="completed challenge"
Feb 18 00:04:33 volumio go-librespot[2719]: time="2026-02-18T00:04:33+02:00" level=trace msg="sent dealer ping"
Feb 18 00:04:59 volumio go-librespot[2719]: time="2026-02-18T00:04:59+02:00" level=debug msg="connected to ap-gae2.spotify.com:80"
Feb 18 00:05:00 volumio go-librespot[2719]: time="2026-02-18T00:05:00+02:00" level=debug msg="completed keyexchange"
Feb 18 00:05:00 volumio go-librespot[2719]: time="2026-02-18T00:05:00+02:00" level=debug msg="completed challenge"
Feb 18 00:05:01 volumio go-librespot[2719]: time="2026-02-18T00:05:01+02:00" level=info msg="authenticated AP" username="ra******ea"
Feb 18 00:05:01 volumio go-librespot[2719]: time="2026-02-18T00:05:01+02:00" level=debug msg="re-established accesspoint connection"
Feb 18 00:05:01 volumio go-librespot[2719]: time="2026-02-18T00:05:01+02:00" level=trace msg="received accesspoint ping"
Feb 18 00:05:01 volumio go-librespot[2719]: time="2026-02-18T00:05:01+02:00" level=debug msg="skipping packet PacketTypeSecretBlock, len: 336"
Feb 18 00:05:01 volumio go-librespot[2719]: time="2026-02-18T00:05:01+02:00" level=debug msg="skipping packet PacketTypeLicenseVersion, len: 2"
Feb 18 00:05:03 volumio go-librespot[2719]: time="2026-02-18T00:05:03+02:00" level=error msg="did not receive last pong from dealer, 59s passed"
Feb 18 00:05:08 volumio go-librespot[2719]: time="2026-02-18T00:05:08+02:00" level=error msg="failed receiving dealer message" error="failed to get reader: use of closed network connection"
Feb 18 00:05:17 volumio go-librespot[2719]: time="2026-02-18T00:05:17+02:00" level=error msg="failed receiving packet" error="failed reading packet payload: read tcp 192.168.0.75:47240->104.199.241.202:80: read: connection reset by peer"
Feb 18 00:05:28 volumio go-librespot[2719]: time="2026-02-18T00:05:28+02:00" level=warning msg="failed fetching new endpoint for accesspoint" error="failed fetching apresolve URL: Get \"https://apresolve.spotify.com/?type=accesspoint\": net/http: TLS handshake timeout"
Feb 18 00:05:33 volumio go-librespot[2719]: time="2026-02-18T00:05:33+02:00" level=error msg="did not receive last pong from dealer, 89s passed"
Feb 18 00:05:33 volumio go-librespot[2719]: time="2026-02-18T00:05:33+02:00" level=error msg="did not receive last pong ack from accesspoint, 148s passed"
Feb 18 00:05:33 volumio go-librespot[2719]: panic: runtime error: invalid memory address or nil pointer dereference
Feb 18 00:05:33 volumio go-librespot[2719]: [signal SIGSEGV: segmentation violation code=0x1 addr=0xc pc=0x4f6f14]
Feb 18 00:05:33 volumio go-librespot[2719]: goroutine 65076 gp=0x3a7f328 m=4 mp=0x2c4d808 [running]:
Feb 18 00:05:33 volumio go-librespot[2719]: panic({0x82e098, 0xf78250})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/panic.go:802 +0x148 fp=0x2e93f20 sp=0x2e93ecc pc=0xa92ec
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.panicmem(...)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/panic.go:262
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.sigpanic()
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/signal_unix.go:925 +0x384 fp=0x2e93f50 sp=0x2e93f20 pc=0xabca4
Feb 18 00:05:33 volumio go-librespot[2719]: github.com/devgianlu/go-librespot/ap.(*Accesspoint).pongAckTicker(0x2c18008)
Feb 18 00:05:33 volumio go-librespot[2719]: /src/ap/ap.go:380 +0x284 fp=0x2e93fe4 sp=0x2e93f54 pc=0x4f6f14
Feb 18 00:05:33 volumio go-librespot[2719]: github.com/devgianlu/go-librespot/ap.(*Accesspoint).Receive.(*Accesspoint).startReceiving.func1.gowrap2()
Feb 18 00:05:33 volumio go-librespot[2719]: /src/ap/ap.go:277 +0x28 fp=0x2e93fec sp=0x2e93fe4 pc=0x4f63e8
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.goexit({})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/asm_arm.s:877 +0x4 fp=0x2e93fec sp=0x2e93fec pc=0xb0874
Feb 18 00:05:33 volumio go-librespot[2719]: created by github.com/devgianlu/go-librespot/ap.(*Accesspoint).Receive.(*Accesspoint).startReceiving.func1 in goroutine 65035
Feb 18 00:05:33 volumio go-librespot[2719]: /src/ap/ap.go:277 +0x15c
Feb 18 00:05:33 volumio go-librespot[2719]: goroutine 1 gp=0x2c02128 m=nil [select, 860 minutes]:
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.gopark(0x960f10, 0x0, 0x9, 0x3, 0x1)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/proc.go:460 +0x104 fp=0x2e95ce8 sp=0x2e95cd4 pc=0xa97c0
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.selectgo(0x2e95df8, 0x2e29dc4, 0x0, 0x0, 0x2, 0x1)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/select.go:351 +0xc4c fp=0x2e95d98 sp=0x2e95ce8 pc=0x85000
Feb 18 00:05:33 volumio go-librespot[2719]: github.com/devgianlu/go-librespot/zeroconf.(*Zeroconf).Serve(0x2c9f4a0, 0x2e95e90)
Feb 18 00:05:33 volumio go-librespot[2719]: /src/zeroconf/zeroconf.go:283 +0x21c fp=0x2e95e3c sp=0x2e95d98 pc=0x61db0c
Feb 18 00:05:33 volumio go-librespot[2719]: main.(*App).withAppPlayer(0x2cce880, {0xa260ac, 0xfdcff0}, 0x2cad7b0)
Feb 18 00:05:33 volumio go-librespot[2719]: /src/cmd/daemon/main.go:340 +0x580 fp=0x2e95ed0 sp=0x2e95e3c pc=0x6ab088
Feb 18 00:05:33 volumio go-librespot[2719]: main.(*App).withCredentials(...)
Feb 18 00:05:33 volumio go-librespot[2719]: /src/cmd/daemon/main.go:209
Feb 18 00:05:33 volumio go-librespot[2719]: main.(*App).SpotifyToken(0x2cce880, {0xa260ac, 0xfdcff0}, {0x2c9afd0, 0xa}, {0x2ca03c0, 0x124})
Feb 18 00:05:33 volumio go-librespot[2719]: /src/cmd/daemon/main.go:201 +0xc0 fp=0x2e95f00 sp=0x2e95ed0 pc=0x6aa4b0
Feb 18 00:05:33 volumio go-librespot[2719]: main.main()
Feb 18 00:05:33 volumio go-librespot[2719]: /src/cmd/daemon/main.go:593 +0x660 fp=0x2e95fa8 sp=0x2e95f00 pc=0x6ad58c
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.main()
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/proc.go:285 +0x2f0 fp=0x2e95fec sp=0x2e95fa8 pc=0x6f390
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.goexit({})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/asm_arm.s:877 +0x4 fp=0x2e95fec sp=0x2e95fec pc=0xb0874
Feb 18 00:05:33 volumio go-librespot[2719]: goroutine 2 gp=0x2c027e8 m=nil [force gc (idle), 3 minutes]:
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.gopark(0x960edc, 0xfd0f08, 0x11, 0xa, 0x1)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/proc.go:460 +0x104 fp=0x2c48fd4 sp=0x2c48fc0 pc=0xa97c0
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.goparkunlock(...)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/proc.go:466
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.forcegchelper()
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/proc.go:373 +0xe4 fp=0x2c48fec sp=0x2c48fd4 pc=0x6f7f4
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.goexit({})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/asm_arm.s:877 +0x4 fp=0x2c48fec sp=0x2c48fec pc=0xb0874
Feb 18 00:05:33 volumio go-librespot[2719]: created by runtime.init.6 in goroutine 1
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/proc.go:361 +0x1c
Feb 18 00:05:33 volumio go-librespot[2719]: goroutine 3 gp=0x2c02b48 m=nil [GC sweep wait]:
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.gopark(0x960edc, 0xfd17b0, 0xc, 0x9, 0x1)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/proc.go:460 +0x104 fp=0x2c497c4 sp=0x2c497b0 pc=0xa97c0
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.goparkunlock(...)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/proc.go:466
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.bgsweep(0x2c2e050)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/mgcsweep.go:323 +0x11c fp=0x2c497e4 sp=0x2c497c4 pc=0x5768c
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.gcenable.gowrap1()
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/mgc.go:212 +0x28 fp=0x2c497ec sp=0x2c497e4 pc=0x46c3c
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.goexit({})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/asm_arm.s:877 +0x4 fp=0x2c497ec sp=0x2c497ec pc=0xb0874
Feb 18 00:05:33 volumio go-librespot[2719]: created by runtime.gcenable in goroutine 1
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/mgc.go:212 +0x74
Feb 18 00:05:33 volumio go-librespot[2719]: goroutine 4 gp=0x2c02c68 m=nil [GC scavenge wait]:
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.gopark(0x960edc, 0xfd20d0, 0xd, 0xa, 0x2)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/proc.go:460 +0x104 fp=0x2c49fb4 sp=0x2c49fa0 pc=0xa97c0
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.goparkunlock(...)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/proc.go:466
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.(*scavengerState).park(0xfd20d0)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/mgcscavenge.go:425 +0x68 fp=0x2c49fc8 sp=0x2c49fb4 pc=0x54a28
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.bgscavenge(0x2c2e050)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/mgcscavenge.go:658 +0x60 fp=0x2c49fe4 sp=0x2c49fc8 pc=0x5516c
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.gcenable.gowrap2()
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/mgc.go:213 +0x28 fp=0x2c49fec sp=0x2c49fe4 pc=0x46be8
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.goexit({})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/asm_arm.s:877 +0x4 fp=0x2c49fec sp=0x2c49fec pc=0xb0874
Feb 18 00:05:33 volumio go-librespot[2719]: created by runtime.gcenable in goroutine 1
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/mgc.go:213 +0xbc
Feb 18 00:05:33 volumio go-librespot[2719]: goroutine 18 gp=0x2c82248 m=nil [GOMAXPROCS updater (idle), 860 minutes]:
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.gopark(0x960edc, 0xfd1548, 0x12, 0xa, 0x1)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/proc.go:460 +0x104 fp=0x2c447a4 sp=0x2c44790 pc=0xa97c0
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.goparkunlock(...)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/proc.go:466
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.updateMaxProcsGoroutine()
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/proc.go:6720 +0x110 fp=0x2c447ec sp=0x2c447a4 pc=0x7f174
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.goexit({})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/asm_arm.s:877 +0x4 fp=0x2c447ec sp=0x2c447ec pc=0xb0874
Feb 18 00:05:33 volumio go-librespot[2719]: created by runtime.defaultGOMAXPROCSUpdateEnable in goroutine 1
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/proc.go:6708 +0x40
Feb 18 00:05:33 volumio go-librespot[2719]: goroutine 19 gp=0x2c825a8 m=nil [finalizer wait, 28 minutes]:
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.gopark(0x960d84, 0xfdd0e0, 0x10, 0xa, 0x1)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/proc.go:460 +0x104 fp=0x2c44f88 sp=0x2c44f74 pc=0xa97c0
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.runFinalizers()
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/mfinal.go:210 +0x110 fp=0x2c44fec sp=0x2c44f88 pc=0x45888
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.goexit({})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/asm_arm.s:877 +0x4 fp=0x2c44fec sp=0x2c44fec pc=0xb0874
Feb 18 00:05:33 volumio go-librespot[2719]: created by runtime.createfing in goroutine 1
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/mfinal.go:172 +0x5c
Feb 18 00:05:33 volumio go-librespot[2719]: goroutine 20 gp=0x2de9b08 m=nil [cleanup wait, 28 minutes]:
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.gopark(0x960edc, 0xfd22a8, 0x2e, 0xa, 0x1)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/proc.go:460 +0x104 fp=0x2c487a4 sp=0x2c48790 pc=0xa97c0
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.goparkunlock(...)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/proc.go:466
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.(*cleanupQueue).dequeue(0xfd2248)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/mcleanup.go:439 +0x12c fp=0x2c487c4 sp=0x2c487a4 pc=0x41cb0
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.runCleanups()
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/mcleanup.go:635 +0x7c fp=0x2c487ec sp=0x2c487c4 pc=0x4284c
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.goexit({})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/asm_arm.s:877 +0x4 fp=0x2c487ec sp=0x2c487ec pc=0xb0874
Feb 18 00:05:33 volumio go-librespot[2719]: created by runtime.(*cleanupQueue).createGs in goroutine 1
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/mcleanup.go:589 +0x124
Feb 18 00:05:33 volumio go-librespot[2719]: goroutine 23 gp=0x2e1cb48 m=nil [IO wait, 30 minutes]:
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.gopark(0x960ecc, 0xf6784010, 0x2, 0x2, 0x5)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/proc.go:460 +0x104 fp=0x2e92cf0 sp=0x2e92cdc pc=0xa97c0
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.netpollblock(0xf6784000, 0x72, 0x0)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/netpoll.go:575 +0x100 fp=0x2e92d08 sp=0x2e92cf0 pc=0x675a0
Feb 18 00:05:33 volumio go-librespot[2719]: internal/poll.runtime_pollWait(0xf6784000, 0x72)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/netpoll.go:351 +0x54 fp=0x2e92d1c sp=0x2e92d08 pc=0xa8864
Feb 18 00:05:33 volumio go-librespot[2719]: internal/poll.(*pollDesc).wait(0x2ca5328, 0x72, 0x0)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x30 fp=0x2e92d30 sp=0x2e92d1c pc=0x134df4
Feb 18 00:05:33 volumio go-librespot[2719]: internal/poll.(*pollDesc).waitRead(...)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/internal/poll/fd_poll_runtime.go:89
Feb 18 00:05:33 volumio go-librespot[2719]: internal/poll.(*FD).Accept(0x2ca5310)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/internal/poll/fd_unix.go:613 +0x284 fp=0x2e92d78 sp=0x2e92d30 pc=0x1395b0
Feb 18 00:05:33 volumio go-librespot[2719]: net.(*netFD).accept(0x2ca5310)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/fd_unix.go:161 +0x20 fp=0x2e92de0 sp=0x2e92d78 pc=0x1aa9d8
Feb 18 00:05:33 volumio go-librespot[2719]: net.(*TCPListener).accept(0x2cb0630)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/tcpsock_posix.go:159 +0x20 fp=0x2e92e34 sp=0x2e92de0 pc=0x1c2304
Feb 18 00:05:33 volumio go-librespot[2719]: net.(*TCPListener).Accept(0x2cb0630)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/tcpsock.go:380 +0x30 fp=0x2e92e50 sp=0x2e92e34 pc=0x1c134c
Feb 18 00:05:33 volumio go-librespot[2719]: net/http.(*onceCloseListener).Accept(0x2e9c080)
Feb 18 00:05:33 volumio go-librespot[2719]: :1 +0x34 fp=0x2e92e68 sp=0x2e92e50 pc=0x367710
Feb 18 00:05:33 volumio go-librespot[2719]: net/http.(*Server).Serve(0x2eac008, {0xa258a8, 0x2cb0630})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/http/server.go:3463 +0x2d8 fp=0x2e92f00 sp=0x2e92e68 pc=0x3408c8
Feb 18 00:05:33 volumio go-librespot[2719]: net/http.Serve(...)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/http/server.go:2971
Feb 18 00:05:33 volumio go-librespot[2719]: main.(*ConcreteApiServer).serve(0x2c9e8a0)
Feb 18 00:05:33 volumio go-librespot[2719]: /src/cmd/daemon/api_server.go:666 +0x974 fp=0x2e92fe4 sp=0x2e92f00 pc=0x69fdac
Feb 18 00:05:33 volumio go-librespot[2719]: main.NewApiServer.gowrap1()
Feb 18 00:05:33 volumio go-librespot[2719]: /src/cmd/daemon/api_server.go:332 +0x28 fp=0x2e92fec sp=0x2e92fe4 pc=0x69eae4
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.goexit({})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/asm_arm.s:877 +0x4 fp=0x2e92fec sp=0x2e92fec pc=0xb0874
Feb 18 00:05:33 volumio go-librespot[2719]: created by main.NewApiServer in goroutine 1
Feb 18 00:05:33 volumio go-librespot[2719]: /src/cmd/daemon/api_server.go:332 +0x310
Feb 18 00:05:33 volumio go-librespot[2719]: goroutine 90 gp=0x2e1cea8 m=nil [IO wait, 860 minutes]:
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.gopark(0x960ecc, 0xf559a010, 0x2, 0x2, 0x5)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/proc.go:460 +0x104 fp=0x2d498d4 sp=0x2d498c0 pc=0xa97c0
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.netpollblock(0xf559a000, 0x72, 0x0)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/netpoll.go:575 +0x100 fp=0x2d498ec sp=0x2d498d4 pc=0x675a0
Feb 18 00:05:33 volumio go-librespot[2719]: internal/poll.runtime_pollWait(0xf559a000, 0x72)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/netpoll.go:351 +0x54 fp=0x2d49900 sp=0x2d498ec pc=0xa8864
Feb 18 00:05:33 volumio go-librespot[2719]: internal/poll.(*pollDesc).wait(0x2e52fb8, 0x72, 0x0)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x30 fp=0x2d49914 sp=0x2d49900 pc=0x134df4
Feb 18 00:05:33 volumio go-librespot[2719]: internal/poll.(*pollDesc).waitRead(...)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/internal/poll/fd_poll_runtime.go:89
Feb 18 00:05:33 volumio go-librespot[2719]: internal/poll.(*FD).Read(0x2e52fa0, {0x2f44000, 0x1000, 0x1000})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/internal/poll/fd_unix.go:165 +0x22c fp=0x2d4995c sp=0x2d49914 pc=0x135f74
Feb 18 00:05:33 volumio go-librespot[2719]: net.(*netFD).Read(0x2e52fa0, {0x2f44000, 0x1000, 0x1000})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/fd_posix.go:68 +0x38 fp=0x2d49988 sp=0x2d4995c pc=0x1a8c28
Feb 18 00:05:33 volumio go-librespot[2719]: net.(*conn).Read(0x2c9dca0, {0x2f44000, 0x1000, 0x1000})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/net.go:196 +0x48 fp=0x2d499b4 sp=0x2d49988 pc=0x1b842c
Feb 18 00:05:33 volumio go-librespot[2719]: io.(*multiReader).Read(0x2cad700, {0x2f44000, 0x1000, 0x1000})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/io/multi.go:26 +0xb4 fp=0x2d499e0 sp=0x2d499b4 pc=0xef364
Feb 18 00:05:33 volumio go-librespot[2719]: bufio.(*Reader).fill(0x3156780)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/bufio/bufio.go:113 +0x10c fp=0x2d49a04 sp=0x2d499e0 pc=0x2b6390
Feb 18 00:05:33 volumio go-librespot[2719]: bufio.(*Reader).ReadByte(0x3156780)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/bufio/bufio.go:273 +0x28 fp=0x2d49a10 sp=0x2d49a04 pc=0x2b6c0c
Feb 18 00:05:33 volumio go-librespot[2719]: nhooyr.io/websocket.readFrameHeader(0x3156780, {0x2d3e17c, 0x8, 0x8})
Feb 18 00:05:33 volumio go-librespot[2719]: /src/.gocache/mod/nhooyr.io/websocket@v1.8.17/frame.go:55 +0x68 fp=0x2d49a50 sp=0x2d49a10 pc=0x498164
Feb 18 00:05:33 volumio go-librespot[2719]: nhooyr.io/websocket.(*Conn).readFrameHeader(0x2d3e148, {0xa26090, 0xfdcff0})
Feb 18 00:05:33 volumio go-librespot[2719]: /src/.gocache/mod/nhooyr.io/websocket@v1.8.17/read.go:235 +0xb4 fp=0x2d49b10 sp=0x2d49a50 pc=0x49b01c
Feb 18 00:05:33 volumio go-librespot[2719]: nhooyr.io/websocket.(*Conn).readLoop(0x2d3e148, {0xa26090, 0xfdcff0})
Feb 18 00:05:33 volumio go-librespot[2719]: /src/.gocache/mod/nhooyr.io/websocket@v1.8.17/read.go:193 +0x3c fp=0x2d49bd4 sp=0x2d49b10 pc=0x49ab08
Feb 18 00:05:33 volumio go-librespot[2719]: nhooyr.io/websocket.(*Conn).reader(0x2d3e148, {0xa26090, 0xfdcff0})
Feb 18 00:05:33 volumio go-librespot[2719]: /src/.gocache/mod/nhooyr.io/websocket@v1.8.17/read.go:355 +0xec fp=0x2d49c58 sp=0x2d49bd4 pc=0x49bc20
Feb 18 00:05:33 volumio go-librespot[2719]: nhooyr.io/websocket.(*Conn).Reader(...)
Feb 18 00:05:33 volumio go-librespot[2719]: /src/.gocache/mod/nhooyr.io/websocket@v1.8.17/read.go:39
Feb 18 00:05:33 volumio go-librespot[2719]: nhooyr.io/websocket.(*Conn).Read(0x2d3e148, {0xa26090, 0xfdcff0})
Feb 18 00:05:33 volumio go-librespot[2719]: /src/.gocache/mod/nhooyr.io/websocket@v1.8.17/read.go:47 +0x30 fp=0x2d49c80 sp=0x2d49c58 pc=0x49a0a0
Feb 18 00:05:33 volumio go-librespot[2719]: main.(*ConcreteApiServer).serve.func17({0xa25968, 0x2c19e48}, 0x2c19ce8)
Feb 18 00:05:33 volumio go-librespot[2719]: /src/cmd/daemon/api_server.go:636 +0x3b0 fp=0x2d49cfc sp=0x2d49c80 pc=0x6a062c
Feb 18 00:05:33 volumio go-librespot[2719]: net/http.HandlerFunc.ServeHTTP(0x2e88188, {0xa25968, 0x2c19e48}, 0x2c19ce8)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/http/server.go:2322 +0x34 fp=0x2d49d0c sp=0x2d49cfc pc=0x33cf4c
Feb 18 00:05:33 volumio go-librespot[2719]: net/http.(*ServeMux).ServeHTTP(0x2e80000, {0xa25968, 0x2c19e48}, 0x2c19ce8)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/http/server.go:2861 +0x228 fp=0x2d49d4c sp=0x2d49d0c pc=0x33ee3c
Feb 18 00:05:33 volumio go-librespot[2719]: main.(*ConcreteApiServer).serve.(*Cors).Handler.func19({0xa25968, 0x2c19e48}, 0x2c19ce8)
Feb 18 00:05:33 volumio go-librespot[2719]: /src/.gocache/mod/github.com/rs/cors@v1.11.1/cors.go:289 +0x124 fp=0x2d49d74 sp=0x2d49d4c pc=0x69ffa8
Feb 18 00:05:33 volumio go-librespot[2719]: net/http.HandlerFunc.ServeHTTP(0x2e84140, {0xa25968, 0x2c19e48}, 0x2c19ce8)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/http/server.go:2322 +0x34 fp=0x2d49d84 sp=0x2d49d74 pc=0x33cf4c
Feb 18 00:05:33 volumio go-librespot[2719]: net/http.serverHandler.ServeHTTP({0x2eac008}, {0xa25968, 0x2c19e48}, 0x2c19ce8)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/http/server.go:3340 +0xe0 fp=0x2d49da0 sp=0x2d49d84 pc=0x35c2b8
Feb 18 00:05:33 volumio go-librespot[2719]: net/http.(*conn).serve(0x2d3b080, {0xa260c8, 0x2e9a1e0})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/http/server.go:2109 +0x794 fp=0x2d49fdc sp=0x2d49da0 pc=0x33b008
Feb 18 00:05:33 volumio go-librespot[2719]: net/http.(*Server).Serve.gowrap3()
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/http/server.go:3493 +0x38 fp=0x2d49fec sp=0x2d49fdc pc=0x340d40
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.goexit({})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/asm_arm.s:877 +0x4 fp=0x2d49fec sp=0x2d49fec pc=0xb0874
Feb 18 00:05:33 volumio go-librespot[2719]: created by net/http.(*Server).Serve in goroutine 23
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/http/server.go:3493 +0x42c
Feb 18 00:05:33 volumio go-librespot[2719]: goroutine 52 gp=0x2eae368 m=nil [GC worker (idle), 32 minutes]:
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.gopark(0x960d90, 0x2f3a800, 0x1c, 0xa, 0x0)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/proc.go:460 +0x104 fp=0x301e788 sp=0x301e774 pc=0xa97c0
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.gcBgMarkWorker(0x30b43c0)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/mgc.go:1463 +0xf4 fp=0x301e7e4 sp=0x301e788 pc=0x49f34
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/mgc.go:1373 +0x28 fp=0x301e7ec sp=0x301e7e4 pc=0x49e14
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.goexit({})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/asm_arm.s:877 +0x4 fp=0x301e7ec sp=0x301e7ec pc=0xb0874
Feb 18 00:05:33 volumio go-librespot[2719]: created by runtime.gcBgMarkStartWorkers in goroutine 50
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/mgc.go:1373 +0x14c
Feb 18 00:05:33 volumio go-librespot[2719]: goroutine 53 gp=0x2eae488 m=nil [GC worker (idle), 32 minutes]:
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.gopark(0x960d90, 0x2f3aa00, 0x1c, 0xa, 0x0)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/proc.go:460 +0x104 fp=0x336ff88 sp=0x336ff74 pc=0xa97c0
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.gcBgMarkWorker(0x30b43c0)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/mgc.go:1463 +0xf4 fp=0x336ffe4 sp=0x336ff88 pc=0x49f34
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/mgc.go:1373 +0x28 fp=0x336ffec sp=0x336ffe4 pc=0x49e14
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.goexit({})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/asm_arm.s:877 +0x4 fp=0x336ffec sp=0x336ffec pc=0xb0874
Feb 18 00:05:33 volumio go-librespot[2719]: created by runtime.gcBgMarkStartWorkers in goroutine 50
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/mgc.go:1373 +0x14c
Feb 18 00:05:33 volumio go-librespot[2719]: goroutine 54 gp=0x2eae5a8 m=nil [GC worker (idle), 32 minutes]:
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.gopark(0x960d90, 0x2f3ac00, 0x1c, 0xa, 0x0)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/proc.go:460 +0x104 fp=0x32cb788 sp=0x32cb774 pc=0xa97c0
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.gcBgMarkWorker(0x30b43c0)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/mgc.go:1463 +0xf4 fp=0x32cb7e4 sp=0x32cb788 pc=0x49f34
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/mgc.go:1373 +0x28 fp=0x32cb7ec sp=0x32cb7e4 pc=0x49e14
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.goexit({})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/asm_arm.s:877 +0x4 fp=0x32cb7ec sp=0x32cb7ec pc=0xb0874
Feb 18 00:05:33 volumio go-librespot[2719]: created by runtime.gcBgMarkStartWorkers in goroutine 50
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/mgc.go:1373 +0x14c
Feb 18 00:05:33 volumio go-librespot[2719]: goroutine 55 gp=0x2eae6c8 m=nil [GC worker (idle)]:
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.gopark(0x960d90, 0x2f3ae00, 0x1c, 0xa, 0x0)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/proc.go:460 +0x104 fp=0x2e8ff88 sp=0x2e8ff74 pc=0xa97c0
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.gcBgMarkWorker(0x30b43c0)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/mgc.go:1463 +0xf4 fp=0x2e8ffe4 sp=0x2e8ff88 pc=0x49f34
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/mgc.go:1373 +0x28 fp=0x2e8ffec sp=0x2e8ffe4 pc=0x49e14
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.goexit({})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/asm_arm.s:877 +0x4 fp=0x2e8ffec sp=0x2e8ffec pc=0xb0874
Feb 18 00:05:33 volumio go-librespot[2719]: created by runtime.gcBgMarkStartWorkers in goroutine 50
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/mgc.go:1373 +0x14c
Feb 18 00:05:33 volumio go-librespot[2719]: goroutine 56 gp=0x2c02fc8 m=nil [IO wait]:
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.gopark(0x960ecc, 0xf6783a10, 0x2, 0x2, 0x5)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/proc.go:460 +0x104 fp=0x2e91e88 sp=0x2e91e74 pc=0xa97c0
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.netpollblock(0xf6783a00, 0x72, 0x0)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/netpoll.go:575 +0x100 fp=0x2e91ea0 sp=0x2e91e88 pc=0x675a0
Feb 18 00:05:33 volumio go-librespot[2719]: internal/poll.runtime_pollWait(0xf6783a00, 0x72)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/netpoll.go:351 +0x54 fp=0x2e91eb4 sp=0x2e91ea0 pc=0xa8864
Feb 18 00:05:33 volumio go-librespot[2719]: internal/poll.(*pollDesc).wait(0x2eb1238, 0x72, 0x0)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x30 fp=0x2e91ec8 sp=0x2e91eb4 pc=0x134df4
Feb 18 00:05:33 volumio go-librespot[2719]: internal/poll.(*pollDesc).waitRead(...)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/internal/poll/fd_poll_runtime.go:89
Feb 18 00:05:33 volumio go-librespot[2719]: internal/poll.(*FD).RawRead(0x2eb1220, 0x310cae0)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/internal/poll/fd_unix.go:710 +0x154 fp=0x2e91ef4 sp=0x2e91ec8 pc=0x13a168
Feb 18 00:05:33 volumio go-librespot[2719]: net.(*rawConn).Read(0x2e6dcf8, 0x310cae0)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/rawconn.go:44 +0x38 fp=0x2e91f14 sp=0x2e91ef4 pc=0x1bc9b4
Feb 18 00:05:33 volumio go-librespot[2719]: golang.org/x/net/internal/socket.(*Conn).recvMsg(0x2e85880, 0x310cab0, 0x0)
Feb 18 00:05:33 volumio go-librespot[2719]: /src/.gocache/mod/golang.org/x/net@v0.48.0/internal/socket/rawconn_msg.go:27 +0x140 fp=0x2e91f44 sp=0x2e91f14 pc=0x5b7e28
Feb 18 00:05:33 volumio go-librespot[2719]: golang.org/x/net/internal/socket.(*Conn).RecvMsg(...)
Feb 18 00:05:33 volumio go-librespot[2719]: /src/.gocache/mod/golang.org/x/net@v0.48.0/internal/socket/socket.go:247
Feb 18 00:05:33 volumio go-librespot[2719]: golang.org/x/net/ipv4.(*payloadHandler).ReadFrom(0x2e83e98, {0x2f00000, 0x10000, 0x10000})
Feb 18 00:05:33 volumio go-librespot[2719]: /src/.gocache/mod/golang.org/x/net@v0.48.0/ipv4/payload_cmsg.go:31 +0x1a0 fp=0x2e91f9c sp=0x2e91f44 pc=0x5bbb1c
Feb 18 00:05:33 volumio go-librespot[2719]: github.com/grandcat/zeroconf.(*Server).recv4(0x2c71540, 0x2e83e90)
Feb 18 00:05:33 volumio go-librespot[2719]: /src/.gocache/mod/github.com/grandcat/zeroconf@v1.0.0/server.go:254 +0xdc fp=0x2e91fe0 sp=0x2e91f9c pc=0x618bf8
Feb 18 00:05:33 volumio go-librespot[2719]: github.com/grandcat/zeroconf.(*Server).mainloop.gowrap1()
Feb 18 00:05:33 volumio go-librespot[2719]: /src/.gocache/mod/github.com/grandcat/zeroconf@v1.0.0/server.go:188 +0x30 fp=0x2e91fec sp=0x2e91fe0 pc=0x6188c8
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.goexit({})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/asm_arm.s:877 +0x4 fp=0x2e91fec sp=0x2e91fec pc=0xb0874
Feb 18 00:05:33 volumio go-librespot[2719]: created by github.com/grandcat/zeroconf.(*Server).mainloop in goroutine 38
Feb 18 00:05:33 volumio go-librespot[2719]: /src/.gocache/mod/github.com/grandcat/zeroconf@v1.0.0/server.go:188 +0x7c
Feb 18 00:05:33 volumio go-librespot[2719]: goroutine 57 gp=0x2c030e8 m=nil [IO wait, 860 minutes]:
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.gopark(0x960ecc, 0xf6783810, 0x2, 0x2, 0x5)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/proc.go:460 +0x104 fp=0x30d3660 sp=0x30d364c pc=0xa97c0
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.netpollblock(0xf6783800, 0x72, 0x0)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/netpoll.go:575 +0x100 fp=0x30d3678 sp=0x30d3660 pc=0x675a0
Feb 18 00:05:33 volumio go-librespot[2719]: internal/poll.runtime_pollWait(0xf6783800, 0x72)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/netpoll.go:351 +0x54 fp=0x30d368c sp=0x30d3678 pc=0xa8864
Feb 18 00:05:33 volumio go-librespot[2719]: internal/poll.(*pollDesc).wait(0x2eb1288, 0x72, 0x0)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x30 fp=0x30d36a0 sp=0x30d368c pc=0x134df4
Feb 18 00:05:33 volumio go-librespot[2719]: internal/poll.(*pollDesc).waitRead(...)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/internal/poll/fd_poll_runtime.go:89
Feb 18 00:05:33 volumio go-librespot[2719]: internal/poll.(*FD).RawRead(0x2eb1270, 0x2d25350)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/internal/poll/fd_unix.go:710 +0x154 fp=0x30d36cc sp=0x30d36a0 pc=0x13a168
Feb 18 00:05:33 volumio go-librespot[2719]: net.(*rawConn).Read(0x2e6dd20, 0x2d25350)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/rawconn.go:44 +0x38 fp=0x30d36ec sp=0x30d36cc pc=0x1bc9b4
Feb 18 00:05:33 volumio go-librespot[2719]: golang.org/x/net/internal/socket.(*Conn).recvMsg(0x2e858c0, 0x2d25320, 0x0)
Feb 18 00:05:33 volumio go-librespot[2719]: /src/.gocache/mod/golang.org/x/net@v0.48.0/internal/socket/rawconn_msg.go:27 +0x140 fp=0x30d371c sp=0x30d36ec pc=0x5b7e28
Feb 18 00:05:33 volumio go-librespot[2719]: golang.org/x/net/internal/socket.(*Conn).RecvMsg(...)
Feb 18 00:05:33 volumio go-librespot[2719]: /src/.gocache/mod/golang.org/x/net@v0.48.0/internal/socket/socket.go:247
Feb 18 00:05:33 volumio go-librespot[2719]: golang.org/x/net/ipv6.(*payloadHandler).ReadFrom(0x2e83ec8, {0x30ea000, 0x10000, 0x10000})
Feb 18 00:05:33 volumio go-librespot[2719]: /src/.gocache/mod/golang.org/x/net@v0.48.0/ipv6/payload_cmsg.go:31 +0x188 fp=0x30d379c sp=0x30d371c pc=0x5bf588
Feb 18 00:05:33 volumio go-librespot[2719]: github.com/grandcat/zeroconf.(*Server).recv6(0x2c71540, 0x2e83ec0)
Feb 18 00:05:33 volumio go-librespot[2719]: /src/.gocache/mod/github.com/grandcat/zeroconf@v1.0.0/server.go:282 +0xdc fp=0x30d37e0 sp=0x30d379c pc=0x618ddc
Feb 18 00:05:33 volumio go-librespot[2719]: github.com/grandcat/zeroconf.(*Server).mainloop.gowrap2()
Feb 18 00:05:33 volumio go-librespot[2719]: /src/.gocache/mod/github.com/grandcat/zeroconf@v1.0.0/server.go:191 +0x30 fp=0x30d37ec sp=0x30d37e0 pc=0x61886c
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.goexit({})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/asm_arm.s:877 +0x4 fp=0x30d37ec sp=0x30d37ec pc=0xb0874
Feb 18 00:05:33 volumio go-librespot[2719]: created by github.com/grandcat/zeroconf.(*Server).mainloop in goroutine 38
Feb 18 00:05:33 volumio go-librespot[2719]: /src/.gocache/mod/github.com/grandcat/zeroconf@v1.0.0/server.go:191 +0xe8
Feb 18 00:05:33 volumio go-librespot[2719]: goroutine 70 gp=0x2eaefc8 m=nil [chan receive, 30 minutes]:
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.gopark(0x960d64, 0x2c901b8, 0xe, 0x7, 0x2)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/proc.go:460 +0x104 fp=0x2c4af3c sp=0x2c4af28 pc=0xa97c0
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.chanrecv(0x2c90180, 0x2c4afd0, 0x1)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/chan.go:667 +0x550 fp=0x2c4af84 sp=0x2c4af3c pc=0x3414c
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.chanrecv2(0x2c90180, 0x2c4afd0)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/chan.go:514 +0x20 fp=0x2c4af98 sp=0x2c4af84 pc=0x33bf0
Feb 18 00:05:33 volumio go-librespot[2719]: main.(*App).withAppPlayer.func1()
Feb 18 00:05:33 volumio go-librespot[2719]: /src/cmd/daemon/main.go:284 +0x68 fp=0x2c4afec sp=0x2c4af98 pc=0x6abd40
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.goexit({})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/asm_arm.s:877 +0x4 fp=0x2c4afec sp=0x2c4afec pc=0xb0874
Feb 18 00:05:33 volumio go-librespot[2719]: created by main.(*App).withAppPlayer in goroutine 1
Feb 18 00:05:33 volumio go-librespot[2719]: /src/cmd/daemon/main.go:281 +0x49c
Feb 18 00:05:33 volumio go-librespot[2719]: goroutine 65034 gp=0x2e1c368 m=nil [select, 30 minutes]:
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.gopark(0x960f10, 0x0, 0x9, 0x3, 0x1)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/proc.go:460 +0x104 fp=0x31f6e74 sp=0x31f6e60 pc=0xa97c0
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.selectgo(0x31f6f80, 0x31f6f4c, 0x0, 0x0, 0x3, 0x1)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/select.go:351 +0xc4c fp=0x31f6f24 sp=0x31f6e74 pc=0x85000
Feb 18 00:05:33 volumio go-librespot[2719]: github.com/devgianlu/go-librespot/player.(*Player).manageLoop(0x3091590)
Feb 18 00:05:33 volumio go-librespot[2719]: /src/player/player.go:215 +0x1f4 fp=0x31f6fe4 sp=0x31f6f24 pc=0x5818e0
Feb 18 00:05:33 volumio go-librespot[2719]: github.com/devgianlu/go-librespot/player.NewPlayer.gowrap1()
Feb 18 00:05:33 volumio go-librespot[2719]: /src/player/player.go:197 +0x28 fp=0x31f6fec sp=0x31f6fe4 pc=0x5814c8
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.goexit({})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/asm_arm.s:877 +0x4 fp=0x31f6fec sp=0x31f6fec pc=0xb0874
Feb 18 00:05:33 volumio go-librespot[2719]: created by github.com/devgianlu/go-librespot/player.NewPlayer in goroutine 71
Feb 18 00:05:33 volumio go-librespot[2719]: /src/player/player.go:197 +0x220
Feb 18 00:05:33 volumio go-librespot[2719]: goroutine 71 gp=0x2c03328 m=nil [chan receive, 447 minutes]:
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.gopark(0x960d64, 0x2c90178, 0xe, 0x7, 0x2)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/proc.go:460 +0x104 fp=0x3277740 sp=0x327772c pc=0xa97c0
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.chanrecv(0x2c90140, 0x2d15fe0, 0x1)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/chan.go:667 +0x550 fp=0x3277788 sp=0x3277740 pc=0x3414c
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.chanrecv2(0x2c90140, 0x2d15fe0)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/chan.go:514 +0x20 fp=0x327779c sp=0x3277788 pc=0x33bf0
Feb 18 00:05:33 volumio go-librespot[2719]: main.(*App).withAppPlayer.func2()
Feb 18 00:05:33 volumio go-librespot[2719]: /src/cmd/daemon/main.go:300 +0x6c fp=0x32777ec sp=0x327779c pc=0x6ab8a4
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.goexit({})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/asm_arm.s:877 +0x4 fp=0x32777ec sp=0x32777ec pc=0xb0874
Feb 18 00:05:33 volumio go-librespot[2719]: created by main.(*App).withAppPlayer in goroutine 1
Feb 18 00:05:33 volumio go-librespot[2719]: /src/cmd/daemon/main.go:297 +0x53c
Feb 18 00:05:33 volumio go-librespot[2719]: goroutine 72 gp=0x2c03448 m=nil [IO wait, 850 minutes]:
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.gopark(0x960ecc, 0xf6783c10, 0x2, 0x2, 0x5)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/proc.go:460 +0x104 fp=0x2c4bdac sp=0x2c4bd98 pc=0xa97c0
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.netpollblock(0xf6783c00, 0x72, 0x0)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/netpoll.go:575 +0x100 fp=0x2c4bdc4 sp=0x2c4bdac pc=0x675a0
Feb 18 00:05:33 volumio go-librespot[2719]: internal/poll.runtime_pollWait(0xf6783c00, 0x72)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/netpoll.go:351 +0x54 fp=0x2c4bdd8 sp=0x2c4bdc4 pc=0xa8864
Feb 18 00:05:33 volumio go-librespot[2719]: internal/poll.(*pollDesc).wait(0x2eb11e8, 0x72, 0x0)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x30 fp=0x2c4bdec sp=0x2c4bdd8 pc=0x134df4
Feb 18 00:05:33 volumio go-librespot[2719]: internal/poll.(*pollDesc).waitRead(...)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/internal/poll/fd_poll_runtime.go:89
Feb 18 00:05:33 volumio go-librespot[2719]: internal/poll.(*FD).Accept(0x2eb11d0)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/internal/poll/fd_unix.go:613 +0x284 fp=0x2c4be34 sp=0x2c4bdec pc=0x1395b0
Feb 18 00:05:33 volumio go-librespot[2719]: net.(*netFD).accept(0x2eb11d0)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/fd_unix.go:161 +0x20 fp=0x2c4be9c sp=0x2c4be34 pc=0x1aa9d8
Feb 18 00:05:33 volumio go-librespot[2719]: net.(*TCPListener).accept(0x2e83e30)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/tcpsock_posix.go:159 +0x20 fp=0x2c4bef0 sp=0x2c4be9c pc=0x1c2304
Feb 18 00:05:33 volumio go-librespot[2719]: net.(*TCPListener).Accept(0x2e83e30)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/tcpsock.go:380 +0x30 fp=0x2c4bf0c sp=0x2c4bef0 pc=0x1c134c
Feb 18 00:05:33 volumio go-librespot[2719]: net/http.(*onceCloseListener).Accept(0x2d0b640)
Feb 18 00:05:33 volumio go-librespot[2719]: :1 +0x34 fp=0x2c4bf24 sp=0x2c4bf0c pc=0x367710
Feb 18 00:05:33 volumio go-librespot[2719]: net/http.(*Server).Serve(0x2c18848, {0xa258a8, 0x2e83e30})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/http/server.go:3463 +0x2d8 fp=0x2c4bfbc sp=0x2c4bf24 pc=0x3408c8
Feb 18 00:05:33 volumio go-librespot[2719]: net/http.Serve(...)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/http/server.go:2971
Feb 18 00:05:33 volumio go-librespot[2719]: github.com/devgianlu/go-librespot/zeroconf.(*Zeroconf).Serve.func2()
Feb 18 00:05:33 volumio go-librespot[2719]: /src/zeroconf/zeroconf.go:280 +0x8c fp=0x2c4bfec sp=0x2c4bfbc pc=0x61dc08
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.goexit({})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/asm_arm.s:877 +0x4 fp=0x2c4bfec sp=0x2c4bfec pc=0xb0874
Feb 18 00:05:33 volumio go-librespot[2719]: created by github.com/devgianlu/go-librespot/zeroconf.(*Zeroconf).Serve in goroutine 1
Feb 18 00:05:33 volumio go-librespot[2719]: /src/zeroconf/zeroconf.go:280 +0x154
Feb 18 00:05:33 volumio go-librespot[2719]: goroutine 86 gp=0x2c827e8 m=nil [IO wait, 860 minutes]:
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.gopark(0x960ecc, 0xf559a210, 0x2, 0x2, 0x5)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/proc.go:460 +0x104 fp=0x2e258d4 sp=0x2e258c0 pc=0xa97c0
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.netpollblock(0xf559a200, 0x72, 0x0)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/netpoll.go:575 +0x100 fp=0x2e258ec sp=0x2e258d4 pc=0x675a0
Feb 18 00:05:33 volumio go-librespot[2719]: internal/poll.runtime_pollWait(0xf559a200, 0x72)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/netpoll.go:351 +0x54 fp=0x2e25900 sp=0x2e258ec pc=0xa8864
Feb 18 00:05:33 volumio go-librespot[2719]: internal/poll.(*pollDesc).wait(0x2e52d38, 0x72, 0x0)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x30 fp=0x2e25914 sp=0x2e25900 pc=0x134df4
Feb 18 00:05:33 volumio go-librespot[2719]: internal/poll.(*pollDesc).waitRead(...)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/internal/poll/fd_poll_runtime.go:89
Feb 18 00:05:33 volumio go-librespot[2719]: internal/poll.(*FD).Read(0x2e52d20, {0x2d21000, 0x1000, 0x1000})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/internal/poll/fd_unix.go:165 +0x22c fp=0x2e2595c sp=0x2e25914 pc=0x135f74
Feb 18 00:05:33 volumio go-librespot[2719]: net.(*netFD).Read(0x2e52d20, {0x2d21000, 0x1000, 0x1000})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/fd_posix.go:68 +0x38 fp=0x2e25988 sp=0x2e2595c pc=0x1a8c28
Feb 18 00:05:33 volumio go-librespot[2719]: net.(*conn).Read(0x2c9db48, {0x2d21000, 0x1000, 0x1000})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/net.go:196 +0x48 fp=0x2e259b4 sp=0x2e25988 pc=0x1b842c
Feb 18 00:05:33 volumio go-librespot[2719]: io.(*multiReader).Read(0x2cad650, {0x2d21000, 0x1000, 0x1000})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/io/multi.go:26 +0xb4 fp=0x2e259e0 sp=0x2e259b4 pc=0xef364
Feb 18 00:05:33 volumio go-librespot[2719]: bufio.(*Reader).fill(0x2cb18f0)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/bufio/bufio.go:113 +0x10c fp=0x2e25a04 sp=0x2e259e0 pc=0x2b6390
Feb 18 00:05:33 volumio go-librespot[2719]: bufio.(*Reader).ReadByte(0x2cb18f0)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/bufio/bufio.go:273 +0x28 fp=0x2e25a10 sp=0x2e25a04 pc=0x2b6c0c
Feb 18 00:05:33 volumio go-librespot[2719]: nhooyr.io/websocket.readFrameHeader(0x2cb18f0, {0x2d3e03c, 0x8, 0x8})
Feb 18 00:05:33 volumio go-librespot[2719]: /src/.gocache/mod/nhooyr.io/websocket@v1.8.17/frame.go:55 +0x68 fp=0x2e25a50 sp=0x2e25a10 pc=0x498164
Feb 18 00:05:33 volumio go-librespot[2719]: nhooyr.io/websocket.(*Conn).readFrameHeader(0x2d3e008, {0xa26090, 0xfdcff0})
Feb 18 00:05:33 volumio go-librespot[2719]: /src/.gocache/mod/nhooyr.io/websocket@v1.8.17/read.go:235 +0xb4 fp=0x2e25b10 sp=0x2e25a50 pc=0x49b01c
Feb 18 00:05:33 volumio go-librespot[2719]: nhooyr.io/websocket.(*Conn).readLoop(0x2d3e008, {0xa26090, 0xfdcff0})
Feb 18 00:05:33 volumio go-librespot[2719]: /src/.gocache/mod/nhooyr.io/websocket@v1.8.17/read.go:193 +0x3c fp=0x2e25bd4 sp=0x2e25b10 pc=0x49ab08
Feb 18 00:05:33 volumio go-librespot[2719]: nhooyr.io/websocket.(*Conn).reader(0x2d3e008, {0xa26090, 0xfdcff0})
Feb 18 00:05:33 volumio go-librespot[2719]: /src/.gocache/mod/nhooyr.io/websocket@v1.8.17/read.go:355 +0xec fp=0x2e25c58 sp=0x2e25bd4 pc=0x49bc20
Feb 18 00:05:33 volumio go-librespot[2719]: nhooyr.io/websocket.(*Conn).Reader(...)
Feb 18 00:05:33 volumio go-librespot[2719]: /src/.gocache/mod/nhooyr.io/websocket@v1.8.17/read.go:39
Feb 18 00:05:33 volumio go-librespot[2719]: nhooyr.io/websocket.(*Conn).Read(0x2d3e008, {0xa26090, 0xfdcff0})
Feb 18 00:05:33 volumio go-librespot[2719]: /src/.gocache/mod/nhooyr.io/websocket@v1.8.17/read.go:47 +0x30 fp=0x2e25c80 sp=0x2e25c58 pc=0x49a0a0
Feb 18 00:05:33 volumio go-librespot[2719]: main.(*ConcreteApiServer).serve.func17({0xa25968, 0x2c19818}, 0x2c196b8)
Feb 18 00:05:33 volumio go-librespot[2719]: /src/cmd/daemon/api_server.go:636 +0x3b0 fp=0x2e25cfc sp=0x2e25c80 pc=0x6a062c
Feb 18 00:05:33 volumio go-librespot[2719]: net/http.HandlerFunc.ServeHTTP(0x2e88188, {0xa25968, 0x2c19818}, 0x2c196b8)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/http/server.go:2322 +0x34 fp=0x2e25d0c sp=0x2e25cfc pc=0x33cf4c
Feb 18 00:05:33 volumio go-librespot[2719]: net/http.(*ServeMux).ServeHTTP(0x2e80000, {0xa25968, 0x2c19818}, 0x2c196b8)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/http/server.go:2861 +0x228 fp=0x2e25d4c sp=0x2e25d0c pc=0x33ee3c
Feb 18 00:05:33 volumio go-librespot[2719]: main.(*ConcreteApiServer).serve.(*Cors).Handler.func19({0xa25968, 0x2c19818}, 0x2c196b8)
Feb 18 00:05:33 volumio go-librespot[2719]: /src/.gocache/mod/github.com/rs/cors@v1.11.1/cors.go:289 +0x124 fp=0x2e25d74 sp=0x2e25d4c pc=0x69ffa8
Feb 18 00:05:33 volumio go-librespot[2719]: net/http.HandlerFunc.ServeHTTP(0x2e84140, {0xa25968, 0x2c19818}, 0x2c196b8)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/http/server.go:2322 +0x34 fp=0x2e25d84 sp=0x2e25d74 pc=0x33cf4c
Feb 18 00:05:33 volumio go-librespot[2719]: net/http.serverHandler.ServeHTTP({0x2eac008}, {0xa25968, 0x2c19818}, 0x2c196b8)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/http/server.go:3340 +0xe0 fp=0x2e25da0 sp=0x2e25d84 pc=0x35c2b8
Feb 18 00:05:33 volumio go-librespot[2719]: net/http.(*conn).serve(0x2d3b020, {0xa260c8, 0x2e9a1e0})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/http/server.go:2109 +0x794 fp=0x2e25fdc sp=0x2e25da0 pc=0x33b008
Feb 18 00:05:33 volumio go-librespot[2719]: net/http.(*Server).Serve.gowrap3()
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/http/server.go:3493 +0x38 fp=0x2e25fec sp=0x2e25fdc pc=0x340d40
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.goexit({})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/asm_arm.s:877 +0x4 fp=0x2e25fec sp=0x2e25fec pc=0xb0874
Feb 18 00:05:33 volumio go-librespot[2719]: created by net/http.(*Server).Serve in goroutine 23
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/http/server.go:3493 +0x42c
Feb 18 00:05:33 volumio go-librespot[2719]: goroutine 88 gp=0x2c82908 m=nil [select, 30 minutes]:
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.gopark(0x960f10, 0x0, 0x9, 0x3, 0x1)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/proc.go:460 +0x104 fp=0x2c47694 sp=0x2c47680 pc=0xa97c0
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.selectgo(0x2c477a8, 0x2c4776c, 0x0, 0x0, 0x5, 0x1)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/select.go:351 +0xc4c fp=0x2c47744 sp=0x2c47694 pc=0x85000
Feb 18 00:05:33 volumio go-librespot[2719]: nhooyr.io/websocket.(*Conn).timeoutLoop(0x2d3e008)
Feb 18 00:05:33 volumio go-librespot[2719]: /src/.gocache/mod/nhooyr.io/websocket@v1.8.17/conn.go:180 +0x144 fp=0x2c477e4 sp=0x2c47744 pc=0x494d20
Feb 18 00:05:33 volumio go-librespot[2719]: nhooyr.io/websocket.newConn.gowrap1()
Feb 18 00:05:33 volumio go-librespot[2719]: /src/.gocache/mod/nhooyr.io/websocket@v1.8.17/conn.go:140 +0x28 fp=0x2c477ec sp=0x2c477e4 pc=0x4949b0
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.goexit({})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/asm_arm.s:877 +0x4 fp=0x2c477ec sp=0x2c477ec pc=0xb0874
Feb 18 00:05:33 volumio go-librespot[2719]: created by nhooyr.io/websocket.newConn in goroutine 86
Feb 18 00:05:33 volumio go-librespot[2719]: /src/.gocache/mod/nhooyr.io/websocket@v1.8.17/conn.go:140 +0x578
Feb 18 00:05:33 volumio go-librespot[2719]: goroutine 92 gp=0x2de9c28 m=nil [select, 30 minutes]:
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.gopark(0x960f10, 0x0, 0x9, 0x3, 0x1)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/proc.go:460 +0x104 fp=0x30d7e94 sp=0x30d7e80 pc=0xa97c0
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.selectgo(0x30d7fa8, 0x30d7f6c, 0x0, 0x0, 0x5, 0x1)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/select.go:351 +0xc4c fp=0x30d7f44 sp=0x30d7e94 pc=0x85000
Feb 18 00:05:33 volumio go-librespot[2719]: nhooyr.io/websocket.(*Conn).timeoutLoop(0x2d3e148)
Feb 18 00:05:33 volumio go-librespot[2719]: /src/.gocache/mod/nhooyr.io/websocket@v1.8.17/conn.go:180 +0x144 fp=0x30d7fe4 sp=0x30d7f44 pc=0x494d20
Feb 18 00:05:33 volumio go-librespot[2719]: nhooyr.io/websocket.newConn.gowrap1()
Feb 18 00:05:33 volumio go-librespot[2719]: /src/.gocache/mod/nhooyr.io/websocket@v1.8.17/conn.go:140 +0x28 fp=0x30d7fec sp=0x30d7fe4 pc=0x4949b0
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.goexit({})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/asm_arm.s:877 +0x4 fp=0x30d7fec sp=0x30d7fec pc=0xb0874
Feb 18 00:05:33 volumio go-librespot[2719]: created by nhooyr.io/websocket.newConn in goroutine 90
Feb 18 00:05:33 volumio go-librespot[2719]: /src/.gocache/mod/nhooyr.io/websocket@v1.8.17/conn.go:140 +0x578
Feb 18 00:05:33 volumio go-librespot[2719]: goroutine 65125 gp=0x347f448 m=nil [select, 34 minutes]:
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.gopark(0x960f10, 0x0, 0x9, 0x3, 0x1)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/proc.go:460 +0x104 fp=0x2c58c80 sp=0x2c58c6c pc=0xa97c0
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.selectgo(0x2c58e18, 0x2c58d60, 0x0, 0x0, 0x3, 0x1)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/select.go:351 +0xc4c fp=0x2c58d30 sp=0x2c58c80 pc=0x85000
Feb 18 00:05:33 volumio go-librespot[2719]: github.com/devgianlu/go-librespot/audio.(*KeyProvider).recvLoop(0x2d0bcc0)
Feb 18 00:05:33 volumio go-librespot[2719]: /src/audio/provider.go:63 +0x118 fp=0x2c58fe4 sp=0x2c58d30 pc=0x4fe6d4
Feb 18 00:05:33 volumio go-librespot[2719]: github.com/devgianlu/go-librespot/audio.(*KeyProvider).Request.(*KeyProvider).startReceiving.func1.gowrap1()
Feb 18 00:05:33 volumio go-librespot[2719]: /src/audio/provider.go:53 +0x28 fp=0x2c58fec sp=0x2c58fe4 pc=0x4ff4b4
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.goexit({})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/asm_arm.s:877 +0x4 fp=0x2c58fec sp=0x2c58fec pc=0xb0874
Feb 18 00:05:33 volumio go-librespot[2719]: created by github.com/devgianlu/go-librespot/audio.(*KeyProvider).Request.(*KeyProvider).startReceiving.func1 in goroutine 65035
Feb 18 00:05:33 volumio go-librespot[2719]: /src/audio/provider.go:53 +0x60
Feb 18 00:05:33 volumio go-librespot[2719]: goroutine 65035 gp=0x2c14908 m=nil [select]:
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.gopark(0x960f10, 0x0, 0x9, 0x3, 0x1)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/proc.go:460 +0x104 fp=0x2e2b930 sp=0x2e2b91c pc=0xa97c0
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.selectgo(0x2e2bf70, 0x2e2bb20, 0x0, 0x0, 0xa, 0x1)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/select.go:351 +0xc4c fp=0x2e2b9e0 sp=0x2e2b930 pc=0x85000
Feb 18 00:05:33 volumio go-librespot[2719]: main.(*AppPlayer).Run(0x3f64140, {0xa260ac, 0xfdcff0}, 0x2ff3ac0, 0x2ff3b00)
Feb 18 00:05:33 volumio go-librespot[2719]: /src/cmd/daemon/player.go:661 +0x368 fp=0x2e2bfd4 sp=0x2e2b9e0 pc=0x6b3970
Feb 18 00:05:33 volumio go-librespot[2719]: main.(*App).withAppPlayer.func2.gowrap1()
Feb 18 00:05:33 volumio go-librespot[2719]: /src/cmd/daemon/main.go:328 +0x48 fp=0x2e2bfec sp=0x2e2bfd4 pc=0x6abcac
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.goexit({})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/asm_arm.s:877 +0x4 fp=0x2e2bfec sp=0x2e2bfec pc=0xb0874
Feb 18 00:05:33 volumio go-librespot[2719]: created by main.(*App).withAppPlayer.func2 in goroutine 71
Feb 18 00:05:33 volumio go-librespot[2719]: /src/cmd/daemon/main.go:328 +0x2f0
Feb 18 00:05:33 volumio go-librespot[2719]: goroutine 1913473 gp=0x2d570e8 m=nil [select]:
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.gopark(0x960f10, 0x0, 0x9, 0x3, 0x1)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/proc.go:460 +0x104 fp=0x32216e4 sp=0x32216d0 pc=0xa97c0
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.selectgo(0x32217d4, 0x32217b8, 0x0, 0x0, 0x2, 0x1)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/select.go:351 +0xc4c fp=0x3221794 sp=0x32216e4 pc=0x85000
Feb 18 00:05:33 volumio go-librespot[2719]: crypto/tls.(*Conn).handshakeContext.func2()
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/crypto/tls/conn.go:1551 +0x98 fp=0x32217ec sp=0x3221794 pc=0x26b4cc
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.goexit({})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/asm_arm.s:877 +0x4 fp=0x32217ec sp=0x32217ec pc=0xb0874
Feb 18 00:05:33 volumio go-librespot[2719]: created by crypto/tls.(*Conn).handshakeContext in goroutine 1913472
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/crypto/tls/conn.go:1550 +0x220
Feb 18 00:05:33 volumio go-librespot[2719]: goroutine 1913469 gp=0x2d3cea8 m=9 mp=0x2d37808 [syscall]:
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.cgocall(0x74cab0, 0x2f356fc)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/cgocall.go:167 +0x50 fp=0x2f356e4 sp=0x2f356cc pc=0xa628c
Feb 18 00:05:33 volumio go-librespot[2719]: net._C2func_getaddrinfo(0x2cc09c0, 0x0, 0x2c6e600, 0x2e6c690)
Feb 18 00:05:33 volumio go-librespot[2719]: _cgo_gotypes.go:105 +0x44 fp=0x2f356f8 sp=0x2f356e4 pc=0x1c97c8
Feb 18 00:05:33 volumio go-librespot[2719]: net._C_getaddrinfo.func1(...)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/cgo_unix_cgo.go:84
Feb 18 00:05:33 volumio go-librespot[2719]: net._C_getaddrinfo(0x2cc09c0, 0x0, 0x2c6e600, 0x2e6c690)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/cgo_unix_cgo.go:84 +0x80 fp=0x2f35718 sp=0x2f356f8 pc=0x1c9a8c
Feb 18 00:05:33 volumio go-librespot[2719]: net.cgoLookupHostIP({0x903a4e, 0x3}, {0x30ac0a8, 0x13})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/cgo_unix.go:174 +0x1f4 fp=0x2f3578c sp=0x2f35718 pc=0x19bd90
Feb 18 00:05:33 volumio go-librespot[2719]: net.cgoLookupIP.func1()
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/cgo_unix.go:229 +0x34 fp=0x2f357b4 sp=0x2f3578c pc=0x19c3b4
Feb 18 00:05:33 volumio go-librespot[2719]: net.doBlockingWithCtx[...].func1()
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/cgo_unix.go:67 +0x54 fp=0x2f357ec sp=0x2f357b4 pc=0x1cc878
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.goexit({})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/asm_arm.s:877 +0x4 fp=0x2f357ec sp=0x2f357ec pc=0xb0874
Feb 18 00:05:33 volumio go-librespot[2719]: created by net.doBlockingWithCtx[...] in goroutine 1913468
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/cgo_unix.go:64 +0x204
Feb 18 00:05:33 volumio go-librespot[2719]: goroutine 1913439 gp=0x2e2c5a8 m=nil [chan receive]:
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.gopark(0x960d64, 0x2c715b8, 0xe, 0x7, 0x2)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/proc.go:460 +0x104 fp=0x31a4b44 sp=0x31a4b30 pc=0xa97c0
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.chanrecv(0x2c71580, 0x31a4ca0, 0x1)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/chan.go:667 +0x550 fp=0x31a4b8c sp=0x31a4b44 pc=0x3414c
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.chanrecv1(0x2c71580, 0x31a4ca0)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/chan.go:509 +0x20 fp=0x31a4ba0 sp=0x31a4b8c pc=0x33bcc
Feb 18 00:05:33 volumio go-librespot[2719]: net/http.(*persistConn).addTLS(0x2cfef28, {0xa260e4, 0x2c00930}, {0x2ccaa80, 0x17}, 0x0)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/http/transport.go:1712 +0x308 fp=0x31a4cac sp=0x31a4ba0 pc=0x352684
Feb 18 00:05:33 volumio go-librespot[2719]: net/http.(*Transport).dialConn(0xf812a8, {0xa260e4, 0x2c00930}, {{}, 0x0, {0x2d16d20, 0x5}, {0x2ccaa80, 0x1b}, 0x1})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/http/transport.go:1793 +0x898 fp=0x31a4f60 sp=0x31a4cac pc=0x3532a4
Feb 18 00:05:33 volumio go-librespot[2719]: net/http.(*Transport).dialConnFor(0xf812a8, 0x2d3a6c0)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/http/transport.go:1618 +0x80 fp=0x31a4fc4 sp=0x31a4f60 pc=0x351e80
Feb 18 00:05:33 volumio go-librespot[2719]: net/http.(*Transport).startDialConnForLocked.func1()
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/http/transport.go:1600 +0x3c fp=0x31a4fec sp=0x31a4fc4 pc=0x351d08
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.goexit({})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/asm_arm.s:877 +0x4 fp=0x31a4fec sp=0x31a4fec pc=0xb0874
Feb 18 00:05:33 volumio go-librespot[2719]: created by net/http.(*Transport).startDialConnForLocked in goroutine 65077
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/http/transport.go:1599 +0x134
Feb 18 00:05:33 volumio go-librespot[2719]: goroutine 65078 gp=0x2e33b08 m=nil [select]:
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.gopark(0x960f10, 0x0, 0x9, 0x3, 0x1)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/proc.go:460 +0x104 fp=0x31a7e84 sp=0x31a7e70 pc=0xa97c0
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.selectgo(0x31a7fd4, 0x31a7f5c, 0x0, 0x0, 0x2, 0x1)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/select.go:351 +0xc4c fp=0x31a7f34 sp=0x31a7e84 pc=0x85000
Feb 18 00:05:33 volumio go-librespot[2719]: github.com/devgianlu/go-librespot/dealer.(*Dealer).pingTicker(0x2ead4a8)
Feb 18 00:05:33 volumio go-librespot[2719]: /src/dealer/dealer.go:138 +0x8c fp=0x31a7fe4 sp=0x31a7f34 pc=0x5a0cfc
Feb 18 00:05:33 volumio go-librespot[2719]: github.com/devgianlu/go-librespot/dealer.(*Dealer).ReceiveMessage.(*Dealer).startReceiving.func1.gowrap2()
Feb 18 00:05:33 volumio go-librespot[2719]: /src/dealer/dealer.go:129 +0x28 fp=0x31a7fec sp=0x31a7fe4 pc=0x5a2c40
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.goexit({})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/asm_arm.s:877 +0x4 fp=0x31a7fec sp=0x31a7fec pc=0xb0874
Feb 18 00:05:33 volumio go-librespot[2719]: created by github.com/devgianlu/go-librespot/dealer.(*Dealer).ReceiveMessage.(*Dealer).startReceiving.func1 in goroutine 65035
Feb 18 00:05:33 volumio go-librespot[2719]: /src/dealer/dealer.go:129 +0x15c
Feb 18 00:05:33 volumio go-librespot[2719]: goroutine 65077 gp=0x2e68128 m=nil [select]:
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.gopark(0x960f10, 0x0, 0x9, 0x3, 0x1)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/proc.go:460 +0x104 fp=0x2c576c4 sp=0x2c576b0 pc=0xa97c0
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.selectgo(0x2c57824, 0x2c5779c, 0x0, 0x0, 0x2, 0x1)
Feb 18 00:05:33 volumio systemd[1]: go-librespot-daemon.service: Main process exited, code=exited, status=134/n/a
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/select.go:351 +0xc4c fp=0x2c57774 sp=0x2c576c4 pc=0x85000
Feb 18 00:05:33 volumio go-librespot[2719]: net/http.(*Transport).getConn(0xf812a8, 0x2c00900, {{}, 0x0, {0x2d16d20, 0x5}, {0x2ccaa80, 0x1b}, 0x1})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/http/transport.go:1523 +0x370 fp=0x2c57870 sp=0x2c57774 pc=0x351440
Feb 18 00:05:33 volumio go-librespot[2719]: net/http.(*Transport).roundTrip(0xf812a8, 0x2cfed18)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/http/transport.go:685 +0x978 fp=0x2c5795c sp=0x2c57870 pc=0x34d528
Feb 18 00:05:33 volumio go-librespot[2719]: net/http.(*Transport).RoundTrip(0xf812a8, 0x2cfed18)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/http/roundtrip.go:33 +0x2c fp=0x2c57974 sp=0x2c5795c pc=0x35ba84
Feb 18 00:05:33 volumio go-librespot[2719]: net/http.send(0x2cfed18, {0xa21b28, 0xf812a8}, {0x0, 0x0, 0x0})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/http/client.go:259 +0x53c fp=0x2c57aa0 sp=0x2c57974 pc=0x2ed3ec
Feb 18 00:05:33 volumio go-librespot[2719]: net/http.(*Client).send(0x30ce9c0, 0x2cfed18, {0x0, 0x0, 0x0})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/http/client.go:180 +0x98 fp=0x2c57ae4 sp=0x2c57aa0 pc=0x2eccd8
Feb 18 00:05:33 volumio go-librespot[2719]: net/http.(*Client).do(0x30ce9c0, 0x2cfed18)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/http/client.go:729 +0x9a8 fp=0x2c57bf4 sp=0x2c57ae4 pc=0x2ef340
Feb 18 00:05:33 volumio go-librespot[2719]: net/http.(*Client).Do(...)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/http/client.go:587
Feb 18 00:05:33 volumio go-librespot[2719]: nhooyr.io/websocket.handshakeRequest({0xa2611c, 0x31784b0}, {0x2d16960, 0x1cc}, 0x2c00630, 0x0, {0x30ac660, 0x18})
Feb 18 00:05:33 volumio go-librespot[2719]: /src/.gocache/mod/nhooyr.io/websocket@v1.8.17/dial.go:210 +0x9e4 fp=0x2c57ccc sp=0x2c57bf4 pc=0x496f44
Feb 18 00:05:33 volumio go-librespot[2719]: nhooyr.io/websocket.dial({0xa26090, 0xfdcff0}, {0x2d16960, 0x1cc}, 0x2c57de0, {0x0, 0x0})
Feb 18 00:05:33 volumio go-librespot[2719]: /src/.gocache/mod/nhooyr.io/websocket@v1.8.17/dial.go:132 +0x24c fp=0x2c57d8c sp=0x2c57ccc pc=0x495bd8
Feb 18 00:05:33 volumio go-librespot[2719]: nhooyr.io/websocket.Dial(...)
Feb 18 00:05:33 volumio go-librespot[2719]: /src/.gocache/mod/nhooyr.io/websocket@v1.8.17/dial.go:110
Feb 18 00:05:33 volumio go-librespot[2719]: github.com/devgianlu/go-librespot/dealer.(*Dealer).connect(0x2ead4a8, {0xa260ac, 0xfdcff0})
Feb 18 00:05:33 volumio go-librespot[2719]: /src/dealer/dealer.go:87 +0x31c fp=0x2c57e1c sp=0x2c57d8c pc=0x5a09e4
Feb 18 00:05:33 volumio go-librespot[2719]: github.com/devgianlu/go-librespot/dealer.(*Dealer).reconnect(0x2ead4a8)
Feb 18 00:05:33 volumio go-librespot[2719]: /src/dealer/dealer.go:288 +0x2c fp=0x2c57e54 sp=0x2c57e1c pc=0x5a1c74
Feb 18 00:05:33 volumio go-librespot[2719]: github.com/devgianlu/go-librespot/dealer.(*Dealer).reconnect-fm()
Feb 18 00:05:33 volumio go-librespot[2719]: :1 +0x28 fp=0x2c57e64 sp=0x2c57e54 pc=0x5a35d8
Feb 18 00:05:33 volumio systemd[1]: go-librespot-daemon.service: Failed with result 'exit-code'.
Feb 18 00:05:33 volumio go-librespot[2719]: github.com/cenkalti/backoff/v4.RetryNotifyWithTimer.Operation.withEmptyData.func1()
Feb 18 00:05:33 volumio go-librespot[2719]: /src/.gocache/mod/github.com/cenkalti/backoff/v4@v4.3.0/retry.go:18 +0x1c fp=0x2c57e70 sp=0x2c57e64 pc=0x4ea1ec
Feb 18 00:05:33 volumio go-librespot[2719]: github.com/cenkalti/backoff/v4.doRetryNotify[...](0x2c57f14, {0xa24f50, 0x300e360}, 0x0, {0x0, 0x0})
Feb 18 00:05:33 volumio go-librespot[2719]: /src/.gocache/mod/github.com/cenkalti/backoff/v4@v4.3.0/retry.go:88 +0xcc fp=0x2c57eec sp=0x2c57e70 pc=0x4ea668
Feb 18 00:05:33 volumio go-librespot[2719]: github.com/cenkalti/backoff/v4.RetryNotifyWithTimer(0x2c57f68, {0xa24f50, 0x300e360}, 0x0, {0x0, 0x0})
Feb 18 00:05:33 volumio go-librespot[2719]: /src/.gocache/mod/github.com/cenkalti/backoff/v4@v4.3.0/retry.go:61 +0x5c fp=0x2c57f1c sp=0x2c57eec pc=0x4ea1a4
Feb 18 00:05:33 volumio go-librespot[2719]: github.com/cenkalti/backoff/v4.RetryNotify(...)
Feb 18 00:05:33 volumio go-librespot[2719]: /src/.gocache/mod/github.com/cenkalti/backoff/v4@v4.3.0/retry.go:49
Feb 18 00:05:33 volumio go-librespot[2719]: github.com/cenkalti/backoff/v4.Retry(...)
Feb 18 00:05:33 volumio go-librespot[2719]: /src/.gocache/mod/github.com/cenkalti/backoff/v4@v4.3.0/retry.go:38
Feb 18 00:05:33 volumio go-librespot[2719]: github.com/devgianlu/go-librespot/dealer.(*Dealer).recvLoop(0x2ead4a8)
Feb 18 00:05:33 volumio go-librespot[2719]: /src/dealer/dealer.go:237 +0x688 fp=0x2c57fe4 sp=0x2c57f1c pc=0x5a17c8
Feb 18 00:05:33 volumio go-librespot[2719]: github.com/devgianlu/go-librespot/dealer.(*Dealer).ReceiveMessage.(*Dealer).startReceiving.func1.gowrap1()
Feb 18 00:05:33 volumio go-librespot[2719]: /src/dealer/dealer.go:125 +0x28 fp=0x2c57fec sp=0x2c57fe4 pc=0x5a2c94
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.goexit({})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/asm_arm.s:877 +0x4 fp=0x2c57fec sp=0x2c57fec pc=0xb0874
Feb 18 00:05:33 volumio go-librespot[2719]: created by github.com/devgianlu/go-librespot/dealer.(*Dealer).ReceiveMessage.(*Dealer).startReceiving.func1 in goroutine 65035
Feb 18 00:05:33 volumio go-librespot[2719]: /src/dealer/dealer.go:125 +0x98
Feb 18 00:05:33 volumio go-librespot[2719]: goroutine 1913468 gp=0x3087e68 m=nil [select]:
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.gopark(0x960f10, 0x0, 0x9, 0x3, 0x1)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/proc.go:460 +0x104 fp=0x31fab60 sp=0x31fab4c pc=0xa97c0
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.selectgo(0x31fac68, 0x31fac38, 0x0, 0x0, 0x2, 0x1)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/select.go:351 +0xc4c fp=0x31fac10 sp=0x31fab60 pc=0x85000
Feb 18 00:05:33 volumio go-librespot[2719]: net.doBlockingWithCtx[...]({0xa260e4, 0x2f94ed0}, {0x30ac0a8, 0x13}, 0x2e9a648)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/cgo_unix.go:71 +0x280 fp=0x31fac90 sp=0x31fac10 pc=0x1cc630
Feb 18 00:05:33 volumio go-librespot[2719]: net.cgoLookupIP({0xa260e4, 0x2f94ed0}, {0x903a4e, 0x3}, {0x30ac0a8, 0x13})
Feb 18 00:05:33 volumio systemd[1]: go-librespot-daemon.service: Consumed 1min 41.082s CPU time.
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/cgo_unix.go:228 +0x98 fp=0x31facc0 sp=0x31fac90 pc=0x19c334
Feb 18 00:05:33 volumio go-librespot[2719]: net.(*Resolver).lookupIP(0xfd1660, {0xa260e4, 0x2f94ed0}, {0x903a4e, 0x3}, {0x30ac0a8, 0x13})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/lookup_unix.go:64 +0x90 fp=0x31faefc sp=0x31facc0 pc=0x1b7a0c
Feb 18 00:05:33 volumio go-librespot[2719]: net.(*Resolver).lookupIP-fm({0xa260e4, 0x2f94ed0}, {0x903a4e, 0x3}, {0x30ac0a8, 0x13})
Feb 18 00:05:33 volumio go-librespot[2719]: :1 +0x58 fp=0x31faf30 sp=0x31faefc pc=0x1d2324
Feb 18 00:05:33 volumio go-librespot[2719]: net.init.func1({0xa260e4, 0x2f94ed0}, 0x2e6c678, {0x903a4e, 0x3}, {0x30ac0a8, 0x13})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/hook.go:21 +0x4c fp=0x31faf60 sp=0x31faf30 pc=0x1999a8
Feb 18 00:05:33 volumio go-librespot[2719]: net.(*Resolver).lookupIPAddr.func1()
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/lookup.go:335 +0x58 fp=0x31faf9c sp=0x31faf60 pc=0x1b724c
Feb 18 00:05:33 volumio go-librespot[2719]: internal/singleflight.(*Group).doCall(0xfd1668, 0x2f94f00, {0x2cc0978, 0x17}, 0x2c6e5e0)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/internal/singleflight/singleflight.go:93 +0x1c fp=0x31fafd4 sp=0x31faf9c pc=0x197c48
Feb 18 00:05:33 volumio go-librespot[2719]: internal/singleflight.(*Group).DoChan.gowrap1()
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/internal/singleflight/singleflight.go:86 +0x48 fp=0x31fafec sp=0x31fafd4 pc=0x197c00
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.goexit({})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/asm_arm.s:877 +0x4 fp=0x31fafec sp=0x31fafec pc=0xb0874
Feb 18 00:05:33 volumio go-librespot[2719]: created by internal/singleflight.(*Group).DoChan in goroutine 1913409
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/internal/singleflight/singleflight.go:86 +0x304
Feb 18 00:05:33 volumio go-librespot[2719]: goroutine 1913409 gp=0x2ff06c8 m=nil [select]:
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.gopark(0x960f10, 0x0, 0x9, 0x3, 0x1)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/proc.go:460 +0x104 fp=0x2c56868 sp=0x2c56854 pc=0xa97c0
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.selectgo(0x2c569d8, 0x2c56944, 0x0, 0x0, 0x2, 0x1)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/select.go:351 +0xc4c fp=0x2c56918 sp=0x2c56868 pc=0x85000
Feb 18 00:05:33 volumio go-librespot[2719]: net.(*Resolver).lookupIPAddr(0xfd1660, {0xa2611c, 0x3178140}, {0x903a4e, 0x3}, {0x30ac0a8, 0x13})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/lookup.go:343 +0x394 fp=0x2c56a20 sp=0x2c56918 pc=0x1b68b0
Feb 18 00:05:33 volumio go-librespot[2719]: net.(*Resolver).internetAddrList(0xfd1660, {0xa2611c, 0x3178140}, {0x903a4e, 0x3}, {0x30ac0a8, 0x18})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/ipsock.go:289 +0x6b0 fp=0x2c56ab4 sp=0x2c56a20 pc=0x1b486c
Feb 18 00:05:33 volumio go-librespot[2719]: net.(*Resolver).resolveAddrList(0xfd1660, {0xa2611c, 0x3178140}, {0x903e50, 0x4}, {0x903a4e, 0x3}, {0x30ac0a8, 0x18}, {0x0, ...})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/dial.go:353 +0x510 fp=0x2c56b3c sp=0x2c56ab4 pc=0x19f1a8
Feb 18 00:05:33 volumio go-librespot[2719]: net.(*Dialer).DialContext(0x2c56c68, {0xa2611c, 0x3178140}, {0x903a4e, 0x3}, {0x30ac0a8, 0x18})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/dial.go:560 +0x43c fp=0x2c56c38 sp=0x2c56b3c pc=0x1a00e4
Feb 18 00:05:33 volumio go-librespot[2719]: golang.org/x/net/proxy.direct.DialContext(...)
Feb 18 00:05:33 volumio go-librespot[2719]: /src/.gocache/mod/golang.org/x/net@v0.48.0/proxy/direct.go:30
Feb 18 00:05:33 volumio go-librespot[2719]: golang.org/x/net/proxy.(*direct).DialContext(0xfdcff0, {0xa2611c, 0x3178140}, {0x903a4e, 0x3}, {0x30ac0a8, 0x18})
Feb 18 00:05:33 volumio go-librespot[2719]: :1 +0x74 fp=0x2c56ccc sp=0x2c56c38 pc=0x4f1ff0
Feb 18 00:05:33 volumio go-librespot[2719]: golang.org/x/net/proxy.Dial({0xa2611c, 0x3178140}, {0x903a4e, 0x3}, {0x30ac0a8, 0x18})
Feb 18 00:05:33 volumio go-librespot[2719]: /src/.gocache/mod/golang.org/x/net@v0.48.0/proxy/dial.go:28 +0xac fp=0x2c56d08 sp=0x2c56ccc pc=0x4efeb4
Feb 18 00:05:33 volumio go-librespot[2719]: github.com/devgianlu/go-librespot/ap.(*Accesspoint).init(0x2c18008, {0xa260ac, 0xfdcff0})
Feb 18 00:05:33 volumio go-librespot[2719]: /src/ap/ap.go:95 +0x2a8 fp=0x2c56d80 sp=0x2c56d08 pc=0x4f4974
Feb 18 00:05:33 volumio go-librespot[2719]: github.com/devgianlu/go-librespot/ap.(*Accesspoint).connect(0x2c18008, {0xa260ac, 0xfdcff0}, 0x2ecddd0)
Feb 18 00:05:33 volumio go-librespot[2719]: /src/ap/ap.go:205 +0xd4 fp=0x2c56de4 sp=0x2c56d80 pc=0x4f5a7c
Feb 18 00:05:33 volumio go-librespot[2719]: github.com/devgianlu/go-librespot/ap.(*Accesspoint).reconnect(0x2c18008)
Feb 18 00:05:33 volumio go-librespot[2719]: /src/ap/ap.go:394 +0xcc fp=0x2c56e0c sp=0x2c56de4 pc=0x4f703c
Feb 18 00:05:33 volumio go-librespot[2719]: github.com/devgianlu/go-librespot/ap.(*Accesspoint).reconnect-fm()
Feb 18 00:05:33 volumio go-librespot[2719]: :1 +0x28 fp=0x2c56e1c sp=0x2c56e0c pc=0x4fb294
Feb 18 00:05:33 volumio go-librespot[2719]: github.com/cenkalti/backoff/v4.RetryNotifyWithTimer.Operation.withEmptyData.func1()
Feb 18 00:05:33 volumio go-librespot[2719]: /src/.gocache/mod/github.com/cenkalti/backoff/v4@v4.3.0/retry.go:18 +0x1c fp=0x2c56e28 sp=0x2c56e1c pc=0x4ea1ec
Feb 18 00:05:33 volumio go-librespot[2719]: github.com/cenkalti/backoff/v4.doRetryNotify[...](0x2c56ecc, {0xa24f50, 0x2d3a2a0}, 0x0, {0x0, 0x0})
Feb 18 00:05:33 volumio go-librespot[2719]: /src/.gocache/mod/github.com/cenkalti/backoff/v4@v4.3.0/retry.go:88 +0xcc fp=0x2c56ea4 sp=0x2c56e28 pc=0x4ea668
Feb 18 00:05:33 volumio go-librespot[2719]: github.com/cenkalti/backoff/v4.RetryNotifyWithTimer(0x2c56f5c, {0xa24f50, 0x2d3a2a0}, 0x0, {0x0, 0x0})
Feb 18 00:05:33 volumio volumio[1693]: info: Connection to go-librespot Websocket closed
Feb 18 00:05:33 volumio volumio[1693]: info: Connection to go-librespot Websocket closed
Feb 18 00:05:33 volumio go-librespot[2719]: /src/.gocache/mod/github.com/cenkalti/backoff/v4@v4.3.0/retry.go:61 +0x5c fp=0x2c56ed4 sp=0x2c56ea4 pc=0x4ea1a4
Feb 18 00:05:33 volumio go-librespot[2719]: github.com/cenkalti/backoff/v4.RetryNotify(...)
Feb 18 00:05:33 volumio go-librespot[2719]: /src/.gocache/mod/github.com/cenkalti/backoff/v4@v4.3.0/retry.go:49
Feb 18 00:05:33 volumio go-librespot[2719]: github.com/cenkalti/backoff/v4.Retry(...)
Feb 18 00:05:33 volumio go-librespot[2719]: /src/.gocache/mod/github.com/cenkalti/backoff/v4@v4.3.0/retry.go:38
Feb 18 00:05:33 volumio go-librespot[2719]: github.com/devgianlu/go-librespot/ap.(*Accesspoint).recvLoop(0x2c18008)
Feb 18 00:05:33 volumio go-librespot[2719]: /src/ap/ap.go:335 +0x434 fp=0x2c56fe4 sp=0x2c56ed4 pc=0x4f689c
Feb 18 00:05:33 volumio go-librespot[2719]: github.com/devgianlu/go-librespot/ap.(*Accesspoint).reconnect.gowrap1()
Feb 18 00:05:33 volumio go-librespot[2719]: /src/ap/ap.go:403 +0x28 fp=0x2c56fec sp=0x2c56fe4 pc=0x4f71f0
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.goexit({})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/asm_arm.s:877 +0x4 fp=0x2c56fec sp=0x2c56fec pc=0xb0874
Feb 18 00:05:33 volumio go-librespot[2719]: created by github.com/devgianlu/go-librespot/ap.(*Accesspoint).reconnect in goroutine 65083
Feb 18 00:05:33 volumio go-librespot[2719]: /src/ap/ap.go:403 +0x120
Feb 18 00:05:33 volumio go-librespot[2719]: goroutine 1913472 gp=0x2d72008 m=nil [IO wait]:
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.gopark(0x960ecc, 0xf6783e10, 0x2, 0x2, 0x5)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/proc.go:460 +0x104 fp=0x2ffba4c sp=0x2ffba38 pc=0xa97c0
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.netpollblock(0xf6783e00, 0x72, 0x0)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/netpoll.go:575 +0x100 fp=0x2ffba64 sp=0x2ffba4c pc=0x675a0
Feb 18 00:05:33 volumio go-librespot[2719]: internal/poll.runtime_pollWait(0xf6783e00, 0x72)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/netpoll.go:351 +0x54 fp=0x2ffba78 sp=0x2ffba64 pc=0xa8864
Feb 18 00:05:33 volumio go-librespot[2719]: internal/poll.(*pollDesc).wait(0x31786f8, 0x72, 0x0)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x30 fp=0x2ffba8c sp=0x2ffba78 pc=0x134df4
Feb 18 00:05:33 volumio go-librespot[2719]: internal/poll.(*pollDesc).waitRead(...)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/internal/poll/fd_poll_runtime.go:89
Feb 18 00:05:33 volumio go-librespot[2719]: internal/poll.(*FD).Read(0x31786e0, {0x2c8fb00, 0x240, 0x240})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/internal/poll/fd_unix.go:165 +0x22c fp=0x2ffbad4 sp=0x2ffba8c pc=0x135f74
Feb 18 00:05:33 volumio go-librespot[2719]: net.(*netFD).Read(0x31786e0, {0x2c8fb00, 0x240, 0x240})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/fd_posix.go:68 +0x38 fp=0x2ffbb00 sp=0x2ffbad4 pc=0x1a8c28
Feb 18 00:05:33 volumio go-librespot[2719]: net.(*conn).Read(0x2e6c6b8, {0x2c8fb00, 0x240, 0x240})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/net.go:196 +0x48 fp=0x2ffbb2c sp=0x2ffbb00 pc=0x1b842c
Feb 18 00:05:33 volumio go-librespot[2719]: crypto/tls.(*atLeastReader).Read(0x2c10290, {0x2c8fb00, 0x240, 0x240})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/crypto/tls/conn.go:816 +0x78 fp=0x2ffbb58 sp=0x2ffbb2c pc=0x266c34
Feb 18 00:05:33 volumio go-librespot[2719]: bytes.(*Buffer).ReadFrom(0x2cc714c, {0xa22858, 0x2c10290})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/bytes/buffer.go:217 +0xa4 fp=0x2ffbb94 sp=0x2ffbb58 pc=0x160e08
Feb 18 00:05:33 volumio go-librespot[2719]: crypto/tls.(*Conn).readFromUntil(0x2cc6fc8, {0xa21798, 0x2e6c6b8}, 0x5)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/crypto/tls/conn.go:838 +0xd4 fp=0x2ffbbbc sp=0x2ffbb94 pc=0x266e90
Feb 18 00:05:33 volumio go-librespot[2719]: crypto/tls.(*Conn).readRecordOrCCS(0x2cc6fc8, 0x0)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/crypto/tls/conn.go:627 +0x134 fp=0x2ffbd1c sp=0x2ffbbbc pc=0x2645b4
Feb 18 00:05:33 volumio go-librespot[2719]: crypto/tls.(*Conn).readRecord(...)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/crypto/tls/conn.go:589
Feb 18 00:05:33 volumio go-librespot[2719]: crypto/tls.(*Conn).readHandshakeBytes(0x2cc6fc8, 0x4)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/crypto/tls/conn.go:1085 +0x70 fp=0x2ffbd30 sp=0x2ffbd1c pc=0x2683e0
Feb 18 00:05:33 volumio go-librespot[2719]: crypto/tls.(*Conn).readHandshake(0x2cc6fc8, {0x0, 0x0})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/crypto/tls/conn.go:1096 +0x24 fp=0x2ffbd84 sp=0x2ffbd30 pc=0x268440
Feb 18 00:05:33 volumio go-librespot[2719]: crypto/tls.(*Conn).clientHandshake(0x2cc6fc8, {0xa260e4, 0x2f94f60})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/crypto/tls/handshake_client.go:328 +0x4c0 fp=0x2ffbe98 sp=0x2ffbd84 pc=0x274584
Feb 18 00:05:33 volumio go-librespot[2719]: crypto/tls.(*Conn).clientHandshake-fm({0xa260e4, 0x2f94f60})
Feb 18 00:05:33 volumio go-librespot[2719]: :1 +0x38 fp=0x2ffbeb0 sp=0x2ffbe98 pc=0x2b2c48
Feb 18 00:05:33 volumio go-librespot[2719]: crypto/tls.(*Conn).handshakeContext(0x2cc6fc8, {0xa260e4, 0x2c00930})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/crypto/tls/conn.go:1575 +0x2e8 fp=0x2ffbfb0 sp=0x2ffbeb0 pc=0x26ae44
Feb 18 00:05:33 volumio go-librespot[2719]: crypto/tls.(*Conn).HandshakeContext(...)
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/crypto/tls/conn.go:1515
Feb 18 00:05:33 volumio go-librespot[2719]: net/http.(*persistConn).addTLS.func2()
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/http/transport.go:1706 +0x78 fp=0x2ffbfec sp=0x2ffbfb0 pc=0x352928
Feb 18 00:05:33 volumio go-librespot[2719]: runtime.goexit({})
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/runtime/asm_arm.s:877 +0x4 fp=0x2ffbfec sp=0x2ffbfec pc=0xb0874
Feb 18 00:05:33 volumio go-librespot[2719]: created by net/http.(*persistConn).addTLS in goroutine 1913439
Feb 18 00:05:33 volumio go-librespot[2719]: /usr/local/go/src/net/http/transport.go:1702 +0x2e4
Feb 18 00:05:33 volumio go-librespot[2718]: Aborted
Feb 18 00:05:36 volumio volumio[1693]: info: Initializing connection to go-librespot Websocket
Feb 18 00:05:36 volumio volumio[1693]: info: Error connecting to go-librespot Websocket: Error: connect ECONNREFUSED 127.0.0.1:9879
Feb 18 00:05:36 volumio systemd[1]: go-librespot-daemon.service: Scheduled restart job, restart counter is at 1.
Feb 18 00:05:36 volumio systemd[1]: Stopped go-librespot-daemon.service - go-librespot Daemon.
Feb 18 00:05:36 volumio systemd[1]: go-librespot-daemon.service: Consumed 1min 41.082s CPU time.
Feb 18 00:05:36 volumio systemd[1]: Started go-librespot-daemon.service - go-librespot Daemon.
Feb 18 00:05:36 volumio go-librespot[23489]: go-librespot daemon starting...
Feb 18 00:05:36 volumio go-librespot[23490]: time="2026-02-18T00:05:36+02:00" level=info msg="running go-librespot 0.6.2"
Feb 18 00:05:36 volumio go-librespot[23490]: time="2026-02-18T00:05:36+02:00" level=debug msg="app state loaded"
Feb 18 00:05:36 volumio go-librespot[23490]: time="2026-02-18T00:05:36+02:00" level=info msg="api server listening on 127.0.0.1:9879"
Feb 18 00:05:39 volumio volumio[1693]: info: Initializing connection to go-librespot Websocket
Feb 18 00:05:39 volumio volumio[1693]: info: Connection to go-librespot Websocket established
Feb 18 00:05:39 volumio go-librespot[23490]: time="2026-02-18T00:05:39+02:00" level=debug msg="new websocket client"
Feb 18 00:05:42 volumio volumio[1693]: info: Getting Spotify volume
Feb 18 00:05:42 volumio volumio[1693]: verbose: New Socket.io Connection to localhost:3000 from 127.0.0.1 UA: node-XMLHttpRequest Engine version: 3 Transport: polling Total Clients: 8
Feb 18 00:05:42 volumio volumio[1693]: info: CoreCommandRouter::volumioGetState
Feb 18 00:05:42 volumio volumio[1693]: info: CorePlayQueue::getTrack 3
Feb 18 00:05:42 volumio volumio[1693]: SPOTIFY: RECEIVED VOLUMIO VOLUME 29
Feb 18 00:05:46 volumio go-librespot[23490]: time="2026-02-18T00:05:46+02:00" level=fatal msg="failed running with username and spotify token" error="failed getting endpoints from resolver: failed fetching apresolve URL: Get \"https://apresolve.spotify.com/?type=accesspoint&type=dealer&type=spclient\": net/http: TLS handshake timeout"
Feb 18 00:05:46 volumio systemd[1]: go-librespot-daemon.service: Main process exited, code=exited, status=1/FAILURE
Feb 18 00:05:46 volumio systemd[1]: go-librespot-daemon.service: Failed with result 'exit-code'.
Feb 18 00:05:46 volumio volumio[1693]: |||||||||||||||||||||||| WARNING: FATAL ERROR |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Feb 18 00:05:46 volumio volumio[1693]: Error: socket hang up
Feb 18 00:05:46 volumio volumio[1693]: at connResetException (node:internal/errors:720:14)
Feb 18 00:05:46 volumio volumio[1693]: at Socket.socketOnEnd (node:_http_client:519:23)
Feb 18 00:05:46 volumio volumio[1693]: at Socket.emit (node:events:526:35)
Feb 18 00:05:46 volumio volumio[1693]: at endReadableNT (node:internal/streams/readable:1376:12)
Feb 18 00:05:46 volumio volumio[1693]: at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
Feb 18 00:05:46 volumio volumio[1693]: code: 'ECONNRESET',
Feb 18 00:05:46 volumio volumio[1693]: response: undefined
Feb 18 00:05:46 volumio volumio[1693]: }
Feb 18 00:05:46 volumio volumio[1693]: |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Feb 18 00:05:46 volumio sudo[23544]: volumio : PWD=/ ; USER=root ; COMMAND=/bin/journalctl '--since=2026-02-18 00:04'
Feb 18 00:05:46 volumio sudo[23544]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
PRETTY_NAME="Raspbian GNU/Linux 12 (bookworm)"
NAME="Raspbian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
VOLUMIO_BUILD_VERSION="a78d359cf1dc63ac74e9d151015afd30d31a709a"
VOLUMIO_FE_VERSION="35f8f4439f0076a62fefa72fd80b70701b3d6cbd"
VOLUMIO_FE3_VERSION="bcca17b6b6b26edfb999e6fd7da1b222a88a61d2"
VOLUMIO_BE_VERSION="c1ffe93b2136013fc1b5903a4ed7e3f34e0a7bec"
VOLUMIO_ARCH="arm"
VOLUMIO_VARIANT="volumio"
VOLUMIO_TEST="FALSE"
VOLUMIO_BUILD_DATE="Thu Feb 5 14:07:07 UTC 2026"
VOLUMIO_VERSION="4.096"
VOLUMIO_HARDWARE="pi"
VOLUMIO_DEVICENAME="Raspberry Pi"
VOLUMIO_HASH="5e37060f9823263a753eb5e84030104f"