-
Notifications
You must be signed in to change notification settings - Fork 106
Closed
Labels
Description
First of all, thank you for this promising software.
I tried to setup Telly but I can't manage to get past the DVR setup. It tries to get the channel list but then shows an error.
My Plex Media Server version is 1.11.1.4760.
This is what I get from the terminal
# ./telly -file playlist.m3u
[telly] [parser] Reading m3u file playlist.m3u ...
[telly] [warning] telly is not attempting to strip out unneeded channels, please use the flag -useregex if telly returns too many channels
[telly] [info] telly is currently not filtering for only uk television. if you would like it to, please use the flag -uktv
[telly] [info] found 131 channels
[telly] [info] creating discovery data
[telly] [info] creating lineup status
[telly] [info] creating device xml
[telly] [info] creating webserver routes
[telly] [info] listening on localhost:6077
2018/02/08 18:53:45 http: panic serving 127.0.0.1:43795: runtime error: index out of range
goroutine 19 [running]:
net/http.(*conn).serve.func1(0xc420093040)
/usr/local/Cellar/go/1.9/libexec/src/net/http/server.go:1697 +0xd0
panic(0x684ea0, 0x849410)
/usr/local/Cellar/go/1.9/libexec/src/runtime/panic.go:491 +0x283
main.main.func6(0x81ff40, 0xc42013c000, 0xc420138000)
/Users/tom/go/src/github.com/tombowditch/telly/main.go:204 +0x4a9
net/http.HandlerFunc.ServeHTTP(0xc42008cd80, 0x81ff40, 0xc42013c000, 0xc420138000)
/usr/local/Cellar/go/1.9/libexec/src/net/http/server.go:1918 +0x44
net/http.(*ServeMux).ServeHTTP(0x853b60, 0x81ff40, 0xc42013c000, 0xc420138000)
/usr/local/Cellar/go/1.9/libexec/src/net/http/server.go:2254 +0x130
net/http.serverHandler.ServeHTTP(0xc4200a2c30, 0x81ff40, 0xc42013c000, 0xc420138000)
/usr/local/Cellar/go/1.9/libexec/src/net/http/server.go:2619 +0xb4
net/http.(*conn).serve(0xc420093040, 0x820480, 0xc4200a8440)
/usr/local/Cellar/go/1.9/libexec/src/net/http/server.go:1801 +0x71d
created by net/http.(*Server).Serve
/usr/local/Cellar/go/1.9/libexec/src/net/http/server.go:2720 +0x288
Do you know what I've done wrong ? I've tried to pass m3u file with only one (working) channel, but that doesn't fix it.
Thank you
