MediaBrowser / Emby

Emby Server is a personal media server with apps on just about every device.
https://emby.media
GNU General Public License v2.0
4.11k stars 804 forks source link

Possible HDHomeRun LiveTV bug #1424

Closed karbowiak closed 8 years ago

karbowiak commented 8 years ago

I've noticed quite a lot of these in the log

2016-01-27 14:34:15.7626 Info App: HttpClientManager GET: http://192.168.1.216/lineup.json
2016-01-27 14:34:15.7685 Error App: Error saving device
        *** Error Report ***
        Version: 3.0.5870.12404
        Command line: /usr/lib/emby-server/bin/MediaBrowser.Server.Mono.exe -programdata /storage/.system/emby -restartpath /usr/lib/emby-server/restart.sh -ffmpeg /usr/local/bin/ffmpeg -ffprobe /usr/local/bin/ffprobe -restartpath /etc/emby/restart.sh
        Operating system: Unix 4.2.3.0
        Processor count: 24
        64-Bit OS: True
        64-Bit Process: True
        Program data path: /storage/.system/emby
        Mono: 4.2.1 (Stable 4.2.1.102/6dd2d0d Thu Dec  3 03:58:58 UTC 2015)
        Application Path: /usr/lib/emby-server/bin/MediaBrowser.Server.Mono.exe
        Exception of type 'MediaBrowser.Common.Extensions.ResourceNotFoundException' was thrown.
        MediaBrowser.Common.Extensions.ResourceNotFoundException
          at MediaBrowser.Server.Implementations.LiveTv.LiveTvManager+<SaveTunerHost>c__async2E.MoveNext () <0x40c5c7e0 + 0x003e7> in <filename unknown>:0
        --- End of stack trace from previous location where exception was thrown ---
          at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x7f58a2db16d0 + 0x00029> in <filename unknown>:0
          at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) <0x7f58a2daf6b0 + 0x000a7> in <filename unknown>:0
          at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) <0x7f58a2daf630 + 0x0006b> in <filename unknown>:0
          at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) <0x7f58a2daf5e0 + 0x0003a> in <filename unknown>:0
          at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () <0x7f58a2dafd10 + 0x00017> in <filename unknown>:0
          at MediaBrowser.Server.Implementations.LiveTv.TunerHosts.SatIp.SatIpDiscovery+<AddDevice>c__async0.MoveNext () <0x40c26660 + 0x00a97> in <filename unknown>:0

The URL in question http://192.168.1.216/lineup.json does exist, and does return output, so the hdhomerun does work (TVHeadEnd can also talk to it just fine)

It is however disabled in Emby (It's added but not set to Enabled) so why it's even attempting to access it i don't know :)

LukePulverenti commented 8 years ago

Thanks. Fixed in dev.