Jump to content

Server Logging Issue


ruands

Recommended Posts

First off, I love Emby as a media server. I just have one small issue with it though.

 

I recently started having issues with my C drive filling up randomly. My first thought was just Windows updates. So I ran WinDirStat to find the culprit and found that the log folder under C:\Users\<user>\AppData\Roaming\Emby-Server\logs was 36GB. All log files were small except for one server-xxxx file. This seemed to start happening after Emby-server had an update.

 

As a software engineer myself, I understand the importance of log files, but that seems a bit excessive. I unfortunately have no screenshot of this file, although I wish I had taken one.

 

Can we have a setting for only logging errors instead of logging HttpServer responses as well?

Link to comment
Share on other sites

How big is that log file? Is it possible to upload it? Or can you post a part of it? So we can see what's in it...

Link to comment
Share on other sites

The first time I noticed, the file was 36GB, over a few hours. I have since deleted it and restarted the server. It has now grown to 4GB in 3 hours. Unfortunately it is too large for me to upload and I can't open it to post a part of it, notepad and notepad++ crashes immediately when opening the file. I will try and grab a smaller version of the file.

Link to comment
Share on other sites

I'm Having this issue too. Using SpaceSniffer found that I have 3 Server Log files...

 

162.8gb, 122.2gb, 81.7gb

 

Totally killing my system. I cannot open with Notepad or Notepad ++

Link to comment
Share on other sites

Happy2Play

What is causing these large files?  Is it Live TV?  As my largest log file is 20MB.

Link to comment
Share on other sites

Hi,

 

I've deleted all 3 and it immediately recreates and then grows by about a MB as Second.

 

 I managed to copy and edit it before it got too big and found the following error repeated over and over again...

 

2017-02-08 23:59:57.9202 Error IDeviceDiscovery: Error searching for devices
*** Error Report ***
Version: 3.2.0.0
Command line: C:\Users\drsco\AppData\Roaming\Emby-Server\System\MediaBrowser.ServerApplication.exe
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\drsco\AppData\Roaming\Emby-Server
Application directory: C:\Users\drsco\AppData\Roaming\Emby-Server\System
System.InvalidOperationException: Search already in progress. Only one search at a time is allowed.
  at Rssdp.Infrastructure.SsdpDeviceLocatorBase.<SearchAsync>d__18.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.Dlna.Ssdp.DeviceDiscovery.<<StartAsyncSearch>b__15_0>d.MoveNext()
System.InvalidOperationException
  at Rssdp.Infrastructure.SsdpDeviceLocatorBase.<SearchAsync>d__18.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.Dlna.Ssdp.DeviceDiscovery.<<StartAsyncSearch>b__15_0>d.MoveNext()
Link to comment
Share on other sites

As a test, if you've installed any plugins, try removing them, in case the plugin might be logging something repeatedly. thanks.

Link to comment
Share on other sites

 

Hi,

 

I've deleted all 3 and it immediately recreates and then grows by about a MB as Second.

 

 I managed to copy and edit it before it got too big and found the following error repeated over and over again...

 

2017-02-08 23:59:57.9202 Error IDeviceDiscovery: Error searching for devices
*** Error Report ***
Version: 3.2.0.0
Command line: C:\Users\drsco\AppData\Roaming\Emby-Server\System\MediaBrowser.ServerApplication.exe
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\drsco\AppData\Roaming\Emby-Server
Application directory: C:\Users\drsco\AppData\Roaming\Emby-Server\System
System.InvalidOperationException: Search already in progress. Only one search at a time is allowed.
  at Rssdp.Infrastructure.SsdpDeviceLocatorBase.d__18.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.Dlna.Ssdp.DeviceDiscovery.b__15_0>d.MoveNext()
System.InvalidOperationException
  at Rssdp.Infrastructure.SsdpDeviceLocatorBase.d__18.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.Dlna.Ssdp.DeviceDiscovery.b__15_0>d.MoveNext()

 

 

This particular one is resolved for the next release, thanks.

  • Like 1
Link to comment
Share on other sites

This error is repeating in my log file:

2017-02-09 21:55:24.8055 Error HttpClient: Error getting response from http://192.168.1.1:5431
	*** Error Report ***
	Version: 3.2.0.0
	Command line: C:\Users\Ruan\AppData\Roaming\Emby-Server\System\MediaBrowser.ServerApplication.exe
	Operating system: Microsoft Windows NT 6.2.9200.0
	64-Bit OS: True
	64-Bit Process: True
	Processor count: 4
	Program data path: C:\Users\Ruan\AppData\Roaming\Emby-Server
	Application directory: C:\Users\Ruan\AppData\Roaming\Emby-Server\System
	System.AggregateException: One or more errors occurred. ---> System.Net.WebException: The remote server returned an error: (404) Not Found.
	   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__20.MoveNext()
	---> (Inner Exception #0) System.Net.WebException: The remote server returned an error: (404) Not Found.
	   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)<---
	
	System.AggregateException
	   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
	   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
	   at Emby.Common.Implementations.HttpClientManager.HttpClientManager.<SendAsyncInternal>d__20.MoveNext()
	InnerException: System.Net.WebException
	System.Net.WebException: The remote server returned an error: (404) Not Found.
	   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)

The IP address belongs to my router.

Edited by ruands
Link to comment
Share on other sites

Thanks Luke,

 

 

I thought it was a virus... phew!

 

I've restarted the server and it's no longer creating the massive log files now.

 

but I do have some weird flashing on my Windows Start Menu so waiting to do a system restart.

Link to comment
Share on other sites

cfilkins

I'm also having the same issue, where the emby logs consumed over 150GB and took my system down :(  The log is growing around 2-3MB per second.  I've just killed it and deleted the logs, as they were too large to open, but as soon as it occurs again, I'll try to post a snippet.

Link to comment
Share on other sites

Happy2Play

This error is repeating in my log file:

2017-02-09 21:55:24.8055 Error HttpClient: Error getting response from http://192.168.1.1:5431
	*** Error Report ***
	Version: 3.2.0.0
	Command line: C:\Users\Ruan\AppData\Roaming\Emby-Server\System\MediaBrowser.ServerApplication.exe
	Operating system: Microsoft Windows NT 6.2.9200.0
	64-Bit OS: True
	64-Bit Process: True
	Processor count: 4
	Program data path: C:\Users\Ruan\AppData\Roaming\Emby-Server
	Application directory: C:\Users\Ruan\AppData\Roaming\Emby-Server\System
	System.AggregateException: One or more errors occurred. ---> System.Net.WebException: The remote server returned an error: (404) Not Found.
	   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__20.MoveNext()
	---> (Inner Exception #0) System.Net.WebException: The remote server returned an error: (404) Not Found.
	   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)<---
	
	System.AggregateException
	   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
	   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
	   at Emby.Common.Implementations.HttpClientManager.HttpClientManager.<SendAsyncInternal>d__20.MoveNext()
	InnerException: System.Net.WebException
	System.Net.WebException: The remote server returned an error: (404) Not Found.
	   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)
The IP address belongs to my router.

 

@@ruands, if you are not using Automatic Port Mapping, you need to disable it.  Dashboard-Advanced-Hosting-uncheck "Enable automatic port mapping"

Link to comment
Share on other sites

I've posted Emby Server 3.2.1, although it may not be available yet on all operating systems. Once you've updated, please let me know if that helps. Thanks !

Link to comment
Share on other sites

PenkethBoy

3.2.1 appears to have fixed the log file issue

 

been running for a few minutes after update and only have a 57kb log file which is not growing :)

Link to comment
Share on other sites

I let 3.2.1 run for a few hours in the background and the log file did not grow (woohoo!). However the moment you play a file, the log file starts growing with these types of entries:

2017-02-10 12:22:50.0742 Info HttpServer: HTTP Response 200 to ::1. Time: 7ms. http://localhost:8096/emby/Users/8239f3141c06474981ad0268a8ea0785/Items?SortBy=DatePlayed&SortOrder=Descending&IncludeItemTypes=Episode&Filters=IsResumable&Limit=5&Recursive=true&Fields=PrimaryImageAspectRatio%2CSeriesInfo%2CUserData%2CBasicSyncInfo&ExcludeLocationTypes=Virtual&ParentId=4514ec850e5ad0c47b58444e17b6346c&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false
2017-02-10 12:22:50.1142 Info HttpServer: HTTP Response 200 to ::1. Time: 36ms. http://localhost:8096/emby/Shows/NextUp?Limit=24&Fields=PrimaryImageAspectRatio%2CSeriesInfo%2CDateCreated%2CBasicSyncInfo&UserId=8239f3141c06474981ad0268a8ea0785&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=4514ec850e5ad0c47b58444e17b6346c

If you were to watch/listen to something for a few hours the log file would become massive again.

Link to comment
Share on other sites

mastrmind11

I thought the log files got rolled.  Or is that just based on day instead of size?  Perhaps a combination of both would be the proper solution.

Link to comment
Share on other sites

Happy2Play

I thought the log files got rolled.  Or is that just based on day instead of size?  Perhaps a combination of both would be the proper solution.

Currently new logs are created at midnight every night and retained for 3 days.

Link to comment
Share on other sites

rafivanatv

Might not be the same issue, however my log fills with UPnP DLNA info messages like this:

192.168.100.1 is the IP of my router. ( HUAWAI H8245H ) The UPnP functionality is disabled on the router.

192.168.100.6 is the IP of the Emby Server Windows machine.

2017-02-10 21:36:18.6450 Info HttpServer: HTTP Response 200 to 192.168.100.1. Time: 1ms. http://192.168.100.6:8096/dlna/f0611cd54f7c42f4b5fac9858ef27791/description.xml
2017-02-10 21:36:18.6450 Info HttpServer: HTTP Response 200 to 192.168.100.1. Time: 1ms. http://192.168.100.6:8096/dlna/f0611cd54f7c42f4b5fac9858ef27791/description.xml
2017-02-10 21:36:18.6450 Info Dlna: No matching device profile found. The default will need to be used.
	HOST: 192.168.100.6:8096
	DATE: Fri, 10 Feb 2017 21:36:11 GMT
	CONNECTION: close
	USER-AGENT: Linux/2.6.34.10_sd5115v100_wr4.3, UPnP/1.0, Portable SDK for UPnP devices/1.6.18
2017-02-10 21:36:18.6450 Info HttpServer: HTTP Response 200 to 192.168.100.1. Time: 1ms. http://192.168.100.6:8096/dlna/f0611cd54f7c42f4b5fac9858ef27791/description.xml
2017-02-10 21:36:18.6600 Info HttpServer: HTTP GET http://192.168.100.6:8096/dlna/f0611cd54f7c42f4b5fac9858ef27791/description.xml. UserAgent: Linux/2.6.34.10_sd5115v100_wr4.3, UPnP/1.0, Portable SDK for UPnP devices/1.6.18
2017-02-10 21:36:18.6600 Info Dlna: No matching device profile found. The default will need to be used.
	HOST: 192.168.100.6:8096
	DATE: Fri, 10 Feb 2017 21:36:11 GMT
	CONNECTION: close
	USER-AGENT: Linux/2.6.34.10_sd5115v100_wr4.3, UPnP/1.0, Portable SDK for UPnP devices/1.6.18
2017-02-10 21:36:18.6600 Info HttpServer: HTTP Response 200 to 192.168.100.1. Time: 0ms. http://192.168.100.6:8096/dlna/f0611cd54f7c42f4b5fac9858ef27791/description.xml
2017-02-10 21:36:18.6960 Info HttpServer: HTTP GET http://192.168.100.6:8096/dlna/f0611cd54f7c42f4b5fac9858ef27791/description.xml. UserAgent: Linux/2.6.34.10_sd5115v100_wr4.3, UPnP/1.0, Portable SDK for UPnP devices/1.6.18
2017-02-10 21:36:18.6960 Info Dlna: No matching device profile found. The default will need to be used.
	HOST: 192.168.100.6:8096
	DATE: Fri, 10 Feb 2017 21:36:11 GMT
	CONNECTION: close
	USER-AGENT: Linux/2.6.34.10_sd5115v100_wr4.3, UPnP/1.0, Portable SDK for UPnP devices/1.6.18
2017-02-10 21:36:18.6960 Info HttpServer: HTTP Response 200 to 192.168.100.1. Time: 1ms. http://192.168.100.6:8096/dlna/f0611cd54f7c42f4b5fac9858ef27791/description.xml
2017-02-10 21:36:18.6960 Info HttpServer: HTTP GET http://192.168.100.6:8096/dlna/f0611cd54f7c42f4b5fac9858ef27791/description.xml. UserAgent: Linux/2.6.34.10_sd5115v100_wr4.3, UPnP/1.0, Portable SDK for UPnP devices/1.6.18
2017-02-10 21:36:18.6960 Info HttpServer: HTTP GET http://192.168.100.6:8096/dlna/f0611cd54f7c42f4b5fac9858ef27791/description.xml. UserAgent: Linux/2.6.34.10_sd5115v100_wr4.3, UPnP/1.0, Portable SDK for UPnP devices/1.6.18
2017-02-10 21:36:18.6960 Info Dlna: No matching device profile found. The default will need to be used.
	HOST: 192.168.100.6:8096
	DATE: Fri, 10 Feb 2017 21:36:11 GMT
	CONNECTION: close
	USER-AGENT: Linux/2.6.34.10_sd5115v100_wr4.3, UPnP/1.0, Portable SDK for UPnP devices/1.6.18
2017-02-10 21:36:18.6960 Info Dlna: No matching device profile found. The default will need to be used.
	HOST: 192.168.100.6:8096
	DATE: Fri, 10 Feb 2017 21:36:11 GMT
	CONNECTION: close
	USER-AGENT: Linux/2.6.34.10_sd5115v100_wr4.3, UPnP/1.0, Portable SDK for UPnP devices/1.6.18
2017-02-10 21:36:18.6960 Info HttpServer: HTTP Response 200 to 192.168.100.1. Time: 0ms. http://192.168.100.6:8096/dlna/f0611cd54f7c42f4b5fac9858ef27791/description.xml
2017-02-10 21:36:18.6960 Info HttpServer: HTTP Response 200 to 192.168.100.1. Time: 0ms. http://192.168.100.6:8096/dlna/f0611cd54f7c42f4b5fac9858ef27791/description.xml
2017-02-10 21:36:18.6960 Info HttpServer: HTTP GET http://192.168.100.6:8096/dlna/f0611cd54f7c42f4b5fac9858ef27791/description.xml. UserAgent: Linux/2.6.34.10_sd5115v100_wr4.3, UPnP/1.0, Portable SDK for UPnP devices/1.6.18
2017-02-10 21:36:18.6960 Info Dlna: No matching device profile found. The default will need to be used.
	HOST: 192.168.100.6:8096
	DATE: Fri, 10 Feb 2017 21:36:11 GMT
	CONNECTION: close
	USER-AGENT: Linux/2.6.34.10_sd5115v100_wr4.3, UPnP/1.0, Portable SDK for UPnP devices/1.6.18
2017-02-10 21:36:18.6960 Info HttpServer: HTTP Response 200 to 192.168.100.1. Time: 1ms. http://192.168.100.6:8096/dlna/f0611cd54f7c42f4b5fac9858ef27791/description.xml

Any ideas? The logs can get more than 100MB in one day even if I'm not using Emby.

 

P.S. Sever and DLNA degug option is disabled on the Emby.

       DLNA Client disovery is set to 30 sec.  Alive Messge is set to 30 sec.

Link to comment
Share on other sites

cfilkins

I upgraded this morning, and with the system more or less idle, my log is just over 4MB for the last 6 hours.  We'll see what happens this evening when I try to play back some media, typically through an nVidia shield and either the Emby app or Kodi with the Emby plugin.

 

In a quick test, watching through my browser through localhost, the log starts to grow fairly quickly, and continues to grow even after I've stopped playback...appears to be errors from OpenSubtitles...

2017-02-10 16:58:07.0622 Error SubtitleManager: Error downloading subtitles from Open Subtitles
	*** Error Report ***
	Version: 3.2.1.0
	Command line: C:\Users\cfilk\AppData\Roaming\Emby-Server\system\MediaBrowser.ServerApplication.exe
	Operating system: Microsoft Windows NT 6.2.9200.0
	64-Bit OS: True
	64-Bit Process: True
	Processor count: 4
	Program data path: C:\Users\cfilk\AppData\Roaming\Emby-Server
	Application directory: C:\Users\cfilk\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 request was aborted: The request was canceled.
	   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 OpenSubtitlesHandler.Utilities.<SendRequestAsync>d__20.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 OpenSubtitlesHandler.OpenSubtitles.<LogInAsync>d__4.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 MediaBrowser.MediaEncoding.Subtitles.OpenSubtitleDownloader.<Login>d__21.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 MediaBrowser.MediaEncoding.Subtitles.OpenSubtitleDownloader.<Search>d__24.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 MediaBrowser.Providers.Subtitles.SubtitleManager.<SearchSubtitles>d__14.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 OpenSubtitlesHandler.Utilities.<SendRequestAsync>d__20.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 OpenSubtitlesHandler.OpenSubtitles.<LogInAsync>d__4.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 MediaBrowser.MediaEncoding.Subtitles.OpenSubtitleDownloader.<Login>d__21.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 MediaBrowser.MediaEncoding.Subtitles.OpenSubtitleDownloader.<Search>d__24.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 MediaBrowser.Providers.Subtitles.SubtitleManager.<SearchSubtitles>d__14.MoveNext()
	InnerException: System.AggregateException
	System.AggregateException: One or more errors occurred. ---> System.Net.WebException: The request was aborted: The request was canceled.
	   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 request was aborted: The request was canceled.
	   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 request was aborted: The request was canceled.
	   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)
	
2017-02-10 16:58:07.1574 Info HttpClient: HttpClientManager POST: https://api.opensubtitles.org/xml-rpc
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...