[Recovery] panic recovered

I’m seeing this in the DVR logs about once or twice a day recently. Never saw it in the early builds of the Beta.
As far as I can tell, there’s no adverse effect functionally when this happens. In fact, the logs showed this happened once during a recording, and the show appeared unaffected.
The IP addresses in here are the Synology DS916+ (192.168.15.10) and one of my AppleTVs (192.168.15.108).
I can’t see anything in the Synology logs.

2017/01/30 00:02:58 [Recovery] panic recovered:
GET /devices/131037AA/guide?time=1485771215&duration=28800 HTTP/1.1
Host: 192.168.15.10:8089
Accept: */*
Accept-Encoding: gzip, deflate
Accept-Language: en-us
Authorization: 1485731616-SunLz3ZJwbjDV9LVgnRkj18MHdqUeoGR8KnS8GQbTuI=
Connection: keep-alive
User-Agent: Channels/1.27.618 CFNetwork/810.2.9 Darwin/16.3.0


write tcp 192.168.15.10:8089->192.168.15.108:60387: write: broken pipe
/home/vagrant/go/src/runtime/panic.go:458 (0x453803)
/home/vagrant/channels-server-x86_64/.go/src/github.com/gin-gonic/gin/context.go:420 (0x4d7ffb)
/home/vagrant/channels-server-x86_64/http.go:2065 (0x423c8d)
/home/vagrant/channels-server-x86_64/.go/src/github.com/gin-gonic/gin/context.go:97 (0x4d660a)
/home/vagrant/channels-server-x86_64/http.go:2026 (0x423610)
/home/vagrant/channels-server-x86_64/.go/src/github.com/gin-gonic/gin/context.go:97 (0x4d660a)
/home/vagrant/channels-server-x86_64/http.go:205 (0x40622d)
/home/vagrant/channels-server-x86_64/.go/src/github.com/gin-gonic/gin/context.go:97 (0x4d660a)
/home/vagrant/channels-server-x86_64/http.go:185 (0x4052e1)
/home/vagrant/channels-server-x86_64/.go/src/github.com/gin-gonic/gin/context.go:97 (0x4d660a)
/home/vagrant/channels-server-x86_64/.go/src/github.com/gin-gonic/gin/recovery.go:45 (0x4e5f9a)
/home/vagrant/channels-server-x86_64/.go/src/github.com/gin-gonic/gin/context.go:97 (0x4d660a)
/home/vagrant/channels-server-x86_64/.go/src/github.com/gin-gonic/contrib/sessions/sessions.go:65 (0x646629)
/home/vagrant/channels-server-x86_64/.go/src/github.com/gin-gonic/gin/context.go:97 (0x4d660a)
/home/vagrant/channels-server-x86_64/.go/src/github.com/gin-gonic/gin/gin.go:284 (0x4dc65e)
/home/vagrant/channels-server-x86_64/.go/src/github.com/gin-gonic/gin/gin.go:265 (0x4dbf40)
/home/vagrant/go/src/net/http/server.go:2202 (0x5ce54d)
/home/vagrant/go/src/net/http/server.go:1579 (0x5cae57)
/home/vagrant/go/src/runtime/asm_amd64.s:2086 (0x484811)

This issue was resolved in v2017.03.01.2225. Thanks for reporting.