Error when adding tuner

Im getting this error when trying to add tuner:

2018/09/12 19:14:39 [Recovery] 2018/09/12 - 19:14:39 panic recovered:
POST /devices?ip=10.44.0.29%3A65001 HTTP/1.1
Host: 127.0.0.1:8089
Accept: /
Accept-Encoding: gzip, deflate, br
Accept-Language: da-DK,da;q=0.9,en-US;q=0.8,en;q=0.7
Connection: keep-alive
Content-Length: 0
Origin: http://127.0.0.1:8089
Referer: http://127.0.0.1:8089/admin/settings/devices?ip=10.44.0.28
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36

runtime error: index out of range
/home/vagrant/go/src/runtime/panic.go:502 (0x42a1cf)
/home/vagrant/go/src/runtime/panic.go:28 (0x4291fb)
/home/vagrant/go/src/encoding/binary/binary.go:111 (0x6d71fe)
/home/vagrant/channels-server-win32/hdhr/device.go:148 (0x6d71fe)
/home/vagrant/channels-server-win32/http.go:3005 (0xb6b5b2)
/home/vagrant/channels-server-win32/.go/src/github.com/gin-gonic/gin/context.go:108 (0x86d223)
/home/vagrant/channels-server-win32/http.go:230 (0xb4141c)
/home/vagrant/channels-server-win32/.go/src/github.com/gin-gonic/gin/context.go:108 (0x86d223)
/home/vagrant/channels-server-win32/http.go:210 (0xb4075a)
/home/vagrant/channels-server-win32/.go/src/github.com/gin-gonic/gin/context.go:108 (0x86d223)
/home/vagrant/channels-server-win32/.go/src/github.com/gin-gonic/gin/recovery.go:48 (0x87ace9)
/home/vagrant/channels-server-win32/.go/src/github.com/gin-gonic/gin/context.go:108 (0x86d223)
/home/vagrant/channels-server-win32/.go/src/github.com/gin-contrib/sessions/sessions.go:65 (0xa8eb06)
/home/vagrant/channels-server-win32/.go/src/github.com/gin-gonic/gin/context.go:108 (0x86d223)
/home/vagrant/channels-server-win32/.go/src/github.com/gin-contrib/gzip/gzip.go:47 (0xa88baa)
/home/vagrant/channels-server-win32/.go/src/github.com/gin-gonic/gin/context.go:108 (0x86d223)
/home/vagrant/channels-server-win32/http.go:274 (0xb5303a)
/home/vagrant/channels-server-win32/.go/src/github.com/gin-gonic/gin/context.go:108 (0x86d223)
/home/vagrant/channels-server-win32/.go/src/github.com/gin-gonic/gin/gin.go:361 (0x873a59)
/home/vagrant/channels-server-win32/.go/src/github.com/gin-gonic/gin/gin.go:326 (0x8733b9)
/home/vagrant/go/src/net/http/server.go:2694 (0x646bf7)
/home/vagrant/go/src/net/http/server.go:1830 (0x64386c)
/home/vagrant/go/src/runtime/asm_386.s:1665 (0x453ac0)

Port numbers are not allowed when adding a hdhomerun. You appear to be trying to use some sort of hdhomerun emulator, which is not supported and will not work with our apps or DVR.

ok but why cant i use an hdhr emulator ?
what ports is your app looking for hdhr on ?

thanks.

None of the emulators available actually emulate all HDHR functions, so they don’t work with our app. We use the following ports and protocols:

80 TCP
5004 TCP
65001 UDP

1 Like