Jump to content

Live TV broke less than 24 hours after update


FordGT90Concept

Recommended Posts

FordGT90Concept

Restarting Emby Server fixed it for now. I included all the logs from the update until now (including the restart).

 

Symptom was trying to tune the NVIDIA SHIELD, it would error/not display. Tried restarting the SHIELD and it didn't fix it. Only restarting Emby Server fixed it.

 

 

 

Also in these logs: I did "restart" from the Emby Server service and it failed to restart because it was "already running." I had to start it a second time to make it start for good.

logs.zip

Link to comment
Share on other sites

FordGT90Concept

I had to restart it again because Live TV broke.

 

Edit: I sent logs from the SHIELD under the username "Lynn"

logs.zip

Edited by FordGT90Concept
Link to comment
Share on other sites

The zip file has a lot of log files. At what time of day did you have a problem, and which log is from that time? Thanks !

Link to comment
Share on other sites

FordGT90Concept

Right about noon. It happened in the space between restarting it (tiny log) and the big log.

 

The second ZIP should have a complete instance from start of Emby Server to "Unable to Tune."

Edited by FordGT90Concept
Link to comment
Share on other sites

FordGT90Concept

The problem isn't present right now because restarting Emby Server fixes it. If/when it happens again, I'll be sure to test before restarting Emby Server...

Link to comment
Share on other sites

FordGT90Concept

Live TV doesn't work at all.

"Unable to tune"

spinny loading thing

etc.

Edited by FordGT90Concept
Link to comment
Share on other sites

FordGT90Concept

It did it again. Live TV isn't working anywhere. Restarting Emby Server service fixes it.

 

This is getting frustrating.

logs.zip

Edited by FordGT90Concept
Link to comment
Share on other sites

FordGT90Concept

Five days later and the same thing happens. Lydia's Kitchen and NCIS: New Orleans show up on the Active Recordings list outside of the time they're supposed to record, the tuners aren't actually tuned to those stations, and Live TV never tunes network wide (including SHIELD and web).

 

 

Edit: I enabled debug logging now so next time it happens, hopefully more data will be available. I seriously need this fixed I may end up abandoning Emby.

logs.zip

Edited by FordGT90Concept
Link to comment
Share on other sites

FordGT90Concept

Broke again. This time, there is no active recordings outside of the recording window.

 

Edit: Changing to beta channel now (3.2.12.11)...

logs.zip

Edited by FordGT90Concept
Link to comment
Share on other sites

FordGT90Concept

Live TV doesn't work at all (web, Android TV, Windows Store).

 

In the above logs, it worked around noon and didn't work around 5pm. Something happened in that period that makes Emby server not respond to Live TV requests.

 

When it worked:

Lynn is online from NVIDIA SHIELD Android TV

‎4‎/‎20‎/‎2017‎ ‎11‎:‎56‎:‎58‎ ‎am

Ip address: 192.168.0.172

When it didn't work:

Lynn is online from NVIDIA SHIELD Android TV

‎4‎/‎20‎/‎2017‎ ‎6‎:‎12‎:‎39‎ ‎pm

Ip address: 192.168.0.172

This is most suspect:

2017-04-20 18:13:22.9071 Error App: Error opening live stream:
	*** Error Report ***
	Version: 3.2.12.0
	Command line: C:\Users\Lee\AppData\Roaming\Emby-Server\system\MediaBrowser.ServerApplication.exe -service
	Operating system: Microsoft Windows NT 6.2.9200.0
	64-Bit OS: True
	64-Bit Process: True
	Processor count: 8
	Program data path: C:\Users\Lee\AppData\Roaming\Emby-Server
	Application directory: C:\Users\Lee\AppData\Roaming\Emby-Server\system
	System.NullReferenceException: Object reference not set to an instance of an object.
	   at Emby.Server.Implementations.LiveTv.TunerHosts.MulticastStream.<CopyUntilCancelled>d__5.MoveNext()
	--- End of stack trace from previous location where exception was thrown ---
	   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
	   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
	   at Emby.Server.Implementations.LiveTv.TunerHosts.HdHomerun.HdHomerunHttpStream.<>c__DisplayClass11_0.<<StartStreaming>b__0>d.MoveNext()
	System.NullReferenceException
	   at Emby.Server.Implementations.LiveTv.TunerHosts.MulticastStream.<CopyUntilCancelled>d__5.MoveNext()
	--- End of stack trace from previous location where exception was thrown ---
	   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
	   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
	   at Emby.Server.Implementations.LiveTv.TunerHosts.HdHomerun.HdHomerunHttpStream.<>c__DisplayClass11_0.<<StartStreaming>b__0>d.MoveNext()
Looking up at older logs posted to this thread, here's another:

2017-04-10 21:00:59.7041 Error App: Error opening live stream:
	*** Error Report ***
	Version: 3.2.12.0
	Command line: C:\Users\Lee\AppData\Roaming\Emby-Server\system\MediaBrowser.ServerApplication.exe -service
	Operating system: Microsoft Windows NT 6.2.9200.0
	64-Bit OS: True
	64-Bit Process: True
	Processor count: 8
	Program data path: C:\Users\Lee\AppData\Roaming\Emby-Server
	Application directory: C:\Users\Lee\AppData\Roaming\Emby-Server\system
	MediaBrowser.Model.Net.HttpException: One or more errors occurred. ---> System.AggregateException: One or more errors occurred. ---> System.Net.WebException: The remote server returned an error: (503) Server Unavailable.
	   at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
	   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
	   --- End of inner exception stack trace ---
	   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
	   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
	   at Emby.Common.Implementations.HttpClientManager.HttpClientManager.<SendAsyncInternal>d__22.MoveNext()
	   --- End of inner exception stack trace ---
	   at Emby.Common.Implementations.HttpClientManager.HttpClientManager.<SendAsyncInternal>d__22.MoveNext()
	--- End of stack trace from previous location where exception was thrown ---
	   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
	   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
	   at Emby.Common.Implementations.HttpClientManager.HttpClientManager.<SendAsync>d__19.MoveNext()
	--- End of stack trace from previous location where exception was thrown ---
	   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
	   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
	   at Emby.Server.Implementations.LiveTv.TunerHosts.HdHomerun.HdHomerunHttpStream.<>c__DisplayClass11_0.<<StartStreaming>b__0>d.MoveNext()
	MediaBrowser.Model.Net.HttpException
	   at Emby.Common.Implementations.HttpClientManager.HttpClientManager.<SendAsyncInternal>d__22.MoveNext()
	--- End of stack trace from previous location where exception was thrown ---
	   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
	   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
	   at Emby.Common.Implementations.HttpClientManager.HttpClientManager.<SendAsync>d__19.MoveNext()
	--- End of stack trace from previous location where exception was thrown ---
	   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
	   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
	   at Emby.Server.Implementations.LiveTv.TunerHosts.HdHomerun.HdHomerunHttpStream.<>c__DisplayClass11_0.<<StartStreaming>b__0>d.MoveNext()
	InnerException: System.AggregateException
	System.AggregateException: One or more errors occurred. ---> System.Net.WebException: The remote server returned an error: (503) Server Unavailable.
	   at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
	   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
	   --- End of inner exception stack trace ---
	   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
	   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
	   at Emby.Common.Implementations.HttpClientManager.HttpClientManager.<SendAsyncInternal>d__22.MoveNext()
	---> (Inner Exception #0) System.Net.WebException: The remote server returned an error: (503) Server Unavailable.
	   at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
	   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)<---
	
	   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
	   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
	   at Emby.Common.Implementations.HttpClientManager.HttpClientManager.<SendAsyncInternal>d__22.MoveNext()
	InnerException: System.Net.WebException
	System.Net.WebException: The remote server returned an error: (503) Server Unavailable.
	   at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
	   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
	   at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
	   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
Edited by FordGT90Concept
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...