Advertisement
Guest User

Untitled

a guest
May 3rd, 2019
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.38 KB | None | 0 0
  1. 2019-05-03 01:06:07.024 Info HttpServer: HTTP SUBSCRIBE http://192.168.90.5:8096/dlna/ca2a87522084480ea46f7f5bd959ca50/contentdirectory/events. UserAgent:
  2. 2019-05-03 01:06:07.025 Info HttpServer: HTTP Response 200 to 192.168.90.7. Time: 0ms. http://192.168.90.5:8096/dlna/ca2a87522084480ea46f7f5bd959ca50/contentdirectory/events
  3. 2019-05-03 01:06:07.824 Error HttpClient: Connection to https://api.opensubtitles.org/xml-rpc timed out
  4. 2019-05-03 01:06:07.838 Error SubtitleManager: Error downloading subtitles from Open Subtitles
  5. *** Error Report ***
  6. Version: 4.1.1.0
  7. Command line: /opt/emby-server/system/EmbyServer.dll -programdata /var/lib/emby -ffdetect /opt/emby-server/bin/ffdetect -ffmpeg /opt/emby-server/bin/ffmpeg -ffprobe /opt/emby-server/bin/ffprobe -restartexitcode 3 -updatepackage emby-server-deb_{version}_amd64.deb
  8. Operating system: Unix 4.15.0.48
  9. 64-Bit OS: True
  10. 64-Bit Process: True
  11. User Interactive: True
  12. Runtime: file:///opt/emby-server/system/System.Private.CoreLib.dll
  13. Processor count: 4
  14. Program data path: /var/lib/emby
  15. Application directory: /opt/emby-server/system
  16. MediaBrowser.Model.Net.HttpException: MediaBrowser.Model.Net.HttpException: Connection to https://api.opensubtitles.org/xml-rpc timed out ---> System.Threading.Tasks.TaskCanceledException: The operation was canceled. ---> System.IO.IOException: Unable to read data from the transport connection: Operation canceled. ---> System.Net.Sockets.SocketException: Operation canceled
  17. --- End of inner exception stack trace ---
  18. at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error)
  19. at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.GetResult(Int16 token)
  20. at System.Net.Security.SslStreamInternal.<FillBufferAsync>g__InternalFillBufferAsync|38_0[TReadAdapter](TReadAdapter adap, ValueTask`1 task, Int32 min, Int32 initial)
  21. at System.Net.Security.SslStreamInternal.ReadAsyncInternal[TReadAdapter](TReadAdapter adapter, Memory`1 buffer)
  22. at System.Net.Http.HttpConnection.FillAsync()
  23. at System.Net.Http.HttpConnection.ReadNextResponseHeaderLineAsync(Boolean foldedHeadersAllowed)
  24. at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken)
  25. --- End of inner exception stack trace ---
  26. at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken)
  27. at System.Net.Http.HttpConnectionPool.SendWithNtConnectionAuthAsync(HttpConnection connection, HttpRequestMessage request, Boolean doRequestAuth, CancellationToken cancellationToken)
  28. at System.Net.Http.HttpConnectionPool.SendWithRetryAsync(HttpRequestMessage request, Boolean doRequestAuth, CancellationToken cancellationToken)
  29. at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
  30. at System.Net.Http.HttpClient.FinishSendAsyncUnbuffered(Task`1 sendTask, HttpRequestMessage request, CancellationTokenSource cts, Boolean disposeCts)
  31. at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsyncInternal(HttpRequestOptions options, String httpMethod)
  32.  
  33. --- End of inner exception stack trace ---
  34. at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsyncInternal(HttpRequestOptions options, String httpMethod)
  35. at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsync(HttpRequestOptions options, String httpMethod)
  36. at OpenSubtitles.OpenSubtitleDownloader.SendRequestAsync(ReadOnlyMemory`1 request, CancellationToken cancellationToken)
  37. at OpenSubtitles.OpenSubtitleDownloader.Login(CancellationToken cancellationToken)
  38. at OpenSubtitles.OpenSubtitleDownloader.Search(SubtitleSearchRequest request, CancellationToken cancellationToken)
  39. at MediaBrowser.Providers.Subtitles.SubtitleManager.SearchSubtitles(SubtitleSearchRequest request, CancellationToken cancellationToken)
  40. Source: Emby.Server.Implementations
  41. TargetSite: Void MoveNext()
  42. InnerException: System.Threading.Tasks.TaskCanceledException: The operation was canceled.
  43. Source: System.Net.Http
  44. TargetSite: Void MoveNext()
  45. at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken)
  46. at System.Net.Http.HttpConnectionPool.SendWithNtConnectionAuthAsync(HttpConnection connection, HttpRequestMessage request, Boolean doRequestAuth, CancellationToken cancellationToken)
  47. at System.Net.Http.HttpConnectionPool.SendWithRetryAsync(HttpRequestMessage request, Boolean doRequestAuth, CancellationToken cancellationToken)
  48. at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
  49. at System.Net.Http.HttpClient.FinishSendAsyncUnbuffered(Task`1 sendTask, HttpRequestMessage request, CancellationTokenSource cts, Boolean disposeCts)
  50. at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsyncInternal(HttpRequestOptions options, String httpMethod)
  51. InnerException: System.IO.IOException: Unable to read data from the transport connection: Operation canceled.
  52. Source: System.Net.Sockets
  53. TargetSite: Void ThrowException(System.Net.Sockets.SocketError)
  54. at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error)
  55. at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.GetResult(Int16 token)
  56. at System.Net.Security.SslStreamInternal.<FillBufferAsync>g__InternalFillBufferAsync|38_0[TReadAdapter](TReadAdapter adap, ValueTask`1 task, Int32 min, Int32 initial)
  57. at System.Net.Security.SslStreamInternal.ReadAsyncInternal[TReadAdapter](TReadAdapter adapter, Memory`1 buffer)
  58. at System.Net.Http.HttpConnection.FillAsync()
  59. at System.Net.Http.HttpConnection.ReadNextResponseHeaderLineAsync(Boolean foldedHeadersAllowed)
  60. at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken)
  61. InnerException: System.Net.Sockets.SocketException: Operation canceled
  62. Source:
  63. TargetSite:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement