devgianlu / go-librespot

Yet another open source Spotify client, written in Go.
GNU General Public License v3.0
52 stars 7 forks source link

Takeover from other account does not work #33

Closed volumio closed 2 months ago

volumio commented 2 months ago

Scenario:

Log trace: May 04 17:43:18 motivo go-librespot[12634]: panic: runtime error: invalid memory address or nil pointer dereference May 04 17:43:18 motivo go-librespot[12634]: [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x46a520] May 04 17:43:18 motivo go-librespot[12634]: goroutine 48 [running]: May 04 17:43:18 motivo go-librespot[12634]: panic({0x5a6368, 0x9f2a20}) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/panic.go:987 +0x414 fp=0x1d86f10 sp=0x1d86eb4 pc=0x4ee28 May 04 17:43:18 motivo go-librespot[12634]: runtime.panicmem() May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/panic.go:260 +0x4c fp=0x1d86f1c sp=0x1d86f10 pc=0x4d5cc May 04 17:43:18 motivo go-librespot[12634]: runtime.sigpanic() May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/signal_unix.go:841 +0x26c fp=0x1d86f38 sp=0x1d86f1c pc=0x68750 May 04 17:43:18 motivo go-librespot[12634]: go-librespot/output.(Output).Close(...) May 04 17:43:18 motivo go-librespot[12634]: /home/runner/work/go-librespot/go-librespot/output/output.go:90 May 04 17:43:18 motivo go-librespot[12634]: go-librespot/player.(Player).manageLoop(0x205d740) May 04 17:43:18 motivo go-librespot[12634]: /home/runner/work/go-librespot/go-librespot/player/player.go:212 +0xa3c fp=0x1d86fe4 sp=0x1d86f3c pc=0x46a520 May 04 17:43:18 motivo go-librespot[12634]: go-librespot/player.NewPlayer.func2() May 04 17:43:18 motivo go-librespot[12634]: /home/runner/work/go-librespot/go-librespot/player/player.go:88 +0x28 fp=0x1d86fec sp=0x1d86fe4 pc=0x469a20 May 04 17:43:18 motivo go-librespot[12634]: runtime.goexit() May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/asm_arm.s:831 +0x4 fp=0x1d86fec sp=0x1d86fec pc=0x84730 May 04 17:43:18 motivo go-librespot[12634]: created by go-librespot/player.NewPlayer May 04 17:43:18 motivo go-librespot[12634]: /home/runner/work/go-librespot/go-librespot/player/player.go:88 +0x1c4 May 04 17:43:18 motivo go-librespot[12634]: goroutine 1 [select]: May 04 17:43:18 motivo go-librespot[12634]: runtime.gopark(0x646428, 0x0, 0x9, 0x18, 0x1) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/proc.go:381 +0x100 fp=0x20abb4c sp=0x20abb38 pc=0x527b0 May 04 17:43:18 motivo go-librespot[12634]: runtime.selectgo(0x20abc38, 0x20abc18, 0x0, 0x1, 0x2, 0x1) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/select.go:327 +0xb70 fp=0x20abbf4 sp=0x20abb4c pc=0x64d80 May 04 17:43:18 motivo go-librespot[12634]: nhooyr.io/websocket.(mu).lock(0x1fa2c38, {0x6d0af4, 0x1ea6600}) May 04 17:43:18 motivo go-librespot[12634]: /home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go:238 +0x9c fp=0x20abc50 sp=0x20abbf4 pc=0x43e040 May 04 17:43:18 motivo go-librespot[12634]: nhooyr.io/websocket.(Conn).waitCloseHandshake(0x20587e0) May 04 17:43:18 motivo go-librespot[12634]: /home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/close_notjs.go:97 +0xc8 fp=0x20abce4 sp=0x20abc50 pc=0x43b9c8 May 04 17:43:18 motivo go-librespot[12634]: nhooyr.io/websocket.(Conn).closeHandshake(0x20587e0, 0x3e9, {0x0, 0x0}) May 04 17:43:18 motivo go-librespot[12634]: /home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/close_notjs.go:38 +0xa4 fp=0x20abd24 sp=0x20abce4 pc=0x43b434 May 04 17:43:18 motivo go-librespot[12634]: nhooyr.io/websocket.(Conn).Close(...) May 04 17:43:18 motivo go-librespot[12634]: /home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/close_notjs.go:31 May 04 17:43:18 motivo go-librespot[12634]: go-librespot/dealer.(Dealer).Close(0x1db05a0) May 04 17:43:18 motivo go-librespot[12634]: /home/runner/work/go-librespot/go-librespot/dealer/dealer.go:95 +0x70 fp=0x20abd40 sp=0x20abd24 pc=0x478ec4 May 04 17:43:18 motivo go-librespot[12634]: go-librespot/session.(Session).Close(0x2046150) May 04 17:43:18 motivo go-librespot[12634]: /home/runner/work/go-librespot/go-librespot/session/session.go:128 +0x3c fp=0x20abd58 sp=0x20abd40 pc=0x488bb4 May 04 17:43:18 motivo go-librespot[12634]: main.(AppPlayer).Close(...) May 04 17:43:18 motivo go-librespot[12634]: /home/runner/work/go-librespot/go-librespot/cmd/daemon/player.go:386 May 04 17:43:18 motivo go-librespot[12634]: main.(App).withAppPlayer.func3({{0x1dfa2d8, 0xa}, {0x205e380, 0xd8, 0xd8}, {0x1dfa52a, 0x6}, 0x20b4680}) May 04 17:43:18 motivo go-librespot[12634]: /home/runner/work/go-librespot/go-librespot/cmd/daemon/main.go:274 +0xa4 fp=0x20abdcc sp=0x20abd58 pc=0x539a54 May 04 17:43:18 motivo go-librespot[12634]: go-librespot/zeroconf.(Zeroconf).Serve(0x1c28230, 0x20abeb8) May 04 17:43:18 motivo go-librespot[12634]: /home/runner/work/go-librespot/go-librespot/zeroconf/zeroconf.go:272 +0x1a8 fp=0x20abe70 sp=0x20abdcc pc=0x4e9da4 May 04 17:43:18 motivo go-librespot[12634]: main.(App).withAppPlayer(0x1c943f0, 0x1d58220) May 04 17:43:18 motivo go-librespot[12634]: /home/runner/work/go-librespot/go-librespot/cmd/daemon/main.go:272 +0x4d8 fp=0x20abee0 sp=0x20abe70 pc=0x5398bc May 04 17:43:18 motivo go-librespot[12634]: main.(App).withCredentials(0x1c943f0, {0x5aea80, 0x1caa540}) May 04 17:43:18 motivo go-librespot[12634]: /home/runner/work/go-librespot/go-librespot/cmd/daemon/main.go:146 +0x414 fp=0x20abf3c sp=0x20abee0 pc=0x538f40 May 04 17:43:18 motivo go-librespot[12634]: main.(App).SpotifyToken(...) May 04 17:43:18 motivo go-librespot[12634]: /home/runner/work/go-librespot/go-librespot/cmd/daemon/main.go:106 May 04 17:43:18 motivo go-librespot[12634]: main.main() May 04 17:43:18 motivo go-librespot[12634]: /home/runner/work/go-librespot/go-librespot/cmd/daemon/main.go:421 +0x530 fp=0x20abfc0 sp=0x20abf3c pc=0x53ad90 May 04 17:43:18 motivo go-librespot[12634]: runtime.main() May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/proc.go:250 +0x268 fp=0x20abfec sp=0x20abfc0 pc=0x52288 May 04 17:43:18 motivo go-librespot[12634]: runtime.goexit() May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/asm_arm.s:831 +0x4 fp=0x20abfec sp=0x20abfec pc=0x84730 May 04 17:43:18 motivo go-librespot[12634]: goroutine 2 [force gc (idle)]: May 04 17:43:18 motivo go-librespot[12634]: runtime.gopark(0x6463f8, 0xa392b8, 0x11, 0x14, 0x1) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/proc.go:381 +0x100 fp=0x1c3cfd8 sp=0x1c3cfc4 pc=0x527b0 May 04 17:43:18 motivo go-librespot[12634]: runtime.goparkunlock(...) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/proc.go:387 May 04 17:43:18 motivo go-librespot[12634]: runtime.forcegchelper() May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/proc.go:305 +0xd4 fp=0x1c3cfec sp=0x1c3cfd8 pc=0x525d0 May 04 17:43:18 motivo go-librespot[12634]: runtime.goexit() May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/asm_arm.s:831 +0x4 fp=0x1c3cfec sp=0x1c3cfec pc=0x84730 May 04 17:43:18 motivo go-librespot[12634]: created by runtime.init.5 May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/proc.go:293 +0x1c May 04 17:43:18 motivo go-librespot[12634]: goroutine 18 [GC sweep wait]: May 04 17:43:18 motivo go-librespot[12634]: runtime.gopark(0x6463f8, 0xa398b8, 0xc, 0x14, 0x1) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/proc.go:381 +0x100 fp=0x1c387c8 sp=0x1c387b4 pc=0x527b0 May 04 17:43:18 motivo go-librespot[12634]: runtime.goparkunlock(...) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/proc.go:387 May 04 17:43:18 motivo go-librespot[12634]: runtime.bgsweep(0x1c62000) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/mgcsweep.go:319 +0x104 fp=0x1c387e4 sp=0x1c387c8 pc=0x3c528 May 04 17:43:18 motivo go-librespot[12634]: runtime.gcenable.func1() May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/mgc.go:178 +0x28 fp=0x1c387ec sp=0x1c387e4 pc=0x2cff4 May 04 17:43:18 motivo go-librespot[12634]: runtime.goexit() May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/asm_arm.s:831 +0x4 fp=0x1c387ec sp=0x1c387ec pc=0x84730 May 04 17:43:18 motivo go-librespot[12634]: created by runtime.gcenable May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/mgc.go:178 +0x74 May 04 17:43:18 motivo go-librespot[12634]: goroutine 19 [GC scavenge wait]: May 04 17:43:18 motivo go-librespot[12634]: runtime.gopark(0x6463f8, 0xa39b98, 0xd, 0x14, 0x2) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/proc.go:381 +0x100 fp=0x1c38fb4 sp=0x1c38fa0 pc=0x527b0 May 04 17:43:18 motivo go-librespot[12634]: runtime.goparkunlock(...) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/proc.go:387 May 04 17:43:18 motivo go-librespot[12634]: runtime.(scavengerState).park(0xa39b98) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/mgcscavenge.go:400 +0x64 fp=0x1c38fc8 sp=0x1c38fb4 pc=0x39e1c May 04 17:43:18 motivo go-librespot[12634]: runtime.bgscavenge(0x1c62000) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/mgcscavenge.go:633 +0x64 fp=0x1c38fe4 sp=0x1c38fc8 pc=0x3a560 May 04 17:43:18 motivo go-librespot[12634]: runtime.gcenable.func2() May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/mgc.go:179 +0x28 fp=0x1c38fec sp=0x1c38fe4 pc=0x2cfa0 May 04 17:43:18 motivo go-librespot[12634]: runtime.goexit() May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/asm_arm.s:831 +0x4 fp=0x1c38fec sp=0x1c38fec pc=0x84730 May 04 17:43:18 motivo go-librespot[12634]: created by runtime.gcenable May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/mgc.go:179 +0xbc May 04 17:43:18 motivo go-librespot[12634]: goroutine 20 [finalizer wait]: May 04 17:43:18 motivo go-librespot[12634]: runtime.gopark(0x646338, 0xa4ac60, 0x10, 0x14, 0x1) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/proc.go:381 +0x100 fp=0x1c3c78c sp=0x1c3c778 pc=0x527b0 May 04 17:43:18 motivo go-librespot[12634]: runtime.runfinq() May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/mfinal.go:193 +0xfc fp=0x1c3c7ec sp=0x1c3c78c pc=0x2bed0 May 04 17:43:18 motivo go-librespot[12634]: runtime.goexit() May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/asm_arm.s:831 +0x4 fp=0x1c3c7ec sp=0x1c3c7ec pc=0x84730 May 04 17:43:18 motivo go-librespot[12634]: created by runtime.createfing May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/mfinal.go:163 +0x5c May 04 17:43:18 motivo go-librespot[12634]: goroutine 21 [IO wait]: May 04 17:43:18 motivo go-librespot[12634]: runtime.gopark(0x6463e0, 0xadca2f40, 0x2, 0x1b, 0x5) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/proc.go:381 +0x100 fp=0x1c395dc sp=0x1c395c8 pc=0x527b0 May 04 17:43:18 motivo go-librespot[12634]: runtime.netpollblock(0xadca2f34, 0x72, 0x0) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/netpoll.go:527 +0x100 fp=0x1c395f4 sp=0x1c395dc pc=0x49f2c May 04 17:43:18 motivo go-librespot[12634]: internal/poll.runtime_pollWait(0xadca2f34, 0x72) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/netpoll.go:306 +0x54 fp=0x1c39608 sp=0x1c395f4 pc=0x800b4 May 04 17:43:18 motivo go-librespot[12634]: internal/poll.(pollDesc).wait(0x1ca0ec4, 0x72, 0x0) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/internal/poll/fd_poll_runtime.go:84 +0x30 fp=0x1c3961c sp=0x1c39608 pc=0xf7db0 May 04 17:43:18 motivo go-librespot[12634]: internal/poll.(pollDesc).waitRead(...) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/internal/poll/fd_poll_runtime.go:89 May 04 17:43:18 motivo go-librespot[12634]: internal/poll.(FD).Accept(0x1ca0eb0) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/internal/poll/fd_unix.go:614 +0x2d0 fp=0x1c3966c sp=0x1c3961c pc=0xfc8d0 May 04 17:43:18 motivo go-librespot[12634]: net.(netFD).accept(0x1ca0eb0) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/net/fd_unix.go:172 +0x20 fp=0x1c396cc sp=0x1c3966c pc=0x2822ec May 04 17:43:18 motivo go-librespot[12634]: net.(TCPListener).accept(0x1caa530) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/net/tcpsock_posix.go:148 +0x20 fp=0x1c396e4 sp=0x1c396cc pc=0x29ac84 May 04 17:43:18 motivo go-librespot[12634]: net.(TCPListener).Accept(0x1caa530) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/net/tcpsock.go:297 +0x30 fp=0x1c39700 sp=0x1c396e4 pc=0x299c48 May 04 17:43:18 motivo go-librespot[12634]: net/http.(onceCloseListener).Accept(0x1c00040) May 04 17:43:18 motivo go-librespot[12634]: :1 +0x34 fp=0x1c39718 sp=0x1c39700 pc=0x427c9c May 04 17:43:18 motivo go-librespot[12634]: net/http.(Server).Serve(0x1c72000, {0x6d07d8, 0x1caa530}) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/net/http/server.go:3059 +0x344 fp=0x1c397b4 sp=0x1c39718 pc=0x403c94 May 04 17:43:18 motivo go-librespot[12634]: net/http.Serve(...) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/net/http/server.go:2581 May 04 17:43:18 motivo go-librespot[12634]: main.(ApiServer).serve(0x1c93a00) May 04 17:43:18 motivo go-librespot[12634]: /home/runner/work/go-librespot/go-librespot/cmd/daemon/api_server.go:458 +0x6a0 fp=0x1c397e4 sp=0x1c397b4 pc=0x532ef4 May 04 17:43:18 motivo go-librespot[12634]: main.NewApiServer.func1() May 04 17:43:18 motivo go-librespot[12634]: /home/runner/work/go-librespot/go-librespot/cmd/daemon/api_server.go:238 +0x28 fp=0x1c397ec sp=0x1c397e4 pc=0x532538 May 04 17:43:18 motivo go-librespot[12634]: runtime.goexit() May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/asm_arm.s:831 +0x4 fp=0x1c397ec sp=0x1c397ec pc=0x84730 May 04 17:43:18 motivo go-librespot[12634]: created by main.NewApiServer May 04 17:43:18 motivo go-librespot[12634]: /home/runner/work/go-librespot/go-librespot/cmd/daemon/api_server.go:238 +0x1dc May 04 17:43:18 motivo go-librespot[12634]: goroutine 8 [IO wait]: May 04 17:43:18 motivo go-librespot[12634]: runtime.gopark(0x6463e0, 0xadca2d6c, 0x2, 0x1b, 0x5) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/proc.go:381 +0x100 fp=0x1c4ae8c sp=0x1c4ae78 pc=0x527b0 May 04 17:43:18 motivo go-librespot[12634]: runtime.netpollblock(0xadca2d60, 0x72, 0x0) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/netpoll.go:527 +0x100 fp=0x1c4aea4 sp=0x1c4ae8c pc=0x49f2c May 04 17:43:18 motivo go-librespot[12634]: internal/poll.runtime_pollWait(0xadca2d60, 0x72) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/netpoll.go:306 +0x54 fp=0x1c4aeb8 sp=0x1c4aea4 pc=0x800b4 May 04 17:43:18 motivo go-librespot[12634]: internal/poll.(pollDesc).wait(0x1c282e4, 0x72, 0x0) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/internal/poll/fd_poll_runtime.go:84 +0x30 fp=0x1c4aecc sp=0x1c4aeb8 pc=0xf7db0 May 04 17:43:18 motivo go-librespot[12634]: internal/poll.(pollDesc).waitRead(...) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/internal/poll/fd_poll_runtime.go:89 May 04 17:43:18 motivo go-librespot[12634]: internal/poll.(FD).RawRead(0x1c282d0, 0x1c94690) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/internal/poll/fd_unix.go:766 +0x168 fp=0x1c4aef8 sp=0x1c4aecc pc=0xfdcb4 May 04 17:43:18 motivo go-librespot[12634]: net.(rawConn).Read(0x1fa21e0, 0x1c94690) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/net/rawconn.go:43 +0x38 fp=0x1c4af18 sp=0x1c4aef8 pc=0x29551c May 04 17:43:18 motivo go-librespot[12634]: golang.org/x/net/internal/socket.(Conn).recvMsg(0x1e40280, 0x1c94660, 0x0) May 04 17:43:18 motivo go-librespot[12634]: /home/runner/go/pkg/mod/golang.org/x/net@v0.11.0/internal/socket/rawconn_msg.go:28 +0x19c fp=0x1c4af48 sp=0x1c4af18 pc=0x4895b0 May 04 17:43:18 motivo go-librespot[12634]: golang.org/x/net/internal/socket.(Conn).RecvMsg(...) May 04 17:43:18 motivo go-librespot[12634]: /home/runner/go/pkg/mod/golang.org/x/net@v0.11.0/internal/socket/socket.go:247 May 04 17:43:18 motivo go-librespot[12634]: golang.org/x/net/ipv4.(payloadHandler).ReadFrom(0x20460c8, {0x2088000, 0x10000, 0x10000}) May 04 17:43:18 motivo go-librespot[12634]: /home/runner/go/pkg/mod/golang.org/x/net@v0.11.0/ipv4/payload_cmsg.go:32 +0x1a4 fp=0x1c4af9c sp=0x1c4af48 pc=0x48cc7c May 04 17:43:18 motivo go-librespot[12634]: github.com/grandcat/zeroconf.(Server).recv4(0x205c480, 0x20460c0) May 04 17:43:18 motivo go-librespot[12634]: /home/runner/go/pkg/mod/github.com/grandcat/zeroconf@v1.0.0/server.go:254 +0xec fp=0x1c4afe0 sp=0x1c4af9c pc=0x4e4ed8 May 04 17:43:18 motivo go-librespot[12634]: github.com/grandcat/zeroconf.(Server).mainloop.func1() May 04 17:43:18 motivo go-librespot[12634]: /home/runner/go/pkg/mod/github.com/grandcat/zeroconf@v1.0.0/server.go:188 +0x30 fp=0x1c4afec sp=0x1c4afe0 pc=0x4e4b8c May 04 17:43:18 motivo go-librespot[12634]: runtime.goexit() May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/asm_arm.s:831 +0x4 fp=0x1c4afec sp=0x1c4afec pc=0x84730 May 04 17:43:18 motivo go-librespot[12634]: created by github.com/grandcat/zeroconf.(Server).mainloop May 04 17:43:18 motivo go-librespot[12634]: /home/runner/go/pkg/mod/github.com/grandcat/zeroconf@v1.0.0/server.go:188 +0x80 May 04 17:43:18 motivo go-librespot[12634]: goroutine 4 [GC worker (idle)]: May 04 17:43:18 motivo go-librespot[12634]: runtime.gopark(0x646344, 0x1fec198, 0x1a, 0x14, 0x0) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/proc.go:381 +0x100 fp=0x1c39f90 sp=0x1c39f7c pc=0x527b0 May 04 17:43:18 motivo go-librespot[12634]: runtime.gcBgMarkWorker() May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/mgc.go:1275 +0x100 fp=0x1c39fec sp=0x1c39f90 pc=0x2fbb8 May 04 17:43:18 motivo go-librespot[12634]: runtime.goexit() May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/asm_arm.s:831 +0x4 fp=0x1c39fec sp=0x1c39fec pc=0x84730 May 04 17:43:18 motivo go-librespot[12634]: created by runtime.gcBgMarkStartWorkers May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/mgc.go:1199 +0x20 May 04 17:43:18 motivo go-librespot[12634]: goroutine 5 [GC worker (idle)]: May 04 17:43:18 motivo go-librespot[12634]: runtime.gopark(0x646344, 0x1fec1b0, 0x1a, 0x14, 0x0) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/proc.go:381 +0x100 fp=0x1c3d790 sp=0x1c3d77c pc=0x527b0 May 04 17:43:18 motivo go-librespot[12634]: runtime.gcBgMarkWorker() May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/mgc.go:1275 +0x100 fp=0x1c3d7ec sp=0x1c3d790 pc=0x2fbb8 May 04 17:43:18 motivo go-librespot[12634]: runtime.goexit() May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/asm_arm.s:831 +0x4 fp=0x1c3d7ec sp=0x1c3d7ec pc=0x84730 May 04 17:43:18 motivo go-librespot[12634]: created by runtime.gcBgMarkStartWorkers May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/mgc.go:1199 +0x20 May 04 17:43:18 motivo go-librespot[12634]: goroutine 6 [GC worker (idle)]: May 04 17:43:18 motivo go-librespot[12634]: runtime.gopark(0x646344, 0x1fec1c8, 0x1a, 0x14, 0x0) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/proc.go:381 +0x100 fp=0x1c3df90 sp=0x1c3df7c pc=0x527b0 May 04 17:43:18 motivo go-librespot[12634]: runtime.gcBgMarkWorker() May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/mgc.go:1275 +0x100 fp=0x1c3dfec sp=0x1c3df90 pc=0x2fbb8 May 04 17:43:18 motivo go-librespot[12634]: runtime.goexit() May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/asm_arm.s:831 +0x4 fp=0x1c3dfec sp=0x1c3dfec pc=0x84730 May 04 17:43:18 motivo go-librespot[12634]: created by runtime.gcBgMarkStartWorkers May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/mgc.go:1199 +0x20 May 04 17:43:18 motivo go-librespot[12634]: goroutine 7 [GC worker (idle)]: May 04 17:43:18 motivo go-librespot[12634]: runtime.gopark(0x646344, 0x1cba6a8, 0x1a, 0x14, 0x0) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/proc.go:381 +0x100 fp=0x1c3e790 sp=0x1c3e77c pc=0x527b0 May 04 17:43:18 motivo go-librespot[12634]: runtime.gcBgMarkWorker() May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/mgc.go:1275 +0x100 fp=0x1c3e7ec sp=0x1c3e790 pc=0x2fbb8 May 04 17:43:18 motivo go-librespot[12634]: runtime.goexit() May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/asm_arm.s:831 +0x4 fp=0x1c3e7ec sp=0x1c3e7ec pc=0x84730 May 04 17:43:18 motivo go-librespot[12634]: created by runtime.gcBgMarkStartWorkers May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/mgc.go:1199 +0x20 May 04 17:43:18 motivo go-librespot[12634]: goroutine 28 [IO wait]: May 04 17:43:18 motivo go-librespot[12634]: runtime.gopark(0x6463e0, 0xadca2ea4, 0x2, 0x1b, 0x5) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/proc.go:381 +0x100 fp=0x1d8ea7c sp=0x1d8ea68 pc=0x527b0 May 04 17:43:18 motivo go-librespot[12634]: runtime.netpollblock(0xadca2e98, 0x72, 0x0) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/netpoll.go:527 +0x100 fp=0x1d8ea94 sp=0x1d8ea7c pc=0x49f2c May 04 17:43:18 motivo go-librespot[12634]: internal/poll.runtime_pollWait(0xadca2e98, 0x72) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/netpoll.go:306 +0x54 fp=0x1d8eaa8 sp=0x1d8ea94 pc=0x800b4 May 04 17:43:18 motivo go-librespot[12634]: internal/poll.(pollDesc).wait(0x1ca1144, 0x72, 0x0) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/internal/poll/fd_poll_runtime.go:84 +0x30 fp=0x1d8eabc sp=0x1d8eaa8 pc=0xf7db0 May 04 17:43:18 motivo go-librespot[12634]: internal/poll.(pollDesc).waitRead(...) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/internal/poll/fd_poll_runtime.go:89 May 04 17:43:18 motivo go-librespot[12634]: internal/poll.(FD).Read(0x1ca1130, {0x1db4000, 0x1000, 0x1000}) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/internal/poll/fd_unix.go:167 +0x240 fp=0x1d8eb0c sp=0x1d8eabc pc=0xf8fbc May 04 17:43:18 motivo go-librespot[12634]: net.(netFD).Read(0x1ca1130, {0x1db4000, 0x1000, 0x1000}) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/net/fd_posix.go:55 +0x38 fp=0x1d8eb38 sp=0x1d8eb0c pc=0x280230 May 04 17:43:18 motivo go-librespot[12634]: net.(conn).Read(0x1c100d0, {0x1db4000, 0x1000, 0x1000}) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/net/net.go:183 +0x48 fp=0x1d8eb68 sp=0x1d8eb38 pc=0x2911b4 May 04 17:43:18 motivo go-librespot[12634]: net.(TCPConn).Read(0x1c100d0, {0x1db4000, 0x1000, 0x1000}) May 04 17:43:18 motivo go-librespot[12634]: :1 +0x44 fp=0x1d8eb88 sp=0x1d8eb68 pc=0x2a5890 May 04 17:43:18 motivo go-librespot[12634]: crypto/tls.(atLeastReader).Read(0x1cab540, {0x1db4000, 0x1000, 0x1000}) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/crypto/tls/conn.go:788 +0x7c fp=0x1d8ebb8 sp=0x1d8eb88 pc=0x35dbf4 May 04 17:43:18 motivo go-librespot[12634]: bytes.(Buffer).ReadFrom(0x1c7c178, {0x6cd94c, 0x1cab540}) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/bytes/buffer.go:202 +0xa4 fp=0x1d8ebf8 sp=0x1d8ebb8 pc=0x124eb4 May 04 17:43:18 motivo go-librespot[12634]: crypto/tls.(Conn).readFromUntil(0x1c7c000, {0x6cecfc, 0x1c100d0}, 0x5) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/crypto/tls/conn.go:810 +0xd4 fp=0x1d8ec20 sp=0x1d8ebf8 pc=0x35de64 May 04 17:43:18 motivo go-librespot[12634]: crypto/tls.(Conn).readRecordOrCCS(0x1c7c000, 0x0) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/crypto/tls/conn.go:617 +0x11c fp=0x1d8ed9c sp=0x1d8ec20 pc=0x35b694 May 04 17:43:18 motivo go-librespot[12634]: crypto/tls.(Conn).readRecord(...) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/crypto/tls/conn.go:583 May 04 17:43:18 motivo go-librespot[12634]: crypto/tls.(Conn).Read(0x1c7c000, {0x1d6a000, 0x1000, 0x1000}) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/crypto/tls/conn.go:1316 +0x168 fp=0x1d8edcc sp=0x1d8ed9c pc=0x360e3c May 04 17:43:18 motivo go-librespot[12634]: bufio.(Reader).Read(0x1d684b0, {0x1cd02a4, 0x9, 0x9}) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/bufio/bufio.go:237 +0x228 fp=0x1d8edf0 sp=0x1d8edcc pc=0x1455b4 May 04 17:43:18 motivo go-librespot[12634]: io.ReadAtLeast({0x6cd834, 0x1d684b0}, {0x1cd02a4, 0x9, 0x9}, 0x9) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/io/io.go:332 +0x90 fp=0x1d8ee1c sp=0x1d8edf0 pc=0xf1b18 May 04 17:43:18 motivo go-librespot[12634]: io.ReadFull(...) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/io/io.go:351 May 04 17:43:18 motivo go-librespot[12634]: net/http.http2readFrameHeader({0x1cd02a4, 0x9, 0x9}, {0x6cd834, 0x1d684b0}) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/net/http/h2_bundle.go:1567 +0x54 fp=0x1d8ee44 sp=0x1d8ee1c pc=0x3c237c May 04 17:43:18 motivo go-librespot[12634]: net/http.(http2Framer).ReadFrame(0x1cd0280) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/net/http/h2_bundle.go:1831 +0x94 fp=0x1d8eec8 sp=0x1d8ee44 pc=0x3c2b78 May 04 17:43:18 motivo go-librespot[12634]: net/http.(http2clientConnReadLoop).run(0x1d8efd4) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/net/http/h2_bundle.go:9187 +0x150 fp=0x1d8efa4 sp=0x1d8eec8 pc=0x3e6960 May 04 17:43:18 motivo go-librespot[12634]: net/http.(http2ClientConn).readLoop(0x1c02e10) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/net/http/h2_bundle.go:9082 +0x68 fp=0x1d8efe4 sp=0x1d8efa4 pc=0x3e5e50 May 04 17:43:18 motivo go-librespot[12634]: net/http.(http2Transport).newClientConn.func1() May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/net/http/h2_bundle.go:7779 +0x28 fp=0x1d8efec sp=0x1d8efe4 pc=0x3deff8 May 04 17:43:18 motivo go-librespot[12634]: runtime.goexit() May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/asm_arm.s:831 +0x4 fp=0x1d8efec sp=0x1d8efec pc=0x84730 May 04 17:43:18 motivo go-librespot[12634]: created by net/http.(http2Transport).newClientConn May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/net/http/h2_bundle.go:7779 +0xc24 May 04 17:43:18 motivo go-librespot[12634]: goroutine 12 [select]: May 04 17:43:18 motivo go-librespot[12634]: runtime.gopark(0x646428, 0x0, 0x9, 0x18, 0x1) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/proc.go:381 +0x100 fp=0x1d87ea0 sp=0x1d87e8c pc=0x527b0 May 04 17:43:18 motivo go-librespot[12634]: runtime.selectgo(0x1d87fac, 0x1d87f94, 0x0, 0x0, 0x2, 0x1) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/select.go:327 +0xb70 fp=0x1d87f48 sp=0x1d87ea0 pc=0x64d80 May 04 17:43:18 motivo go-librespot[12634]: go-librespot/ap.(Accesspoint).pongAckTicker(0x1e3a090) May 04 17:43:18 motivo go-librespot[12634]: /home/runner/work/go-librespot/go-librespot/ap/ap.go:308 +0x8c fp=0x1d87fe4 sp=0x1d87f48 pc=0x455ad0 May 04 17:43:18 motivo go-librespot[12634]: go-librespot/ap.NewAccesspoint.func1() May 04 17:43:18 motivo go-librespot[12634]: /home/runner/work/go-librespot/go-librespot/ap/ap.go:67 +0x28 fp=0x1d87fec sp=0x1d87fe4 pc=0x453db8 May 04 17:43:18 motivo go-librespot[12634]: runtime.goexit() May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/asm_arm.s:831 +0x4 fp=0x1d87fec sp=0x1d87fec pc=0x84730 May 04 17:43:18 motivo go-librespot[12634]: created by go-librespot/ap.NewAccesspoint May 04 17:43:18 motivo go-librespot[12634]: /home/runner/work/go-librespot/go-librespot/ap/ap.go:67 +0x190 May 04 17:43:18 motivo go-librespot[12634]: goroutine 9 [IO wait]: May 04 17:43:18 motivo go-librespot[12634]: runtime.gopark(0x6463e0, 0xadca2cd0, 0x2, 0x1b, 0x5) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/proc.go:381 +0x100 fp=0x1e07e64 sp=0x1e07e50 pc=0x527b0 May 04 17:43:18 motivo go-librespot[12634]: runtime.netpollblock(0xadca2cc4, 0x72, 0x0) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/netpoll.go:527 +0x100 fp=0x1e07e7c sp=0x1e07e64 pc=0x49f2c May 04 17:43:18 motivo go-librespot[12634]: internal/poll.runtime_pollWait(0xadca2cc4, 0x72) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/netpoll.go:306 +0x54 fp=0x1e07e90 sp=0x1e07e7c pc=0x800b4 May 04 17:43:18 motivo go-librespot[12634]: internal/poll.(pollDesc).wait(0x1c28334, 0x72, 0x0) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/internal/poll/fd_poll_runtime.go:84 +0x30 fp=0x1e07ea4 sp=0x1e07e90 pc=0xf7db0 May 04 17:43:18 motivo go-librespot[12634]: internal/poll.(pollDesc).waitRead(...) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/internal/poll/fd_poll_runtime.go:89 May 04 17:43:18 motivo go-librespot[12634]: internal/poll.(FD).RawRead(0x1c28320, 0x1e1a030) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/internal/poll/fd_unix.go:766 +0x168 fp=0x1e07ed0 sp=0x1e07ea4 pc=0xfdcb4 May 04 17:43:18 motivo go-librespot[12634]: net.(rawConn).Read(0x1fa2208, 0x1e1a030) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/net/rawconn.go:43 +0x38 fp=0x1e07ef0 sp=0x1e07ed0 pc=0x29551c May 04 17:43:18 motivo go-librespot[12634]: golang.org/x/net/internal/socket.(Conn).recvMsg(0x1e40290, 0x1e1a000, 0x0) May 04 17:43:18 motivo go-librespot[12634]: /home/runner/go/pkg/mod/golang.org/x/net@v0.11.0/internal/socket/rawconn_msg.go:28 +0x19c fp=0x1e07f20 sp=0x1e07ef0 pc=0x4895b0 May 04 17:43:18 motivo go-librespot[12634]: golang.org/x/net/internal/socket.(Conn).RecvMsg(...) May 04 17:43:18 motivo go-librespot[12634]: /home/runner/go/pkg/mod/golang.org/x/net@v0.11.0/internal/socket/socket.go:247 May 04 17:43:18 motivo go-librespot[12634]: golang.org/x/net/ipv6.(payloadHandler).ReadFrom(0x20460f8, {0x1e0a000, 0x10000, 0x10000}) May 04 17:43:18 motivo go-librespot[12634]: /home/runner/go/pkg/mod/golang.org/x/net@v0.11.0/ipv6/payload_cmsg.go:32 +0x17c fp=0x1e07f9c sp=0x1e07f20 pc=0x490cf8 May 04 17:43:18 motivo go-librespot[12634]: github.com/grandcat/zeroconf.(Server).recv6(0x205c480, 0x20460f0) May 04 17:43:18 motivo go-librespot[12634]: /home/runner/go/pkg/mod/github.com/grandcat/zeroconf@v1.0.0/server.go:282 +0xec fp=0x1e07fe0 sp=0x1e07f9c pc=0x4e50c4 May 04 17:43:18 motivo go-librespot[12634]: github.com/grandcat/zeroconf.(Server).mainloop.func2() May 04 17:43:18 motivo go-librespot[12634]: /home/runner/go/pkg/mod/github.com/grandcat/zeroconf@v1.0.0/server.go:191 +0x30 fp=0x1e07fec sp=0x1e07fe0 pc=0x4e4b30 May 04 17:43:18 motivo go-librespot[12634]: runtime.goexit() May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/asm_arm.s:831 +0x4 fp=0x1e07fec sp=0x1e07fec pc=0x84730 May 04 17:43:18 motivo go-librespot[12634]: created by github.com/grandcat/zeroconf.(Server).mainloop May 04 17:43:18 motivo go-librespot[12634]: /home/runner/go/pkg/mod/github.com/grandcat/zeroconf@v1.0.0/server.go:191 +0xf0 May 04 17:43:18 motivo go-librespot[12634]: goroutine 67 [IO wait]: May 04 17:43:18 motivo go-librespot[12634]: runtime.gopark(0x6463e0, 0xadca2b98, 0x2, 0x1b, 0x5) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/proc.go:381 +0x100 fp=0x20aed68 sp=0x20aed54 pc=0x527b0 May 04 17:43:18 motivo go-librespot[12634]: runtime.netpollblock(0xadca2b8c, 0x72, 0x0) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/netpoll.go:527 +0x100 fp=0x20aed80 sp=0x20aed68 pc=0x49f2c May 04 17:43:18 motivo go-librespot[12634]: internal/poll.runtime_pollWait(0xadca2b8c, 0x72) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/netpoll.go:306 +0x54 fp=0x20aed94 sp=0x20aed80 pc=0x800b4 May 04 17:43:18 motivo go-librespot[12634]: internal/poll.(pollDesc).wait(0x1e2ea64, 0x72, 0x0) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/internal/poll/fd_poll_runtime.go:84 +0x30 fp=0x20aeda8 sp=0x20aed94 pc=0xf7db0 May 04 17:43:18 motivo go-librespot[12634]: internal/poll.(pollDesc).waitRead(...) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/internal/poll/fd_poll_runtime.go:89 May 04 17:43:18 motivo go-librespot[12634]: internal/poll.(FD).Read(0x1e2ea50, {0x1e484a4, 0x3, 0x3}) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/internal/poll/fd_unix.go:167 +0x240 fp=0x20aedf8 sp=0x20aeda8 pc=0xf8fbc May 04 17:43:18 motivo go-librespot[12634]: net.(netFD).Read(0x1e2ea50, {0x1e484a4, 0x3, 0x3}) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/net/fd_posix.go:55 +0x38 fp=0x20aee24 sp=0x20aedf8 pc=0x280230 May 04 17:43:18 motivo go-librespot[12634]: net.(conn).Read(0x1e1c358, {0x1e484a4, 0x3, 0x3}) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/net/net.go:183 +0x48 fp=0x20aee54 sp=0x20aee24 pc=0x2911b4 May 04 17:43:18 motivo go-librespot[12634]: net.(TCPConn).Read(0x1e1c358, {0x1e484a4, 0x3, 0x3}) May 04 17:43:18 motivo go-librespot[12634]: :1 +0x44 fp=0x20aee74 sp=0x20aee54 pc=0x2a5890 May 04 17:43:18 motivo go-librespot[12634]: io.ReadAtLeast({0x6cecfc, 0x1e1c358}, {0x1e484a4, 0x3, 0x3}, 0x3) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/io/io.go:332 +0x90 fp=0x20aeea0 sp=0x20aee74 pc=0xf1b18 May 04 17:43:18 motivo go-librespot[12634]: io.ReadFull(...) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/io/io.go:351 May 04 17:43:18 motivo go-librespot[12634]: go-librespot/ap.(shannonConn).receivePacket(0x1d699e0) May 04 17:43:18 motivo go-librespot[12634]: /home/runner/work/go-librespot/go-librespot/ap/shannon.go:80 +0x124 fp=0x20aef00 sp=0x20aeea0 pc=0x458588 May 04 17:43:18 motivo go-librespot[12634]: go-librespot/ap.(Accesspoint).recvLoop(0x1e3a090) May 04 17:43:18 motivo go-librespot[12634]: /home/runner/work/go-librespot/go-librespot/ap/ap.go:240 +0x58 fp=0x20aefe4 sp=0x20aef00 pc=0x455360 May 04 17:43:18 motivo go-librespot[12634]: go-librespot/ap.(Accesspoint).startReceiving.func1.1() May 04 17:43:18 motivo go-librespot[12634]: /home/runner/work/go-librespot/go-librespot/ap/ap.go:229 +0x28 fp=0x20aefec sp=0x20aefe4 pc=0x4552dc May 04 17:43:18 motivo go-librespot[12634]: runtime.goexit() May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/asm_arm.s:831 +0x4 fp=0x20aefec sp=0x20aefec pc=0x84730 May 04 17:43:18 motivo go-librespot[12634]: created by go-librespot/ap.(Accesspoint).startReceiving.func1 May 04 17:43:18 motivo go-librespot[12634]: /home/runner/work/go-librespot/go-librespot/ap/ap.go:229 +0x60 May 04 17:43:18 motivo go-librespot[12634]: goroutine 68 [IO wait]: May 04 17:43:18 motivo go-librespot[12634]: runtime.gopark(0x6463e0, 0xadca2a60, 0x2, 0x1b, 0x5) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/proc.go:381 +0x100 fp=0x20e990c sp=0x20e98f8 pc=0x527b0 May 04 17:43:18 motivo go-librespot[12634]: runtime.netpollblock(0xadca2a54, 0x72, 0x0) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/netpoll.go:527 +0x100 fp=0x20e9924 sp=0x20e990c pc=0x49f2c May 04 17:43:18 motivo go-librespot[12634]: internal/poll.runtime_pollWait(0xadca2a54, 0x72) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/netpoll.go:306 +0x54 fp=0x20e9938 sp=0x20e9924 pc=0x800b4 May 04 17:43:18 motivo go-librespot[12634]: internal/poll.(pollDesc).wait(0x1e94b54, 0x72, 0x0) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/internal/poll/fd_poll_runtime.go:84 +0x30 fp=0x20e994c sp=0x20e9938 pc=0xf7db0 May 04 17:43:18 motivo go-librespot[12634]: internal/poll.(pollDesc).waitRead(...) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/internal/poll/fd_poll_runtime.go:89 May 04 17:43:18 motivo go-librespot[12634]: internal/poll.(FD).Read(0x1e94b40, {0x1ded000, 0x1000, 0x1000}) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/internal/poll/fd_unix.go:167 +0x240 fp=0x20e999c sp=0x20e994c pc=0xf8fbc May 04 17:43:18 motivo go-librespot[12634]: net.(netFD).Read(0x1e94b40, {0x1ded000, 0x1000, 0x1000}) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/net/fd_posix.go:55 +0x38 fp=0x20e99c8 sp=0x20e999c pc=0x280230 May 04 17:43:18 motivo go-librespot[12634]: net.(conn).Read(0x1c11f58, {0x1ded000, 0x1000, 0x1000}) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/net/net.go:183 +0x48 fp=0x20e99f8 sp=0x20e99c8 pc=0x2911b4 May 04 17:43:18 motivo go-librespot[12634]: net.(TCPConn).Read(0x1c11f58, {0x1ded000, 0x1000, 0x1000}) May 04 17:43:18 motivo go-librespot[12634]: :1 +0x44 fp=0x20e9a18 sp=0x20e99f8 pc=0x2a5890 May 04 17:43:18 motivo go-librespot[12634]: crypto/tls.(atLeastReader).Read(0x1e862f0, {0x1ded000, 0x1000, 0x1000}) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/crypto/tls/conn.go:788 +0x7c fp=0x20e9a48 sp=0x20e9a18 pc=0x35dbf4 May 04 17:43:18 motivo go-librespot[12634]: bytes.(Buffer).ReadFrom(0x1c7d378, {0x6cd94c, 0x1e862f0}) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/bytes/buffer.go:202 +0xa4 fp=0x20e9a88 sp=0x20e9a48 pc=0x124eb4 May 04 17:43:18 motivo go-librespot[12634]: crypto/tls.(Conn).readFromUntil(0x1c7d200, {0x6cecfc, 0x1c11f58}, 0x5) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/crypto/tls/conn.go:810 +0xd4 fp=0x20e9ab0 sp=0x20e9a88 pc=0x35de64 May 04 17:43:18 motivo go-librespot[12634]: crypto/tls.(Conn).readRecordOrCCS(0x1c7d200, 0x0) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/crypto/tls/conn.go:617 +0x11c fp=0x20e9c2c sp=0x20e9ab0 pc=0x35b694 May 04 17:43:18 motivo go-librespot[12634]: crypto/tls.(Conn).readRecord(...) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/crypto/tls/conn.go:583 May 04 17:43:18 motivo go-librespot[12634]: crypto/tls.(Conn).Read(0x1c7d200, {0x1ea4000, 0x1000, 0x1000}) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/crypto/tls/conn.go:1316 +0x168 fp=0x20e9c5c sp=0x20e9c2c pc=0x360e3c May 04 17:43:18 motivo go-librespot[12634]: net/http.(readWriteCloserBody).Read(0x1e411b0, {0x1ea4000, 0x1000, 0x1000}) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/net/http/transport.go:2395 +0xf4 fp=0x20e9c7c sp=0x20e9c5c pc=0x41a324 May 04 17:43:18 motivo go-librespot[12634]: bufio.(Reader).fill(0x2047290) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/bufio/bufio.go:106 +0x10c fp=0x20e9ca0 sp=0x20e9c7c pc=0x144f14 May 04 17:43:18 motivo go-librespot[12634]: bufio.(Reader).ReadByte(0x2047290) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/bufio/bufio.go:265 +0x28 fp=0x20e9cac sp=0x20e9ca0 pc=0x1457c4 May 04 17:43:18 motivo go-librespot[12634]: nhooyr.io/websocket.readFrameHeader(0x2047290, {0x2058810, 0x8, 0x8}) May 04 17:43:18 motivo go-librespot[12634]: /home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/frame.go:54 +0x74 fp=0x20e9cec sp=0x20e9cac pc=0x440768 May 04 17:43:18 motivo go-librespot[12634]: nhooyr.io/websocket.(Conn).readFrameHeader(0x20587e0, {0x6d0ad4, 0x1ca2020}) May 04 17:43:18 motivo go-librespot[12634]: /home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/read.go:188 +0xb4 fp=0x20e9dac sp=0x20e9cec pc=0x4432c8 May 04 17:43:18 motivo go-librespot[12634]: nhooyr.io/websocket.(Conn).readLoop(0x20587e0, {0x6d0ad4, 0x1ca2020}) May 04 17:43:18 motivo go-librespot[12634]: /home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/read.go:146 +0x3c fp=0x20e9e70 sp=0x20e9dac pc=0x442da0 May 04 17:43:18 motivo go-librespot[12634]: nhooyr.io/websocket.(Conn).reader(0x20587e0, {0x6d0ad4, 0x1ca2020}) May 04 17:43:18 motivo go-librespot[12634]: /home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/read.go:315 +0x10c fp=0x20e9efc sp=0x20e9e70 pc=0x443fe0 May 04 17:43:18 motivo go-librespot[12634]: nhooyr.io/websocket.(Conn).Reader(...) May 04 17:43:18 motivo go-librespot[12634]: /home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/read.go:30 May 04 17:43:18 motivo go-librespot[12634]: nhooyr.io/websocket.(Conn).Read(0x20587e0, {0x6d0ad4, 0x1ca2020}) May 04 17:43:18 motivo go-librespot[12634]: /home/runner/go/pkg/mod/nhooyr.io/websocket@v1.8.7/read.go:36 +0x2c fp=0x20e9f24 sp=0x20e9efc pc=0x44266c May 04 17:43:18 motivo go-librespot[12634]: go-librespot/dealer.(Dealer).recvLoop(0x1db05a0) May 04 17:43:18 motivo go-librespot[12634]: /home/runner/work/go-librespot/go-librespot/dealer/dealer.go:153 +0x5c fp=0x20e9fe4 sp=0x20e9f24 pc=0x4794f8 May 04 17:43:18 motivo go-librespot[12634]: go-librespot/dealer.(Dealer).startReceiving.func1.1() May 04 17:43:18 motivo go-librespot[12634]: /home/runner/work/go-librespot/go-librespot/dealer/dealer.go:99 +0x28 fp=0x20e9fec sp=0x20e9fe4 pc=0x478fe4 May 04 17:43:18 motivo go-librespot[12634]: runtime.goexit() May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/asm_arm.s:831 +0x4 fp=0x20e9fec sp=0x20e9fec pc=0x84730 May 04 17:43:18 motivo go-librespot[12634]: created by go-librespot/dealer.(Dealer).startReceiving.func1 May 04 17:43:18 motivo go-librespot[12634]: /home/runner/work/go-librespot/go-librespot/dealer/dealer.go:99 +0x60 May 04 17:43:18 motivo go-librespot[12634]: goroutine 32 [IO wait]: May 04 17:43:18 motivo go-librespot[12634]: runtime.gopark(0x6463e0, 0xadca2c34, 0x2, 0x1b, 0x5) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/proc.go:381 +0x100 fp=0x1d8ba7c sp=0x1d8ba68 pc=0x527b0 May 04 17:43:18 motivo go-librespot[12634]: runtime.netpollblock(0xadca2c28, 0x72, 0x0) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/netpoll.go:527 +0x100 fp=0x1d8ba94 sp=0x1d8ba7c pc=0x49f2c May 04 17:43:18 motivo go-librespot[12634]: internal/poll.runtime_pollWait(0xadca2c28, 0x72) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/netpoll.go:306 +0x54 fp=0x1d8baa8 sp=0x1d8ba94 pc=0x800b4 May 04 17:43:18 motivo go-librespot[12634]: internal/poll.(pollDesc).wait(0x1c29c84, 0x72, 0x0) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/internal/poll/fd_poll_runtime.go:84 +0x30 fp=0x1d8babc sp=0x1d8baa8 pc=0xf7db0 May 04 17:43:18 motivo go-librespot[12634]: internal/poll.(pollDesc).waitRead(...) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/internal/poll/fd_poll_runtime.go:89 May 04 17:43:18 motivo go-librespot[12634]: internal/poll.(FD).Read(0x1c29c70, {0x1d6b000, 0x1000, 0x1000}) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/internal/poll/fd_unix.go:167 +0x240 fp=0x1d8bb0c sp=0x1d8babc pc=0xf8fbc May 04 17:43:18 motivo go-librespot[12634]: net.(netFD).Read(0x1c29c70, {0x1d6b000, 0x1000, 0x1000}) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/net/fd_posix.go:55 +0x38 fp=0x1d8bb38 sp=0x1d8bb0c pc=0x280230 May 04 17:43:18 motivo go-librespot[12634]: net.(conn).Read(0x1c112c0, {0x1d6b000, 0x1000, 0x1000}) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/net/net.go:183 +0x48 fp=0x1d8bb68 sp=0x1d8bb38 pc=0x2911b4 May 04 17:43:18 motivo go-librespot[12634]: net.(TCPConn).Read(0x1c112c0, {0x1d6b000, 0x1000, 0x1000}) May 04 17:43:18 motivo go-librespot[12634]: :1 +0x44 fp=0x1d8bb88 sp=0x1d8bb68 pc=0x2a5890 May 04 17:43:18 motivo go-librespot[12634]: crypto/tls.(atLeastReader).Read(0x1e40d50, {0x1d6b000, 0x1000, 0x1000}) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/crypto/tls/conn.go:788 +0x7c fp=0x1d8bbb8 sp=0x1d8bb88 pc=0x35dbf4 May 04 17:43:18 motivo go-librespot[12634]: bytes.(Buffer).ReadFrom(0x1c7cd78, {0x6cd94c, 0x1e40d50}) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/bytes/buffer.go:202 +0xa4 fp=0x1d8bbf8 sp=0x1d8bbb8 pc=0x124eb4 May 04 17:43:18 motivo go-librespot[12634]: crypto/tls.(Conn).readFromUntil(0x1c7cc00, {0x6cecfc, 0x1c112c0}, 0x5) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/crypto/tls/conn.go:810 +0xd4 fp=0x1d8bc20 sp=0x1d8bbf8 pc=0x35de64 May 04 17:43:18 motivo go-librespot[12634]: crypto/tls.(Conn).readRecordOrCCS(0x1c7cc00, 0x0) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/crypto/tls/conn.go:617 +0x11c fp=0x1d8bd9c sp=0x1d8bc20 pc=0x35b694 May 04 17:43:18 motivo go-librespot[12634]: crypto/tls.(Conn).readRecord(...) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/crypto/tls/conn.go:583 May 04 17:43:18 motivo go-librespot[12634]: crypto/tls.(Conn).Read(0x1c7cc00, {0x1d9f000, 0x1000, 0x1000}) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/crypto/tls/conn.go:1316 +0x168 fp=0x1d8bdcc sp=0x1d8bd9c pc=0x360e3c May 04 17:43:18 motivo go-librespot[12634]: bufio.(Reader).Read(0x1d69800, {0x1cd0624, 0x9, 0x9}) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/bufio/bufio.go:237 +0x228 fp=0x1d8bdf0 sp=0x1d8bdcc pc=0x1455b4 May 04 17:43:18 motivo go-librespot[12634]: io.ReadAtLeast({0x6cd834, 0x1d69800}, {0x1cd0624, 0x9, 0x9}, 0x9) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/io/io.go:332 +0x90 fp=0x1d8be1c sp=0x1d8bdf0 pc=0xf1b18 May 04 17:43:18 motivo go-librespot[12634]: io.ReadFull(...) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/io/io.go:351 May 04 17:43:18 motivo go-librespot[12634]: net/http.http2readFrameHeader({0x1cd0624, 0x9, 0x9}, {0x6cd834, 0x1d69800}) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/net/http/h2_bundle.go:1567 +0x54 fp=0x1d8be44 sp=0x1d8be1c pc=0x3c237c May 04 17:43:18 motivo go-librespot[12634]: net/http.(http2Framer).ReadFrame(0x1cd0600) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/net/http/h2_bundle.go:1831 +0x94 fp=0x1d8bec8 sp=0x1d8be44 pc=0x3c2b78 May 04 17:43:18 motivo go-librespot[12634]: net/http.(http2clientConnReadLoop).run(0x1d8bfd4) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/net/http/h2_bundle.go:9187 +0x150 fp=0x1d8bfa4 sp=0x1d8bec8 pc=0x3e6960 May 04 17:43:18 motivo go-librespot[12634]: net/http.(http2ClientConn).readLoop(0x1c02ff0) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/net/http/h2_bundle.go:9082 +0x68 fp=0x1d8bfe4 sp=0x1d8bfa4 pc=0x3e5e50 May 04 17:43:18 motivo go-librespot[12634]: net/http.(http2Transport).newClientConn.func1() May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/net/http/h2_bundle.go:7779 +0x28 fp=0x1d8bfec sp=0x1d8bfe4 pc=0x3deff8 May 04 17:43:18 motivo go-librespot[12634]: runtime.goexit() May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/asm_arm.s:831 +0x4 fp=0x1d8bfec sp=0x1d8bfec pc=0x84730 May 04 17:43:18 motivo go-librespot[12634]: created by net/http.(http2Transport).newClientConn May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/net/http/h2_bundle.go:7779 +0xc24 May 04 17:43:18 motivo go-librespot[12634]: goroutine 16 [IO wait]: May 04 17:43:18 motivo go-librespot[12634]: runtime.gopark(0x6463e0, 0xadca2afc, 0x2, 0x1b, 0x5) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/proc.go:381 +0x100 fp=0x1c51a7c sp=0x1c51a68 pc=0x527b0 May 04 17:43:18 motivo go-librespot[12634]: runtime.netpollblock(0xadca2af0, 0x72, 0x0) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/netpoll.go:527 +0x100 fp=0x1c51a94 sp=0x1c51a7c pc=0x49f2c May 04 17:43:18 motivo go-librespot[12634]: internal/poll.runtime_pollWait(0xadca2af0, 0x72) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/netpoll.go:306 +0x54 fp=0x1c51aa8 sp=0x1c51a94 pc=0x800b4 May 04 17:43:18 motivo go-librespot[12634]: internal/poll.(pollDesc).wait(0x1f09914, 0x72, 0x0) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/internal/poll/fd_poll_runtime.go:84 +0x30 fp=0x1c51abc sp=0x1c51aa8 pc=0xf7db0 May 04 17:43:18 motivo go-librespot[12634]: internal/poll.(pollDesc).waitRead(...) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/internal/poll/fd_poll_runtime.go:89 May 04 17:43:18 motivo go-librespot[12634]: internal/poll.(FD).Read(0x1f09900, {0x1e61000, 0x1000, 0x1000}) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/internal/poll/fd_unix.go:167 +0x240 fp=0x1c51b0c sp=0x1c51abc pc=0xf8fbc May 04 17:43:18 motivo go-librespot[12634]: net.(netFD).Read(0x1f09900, {0x1e61000, 0x1000, 0x1000}) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/net/fd_posix.go:55 +0x38 fp=0x1c51b38 sp=0x1c51b0c pc=0x280230 May 04 17:43:18 motivo go-librespot[12634]: net.(conn).Read(0x1e1cfd0, {0x1e61000, 0x1000, 0x1000}) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/net/net.go:183 +0x48 fp=0x1c51b68 sp=0x1c51b38 pc=0x2911b4 May 04 17:43:18 motivo go-librespot[12634]: net.(TCPConn).Read(0x1e1cfd0, {0x1e61000, 0x1000, 0x1000}) May 04 17:43:18 motivo go-librespot[12634]: :1 +0x44 fp=0x1c51b88 sp=0x1c51b68 pc=0x2a5890 May 04 17:43:18 motivo go-librespot[12634]: crypto/tls.(atLeastReader).Read(0x1c0f840, {0x1e61000, 0x1000, 0x1000}) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/crypto/tls/conn.go:788 +0x7c fp=0x1c51bb8 sp=0x1c51b88 pc=0x35dbf4 May 04 17:43:18 motivo go-librespot[12634]: bytes.(Buffer).ReadFrom(0x1e2a378, {0x6cd94c, 0x1c0f840}) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/bytes/buffer.go:202 +0xa4 fp=0x1c51bf8 sp=0x1c51bb8 pc=0x124eb4 May 04 17:43:18 motivo go-librespot[12634]: crypto/tls.(Conn).readFromUntil(0x1e2a200, {0x6cecfc, 0x1e1cfd0}, 0x5) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/crypto/tls/conn.go:810 +0xd4 fp=0x1c51c20 sp=0x1c51bf8 pc=0x35de64 May 04 17:43:18 motivo go-librespot[12634]: crypto/tls.(Conn).readRecordOrCCS(0x1e2a200, 0x0) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/crypto/tls/conn.go:617 +0x11c fp=0x1c51d9c sp=0x1c51c20 pc=0x35b694 May 04 17:43:18 motivo go-librespot[12634]: crypto/tls.(Conn).readRecord(...) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/crypto/tls/conn.go:583 May 04 17:43:18 motivo go-librespot[12634]: crypto/tls.(Conn).Read(0x1e2a200, {0x1f25000, 0x1000, 0x1000}) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/crypto/tls/conn.go:1316 +0x168 fp=0x1c51dcc sp=0x1c51d9c pc=0x360e3c May 04 17:43:18 motivo go-librespot[12634]: bufio.(Reader).Read(0x1f16ab0, {0x1e08124, 0x9, 0x9}) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/bufio/bufio.go:237 +0x228 fp=0x1c51df0 sp=0x1c51dcc pc=0x1455b4 May 04 17:43:18 motivo go-librespot[12634]: io.ReadAtLeast({0x6cd834, 0x1f16ab0}, {0x1e08124, 0x9, 0x9}, 0x9) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/io/io.go:332 +0x90 fp=0x1c51e1c sp=0x1c51df0 pc=0xf1b18 May 04 17:43:18 motivo go-librespot[12634]: io.ReadFull(...) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/io/io.go:351 May 04 17:43:18 motivo go-librespot[12634]: net/http.http2readFrameHeader({0x1e08124, 0x9, 0x9}, {0x6cd834, 0x1f16ab0}) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/net/http/h2_bundle.go:1567 +0x54 fp=0x1c51e44 sp=0x1c51e1c pc=0x3c237c May 04 17:43:18 motivo go-librespot[12634]: net/http.(http2Framer).ReadFrame(0x1e08100) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/net/http/h2_bundle.go:1831 +0x94 fp=0x1c51ec8 sp=0x1c51e44 pc=0x3c2b78 May 04 17:43:18 motivo go-librespot[12634]: net/http.(http2clientConnReadLoop).run(0x1c51fd4) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/net/http/h2_bundle.go:9187 +0x150 fp=0x1c51fa4 sp=0x1c51ec8 pc=0x3e6960 May 04 17:43:18 motivo go-librespot[12634]: net/http.(http2ClientConn).readLoop(0x1ffe5a0) May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/net/http/h2_bundle.go:9082 +0x68 fp=0x1c51fe4 sp=0x1c51fa4 pc=0x3e5e50 May 04 17:43:18 motivo go-librespot[12634]: net/http.(*http2Transport).newClientConn.func1() May 04 17:43:18 motivo go-librespot[12634]: /opt/hostedtoolcache/go/1.20.8/x64/src/net/http/h2_bundle.go:7779 +0x28 fp=0x1c51fec sp=0x1c51fe4 pc=0x3deff8