happymellon 3 Posted June 6, 2018 Posted June 6, 2018 Hi, I'm using the Emby in docker and I'm pulling latest, which is currently pointing at 3.4.1.0. When I try and add a user and enter their connect account I get the message: > There was an error adding the Emby Connect account. Have you created an Emby account? Sign up at https://emby.media/connect. From Emby logs it looks like something was missed from the package: 2018-06-06 21:03:36.055 Info HttpServer: HTTP GET http://localhost:8096/emby/Users/7d7d8b5c2a0b4a00aafff7516b2279e8. UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.62 Safari/537.36 2018-06-06 21:03:36.059 Info HttpServer: HTTP Response 200 to 172.18.0.1. Time: 4ms. http://localhost:8096/emby/Users/7d7d8b5c2a0b4a00aafff7516b2279e8 2018-06-06 21:03:36.064 Info HttpServer: HTTP POST http://localhost:8096/emby/Users/7d7d8b5c2a0b4a00aafff7516b2279e8. UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.62 Safari/537.36 2018-06-06 21:03:36.066 Info HttpServer: HTTP Response 204 to 172.18.0.1. Time: 2ms. http://localhost:8096/emby/Users/7d7d8b5c2a0b4a00aafff7516b2279e8 2018-06-06 21:03:36.068 Info HttpServer: HTTP POST http://localhost:8096/emby/Users/7d7d8b5c2a0b4a00aafff7516b2279e8/Policy. UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.62 Safari/537.36 2018-06-06 21:03:36.070 Info HttpServer: HTTP Response 204 to 172.18.0.1. Time: 2ms. http://localhost:8096/emby/Users/7d7d8b5c2a0b4a00aafff7516b2279e8/Policy 2018-06-06 21:03:36.072 Info HttpServer: HTTP POST http://localhost:8096/emby/Users/7d7d8b5c2a0b4a00aafff7516b2279e8/Connect/Link. UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.62 Safari/537.36 2018-06-06 21:03:36.077 Error HttpServer: Error processing request *** Error Report *** Version: 3.4.1.0 Command line: /system/EmbyServer.dll -programdata /config -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3 Operating system: Unix 4.13.0.43 64-Bit OS: True 64-Bit Process: True User Interactive: True Processor count: 8 Program data path: /config Application directory: /system System.TypeInitializationException: The type initializer for 'System.Net.Http.CurlHandler' threw an exception. ---> System.TypeInitializationException: The type initializer for 'Http' threw an exception. ---> System.TypeInitializationException: The type initializer for 'HttpInitializer' threw an exception. ---> System.DllNotFoundException: Unable to load DLL 'System.Net.Http.Native': The specified module or one of its dependencies could not be found. (Exception from HRESULT: 0x8007007E) at Interop.Http.GetSslVersionDescription() at Interop.HttpInitializer..cctor() --- End of inner exception stack trace --- at Interop.Http..cctor() --- End of inner exception stack trace --- at Interop.Http.GetSupportedFeatures() at System.Net.Http.CurlHandler..cctor() --- End of inner exception stack trace --- at Emby.Server.Connect.ConnectManager.<LinkUserInternal>d__46.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Emby.Server.Connect.ConnectManager.<LinkUser>d__45.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Emby.Server.Implementations.Services.ServiceExecGeneral.<GetTaskResult>d__3.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Emby.Server.Implementations.Services.ServiceHandler.<ProcessRequestAsync>d__13.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Emby.Server.Implementations.HttpServer.HttpListenerHost.<RequestHandler>d__70.MoveNext() System.TypeInitializationException at Emby.Server.Connect.ConnectManager.<LinkUserInternal>d__46.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Emby.Server.Connect.ConnectManager.<LinkUser>d__45.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Emby.Server.Implementations.Services.ServiceExecGeneral.<GetTaskResult>d__3.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Emby.Server.Implementations.Services.ServiceHandler.<ProcessRequestAsync>d__13.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Emby.Server.Implementations.HttpServer.HttpListenerHost.<RequestHandler>d__70.MoveNext() InnerException: System.TypeInitializationException System.TypeInitializationException: The type initializer for 'Http' threw an exception. ---> System.TypeInitializationException: The type initializer for 'HttpInitializer' threw an exception. ---> System.DllNotFoundException: Unable to load DLL 'System.Net.Http.Native': The specified module or one of its dependencies could not be found. (Exception from HRESULT: 0x8007007E) at Interop.Http.GetSslVersionDescription() at Interop.HttpInitializer..cctor() --- End of inner exception stack trace --- at Interop.Http..cctor() --- End of inner exception stack trace --- at Interop.Http.GetSupportedFeatures() at System.Net.Http.CurlHandler..cctor() at Interop.Http.GetSupportedFeatures() at System.Net.Http.CurlHandler..cctor() InnerException: System.TypeInitializationException System.TypeInitializationException: The type initializer for 'HttpInitializer' threw an exception. ---> System.DllNotFoundException: Unable to load DLL 'System.Net.Http.Native': The specified module or one of its dependencies could not be found. (Exception from HRESULT: 0x8007007E) at Interop.Http.GetSslVersionDescription() at Interop.HttpInitializer..cctor() --- End of inner exception stack trace --- at Interop.Http..cctor() at Interop.Http..cctor() InnerException: System.DllNotFoundException System.DllNotFoundException: Unable to load DLL 'System.Net.Http.Native': The specified module or one of its dependencies could not be found. (Exception from HRESULT: 0x8007007E) at Interop.Http.GetSslVersionDescription() at Interop.HttpInitializer..cctor() at Interop.Http.GetSslVersionDescription() at Interop.HttpInitializer..cctor() 2018-06-06 21:03:36.077 Info HttpServer: HTTP Response 500 to 172.18.0.1. Time: 5ms. http://localhost:8096/emby/Users/7d7d8b5c2a0b4a00aafff7516b2279e8/Connect/Link
happymellon 3 Posted June 6, 2018 Author Posted June 6, 2018 Rolling back to emby/embyserver:3.4.0.0 appears to resolve this.
Solution Luke 42077 Posted June 6, 2018 Solution Posted June 6, 2018 We've updated the Docker container. Thanks. 1
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now