Jump to content

Strange error in logs: System.Net.WebException


Recommended Posts

GothsterC
Posted

Throughout the log files I keep seeing this error re-occurring?  Any idea what it means? 10.10.10.1 is my gateway address. 

 

2017-07-17 13:11:26.7178 Debug PortMapper: Initiating request to: http://10.10.10.1:2555
2017-07-17 13:11:26.7508 Info HttpClient: HttpClientManager POST: http://10.10.10.1:2555
2017-07-17 13:11:26.7648 Error HttpClient: Error getting response from http://10.10.10.1:2555
    *** Error Report ***
    Version: 3.2.24.0
    Command line: C:\Users\bart\AppData\Roaming\MediaBrowser-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\bart\AppData\Roaming\MediaBrowser-Server
    Application directory: C:\Users\bart\AppData\Roaming\MediaBrowser-Server\System
    System.AggregateException: One or more errors occurred. ---> System.Net.WebException: The remote server returned an error: (500) Internal Server Error.
     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.ExceptionServices.ExceptionDispatchInfo.Throw()
     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: (500) Internal Server Error.
     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.ExceptionServices.ExceptionDispatchInfo.Throw()
     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: (500) Internal Server Error.
     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-07-17 13:11:26.7648 Error PortMapper: Error creating port map: One or more errors occurred.

 
Posted

It is the automatic port mapping feature. You can ignore these errors. Thanks.

Happy2Play
Posted

If you don't use port mapping on your Router you can disable this feature in Emby.  Dashboard-Advanced

GothsterC
Posted

Thanks.  I will make the change.

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...