Panic in logs

Assuming this is just a network related thing, but I thought I’d mention it. I noticed this in the logs today:

[...]
2017/07/24 09:25:54 [DVR] Fetching guide data for 76 stations in USA-OTA80129 @ 2017-08-14 3:00AM
2017/07/24 09:26:02 [DVR]   indexed 225 airings (36 channels) [6s fetch, 0s index]
2017/07/24 09:26:02 [DVR]   indexed 6 movies (5 channels) [0s fetch, 0s index]
2017/07/24 09:26:03 [IDX] Pruned 88 expired groups from USA-OTA80129 in 145.871363ms.
2017/07/24 09:26:05 [DVR] Waiting 9h33m54.495117753s until next job 1500944400-29 The Bachelorette
2017/07/24 09:26:07 [IDX] Pruned 2244 expired airings from USA-OTA80129 in 3.899063952s.
2017/07/24 11:25:16 [SYS] Created database snapshot: backup-20170724.112457
2017/07/24 11:25:16 [SYS] Removing old backup backup-20170628.165042

2017/07/24 14:01:07 [Recovery] panic recovered:
GET /devices/10484E44/guide?time=1500926258&duration=10800 HTTP/1.1
Host: 192.168.1.200:8089
Accept: */*
Accept-Encoding: gzip, deflate
Accept-Language: en-us
Authorization: 1500926258-UnJXa5S24gn3kjxNk1l+1Vb8rkQQETImqy3CAu7OzAg=
Connection: keep-alive
User-Agent: livetv-service/6.15.1905 CFNetwork/811.5.4 Darwin/16.6.0


write tcp 192.168.1.200:8089->192.168.1.3:63461: write: connection reset by peer
/home/vagrant/go/src/runtime/panic.go:489 (0x42bccf)
/home/vagrant/channels-server-x86_64/.go/src/github.com/gin-gonic/gin/context.go:420 (0x7dbe69)
/home/vagrant/channels-server-x86_64/http.go:2611 (0xa0ef4f)
/home/vagrant/channels-server-x86_64/.go/src/github.com/gin-gonic/gin/context.go:97 (0x7da52a)
/home/vagrant/channels-server-x86_64/http.go:2554 (0xa0e5fd)
/home/vagrant/channels-server-x86_64/.go/src/github.com/gin-gonic/gin/context.go:97 (0x7da52a)
/home/vagrant/channels-server-x86_64/http.go:219 (0x9e5f6e)
/home/vagrant/channels-server-x86_64/.go/src/github.com/gin-gonic/gin/context.go:97 (0x7da52a)
/home/vagrant/channels-server-x86_64/http.go:199 (0x9e4ca1)
/home/vagrant/channels-server-x86_64/.go/src/github.com/gin-gonic/gin/context.go:97 (0x7da52a)
/home/vagrant/channels-server-x86_64/.go/src/github.com/gin-gonic/gin/recovery.go:45 (0x7e954a)
/home/vagrant/channels-server-x86_64/.go/src/github.com/gin-gonic/gin/context.go:97 (0x7da52a)
/home/vagrant/channels-server-x86_64/.go/src/github.com/gin-gonic/contrib/sessions/sessions.go:65 (0x9b9104)
/home/vagrant/channels-server-x86_64/.go/src/github.com/gin-gonic/gin/context.go:97 (0x7da52a)
/home/vagrant/channels-server-x86_64/.go/src/github.com/fancybits/gzip/gzip.go:46 (0x9b0651)
/home/vagrant/channels-server-x86_64/.go/src/github.com/gin-gonic/gin/context.go:97 (0x7da52a)
/home/vagrant/channels-server-x86_64/http.go:261 (0x9f2eb5)
/home/vagrant/channels-server-x86_64/.go/src/github.com/gin-gonic/gin/context.go:97 (0x7da52a)
/home/vagrant/channels-server-x86_64/.go/src/github.com/gin-gonic/gin/gin.go:284 (0x7e0430)
/home/vagrant/channels-server-x86_64/.go/src/github.com/gin-gonic/gin/gin.go:265 (0x7dfd4b)
/home/vagrant/go/src/net/http/server.go:2568 (0x6da5d2)
/home/vagrant/go/src/net/http/server.go:1825 (0x6d67e2)
/home/vagrant/go/src/runtime/asm_amd64.s:2197 (0x45af31)

This is on a Synology DS-916+. The only thing out of the ordinary I did today was to install DSM 6.1.3-15152 Update 1, which did not require a reboot. I did that at probably 9am or so.

Edit: it’s not clear what 192.168.1.3 actually was in this case - the NAS is .1.200, the router is .1.1, and I don’t see any devices at the moment that are on .1.3. I was connected earlier, but I believe my VPN uses 192.168.2.x…

Edit 2: I think .1.3 was my Apple TV. No one was at home, so presumably it was on standby…

1 Like

I’ve seen other reports of this. It’s mostly harmless. It’s coming from the Top Shelf, presumably right before the ATV goes to sleep (and this is unable to download the data it requested)

Ah - gotcha. Thanks!

Submitted logs: Id - ade63a72-8208-42d9-a88f-c36f87cc3934
2020/07/10 11:24:19 [Recovery] 2020/07/10 - 11:24:19 panic recovered:
runtime error: invalid memory address or nil pointer dereference
runtime/panic.go:212 (0x5b425812bf)
runtime/signal_unix.go:695 (0x5b42581128)
github.com/fancybits/channels-server/http_device.go:352 (0x5b430e3148)
github.com/gin-gonic/[email protected]/context.go:147 (0x5b429eb51f)
github.com/fancybits/channels-server/http_device.go:35 (0x5b430ca9a7)
github.com/gin-gonic/[email protected]/context.go:147 (0x5b429eb51f)
github.com/fancybits/channels-server/http.go:233 (0x5b430c7d63)
github.com/gin-gonic/[email protected]/context.go:147 (0x5b429eb51f)
github.com/fancybits/channels-server/http.go:213 (0x5b430c79eb)
github.com/gin-gonic/[email protected]/context.go:147 (0x5b429eb51f)
github.com/fancybits/channels-server/http.go:205 (0x5b430c6d67)
github.com/gin-gonic/[email protected]/context.go:147 (0x5b429eb51f)
github.com/gin-gonic/[email protected]/recovery.go:83 (0x5b429fb5d7)
github.com/gin-gonic/[email protected]/context.go:147 (0x5b429eb51f)
github.com/gin-gonic/[email protected]/logger.go:241 (0x5b429faa8b)
github.com/gin-gonic/[email protected]/context.go:147 (0x5b429eb51f)
github.com/gin-contrib/[email protected]/sessions.go:65 (0x5b43082003)
github.com/gin-gonic/[email protected]/context.go:147 (0x5b429eb51f)
github.com/fancybits/channels-server/http.go:268 (0x5b430dc34f)
github.com/gin-gonic/[email protected]/context.go:147 (0x5b429eb51f)
github.com/gin-gonic/[email protected]/gin.go:403 (0x5b429f364f)
github.com/gin-gonic/[email protected]/gin.go:364 (0x5b429f2f83)
net/http/server.go:2807 (0x5b427cb48b)
net/http/server.go:1895 (0x5b427c7963)
runtime/asm_arm64.s:1148 (0x5b4259afcb)

Thanks fixed for next build