alfablac 1 Posted January 4, 2019 Posted January 4, 2019 So, long story short I use a shared server to host my Emby media and I was relying on the Emby Mono zip builds. Is it possible to get beta builds with precompiled Mono versions just like there's until v3.5.0? And with the fact Emby is going closed source, chances are nill that I could compiled them myself. Again, would Mono builds be regularly released?
Luke 42089 Posted January 4, 2019 Posted January 4, 2019 Hi, the netframework zips are the replacement for the mono zips. It's more or less the same thing except that the entry point is EmbyServer.exe. Please let us know if this helps. Thanks.
alfablac 1 Posted January 4, 2019 Author Posted January 4, 2019 Thanks for the fast reply, Luke. By framework zips you mean the Emby for Windows builds right? Just unzip and run with Mono, right?
Luke 42089 Posted January 4, 2019 Posted January 4, 2019 It's not specifically for windows, it's the zip files that are named with _netframework in the file names.
alfablac 1 Posted January 5, 2019 Author Posted January 5, 2019 It's not specifically for windows, it's the zip files that are named with _netframework in the file names. Ok. Tried the latest beta using the _netframework.zip. Got a few errors in the process. Library, settings, users were imported from the old build, but I got: Plugins can't be updated and metadata not fetching. Took a look on the logs and it seems I got some sort of SSL (trust issues) -- saw a few similar threads, but the only solution I found would require me root access, which I currently don't have. Had to rowback to my old functioning 3.5.0 Mono version. Here it's a portion of the logs: 2019-01-05 10:38:22.464 Error HttpClient: Error TrustFailure getting response from *** Error Report *** Version: 3.6.0.83 Command line: /home/alfablac/Emby/EmbyServer.exe -c libcurl Operating system: Unix 4.14.65.0 64-Bit OS: True 64-Bit Process: True User Interactive: False Mono: 5.8.0.127 (tarball Sat Apr 14 13:08:17 UTC 2018) Processor count: 72 Program data path: /mnt/mpathv/alfablac/programdata Application directory: /mnt/mpathv/alfablac/Emby System.Net.WebException: System.Net.WebException: Error: TrustFailure (One or more errors occurred.) ---> System.AggregateException: One or more errors occurred. ---> System.Security.Authentication.AuthenticationException: A call to SSPI failed, see inner exception. ---> Mono.Btls.MonoBtlsException: Ssl error:1000007d:SSL routines:OPENSSL_internal:CERTIFICATE_VERIFY_FAILED at /home/alfablac/mono-5.8.0.127/external/boringssl/ssl/handshake_client.c:1132 at Mono.Btls.MonoBtlsContext.ProcessHandshake () [0x00047] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/System/Mono.Btls/MonoBtlsContext.cs:201 at Mono.Net.Security.MobileAuthenticatedStream.ProcessHandshake (Mono.Net.Security.AsyncOperationStatus status) [0x0003e] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/System/Mono.Net.Security/MobileAuthenticatedStream.cs:616 at (wrapper remoting-invoke-with-check) Mono.Net.Security.MobileAuthenticatedStream.ProcessHandshake(Mono.Net.Security.AsyncOperationStatus) at Mono.Net.Security.AsyncHandshakeRequest.Run (Mono.Net.Security.AsyncOperationStatus status) [0x00000] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/System/Mono.Net.Security/AsyncProtocolRequest.cs:283 at Mono.Net.Security.AsyncProtocolRequest+<ProcessOperation>d__24.MoveNext () [0x000ff] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/System/Mono.Net.Security/AsyncProtocolRequest.cs:221 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/runtime/exceptionservices/exceptionservicescommon.cs:152 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x00037] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:187 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:156 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:128 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:447 at Mono.Net.Security.AsyncProtocolRequest+<StartOperation>d__23.MoveNext () [0x00046] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/System/Mono.Net.Security/AsyncProtocolRequest.cs:187 --- End of inner exception stack trace --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/runtime/exceptionservices/exceptionservicescommon.cs:152 at Mono.Net.Security.MobileAuthenticatedStream+<ProcessAuthentication>d__47.MoveNext () [0x0024e] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/System/Mono.Net.Security/MobileAuthenticatedStream.cs:278 --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional (System.Boolean includeTaskCanceledExceptions) [0x00013] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/threading/Tasks/Task.cs:2159 at System.Threading.Tasks.Task.Wait (System.Int32 millisecondsTimeout, System.Threading.CancellationToken cancellationToken) [0x00043] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/threading/Tasks/Task.cs:3189 at System.Threading.Tasks.Task.Wait () [0x00000] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/threading/Tasks/Task.cs:3054 at Mono.Net.Security.MobileAuthenticatedStream.AuthenticateAsClient (System.String targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, System.Security.Authentication.SslProtocols enabledSslProtocols, System.Boolean checkCertificateRevocation) [0x0000d] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/System/Mono.Net.Security/MobileAuthenticatedStream.cs:137 at Mono.Net.Security.MonoTlsStream.CreateStream (System.Byte[] buffer) [0x0007b] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/System/Mono.Net.Security/MonoTlsStream.cs:123 at System.Net.WebConnection.CreateStream (System.Net.HttpWebRequest request) [0x00073] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/System/System.Net/WebConnection.cs:405 --- End of inner exception stack trace --- at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00059] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/System/System.Net/HttpWebRequest.cs:1033 at System.Threading.Tasks.TaskFactory`1[TResult].FromAsyncCoreLogic (System.IAsyncResult iar, System.Func`2[T,TResult] endFunction, System.Action`1[T] endAction, System.Threading.Tasks.Task`1[TResult] promise, System.Boolean requiresSynchronization) [0x0000f] in <e257604898ca48ffb936bf307ee29de5>:0 Source: System TargetSite: System.Net.WebResponse EndGetResponse(System.IAsyncResult) at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00059] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/System/System.Net/HttpWebRequest.cs:1033 at System.Threading.Tasks.TaskFactory`1[TResult].FromAsyncCoreLogic (System.IAsyncResult iar, System.Func`2[T,TResult] endFunction, System.Action`1[T] endAction, System.Threading.Tasks.Task`1[TResult] promise, System.Boolean requiresSynchronization) [0x0000f] in <e257604898ca48ffb936bf307ee29de5>:0 InnerException: System.AggregateException: One or more errors occurred. Source: mscorlib TargetSite: Void ThrowIfExceptional(Boolean) at System.Threading.Tasks.Task.ThrowIfExceptional (System.Boolean includeTaskCanceledExceptions) [0x00013] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/threading/Tasks/Task.cs:2159 at System.Threading.Tasks.Task.Wait (System.Int32 millisecondsTimeout, System.Threading.CancellationToken cancellationToken) [0x00043] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/threading/Tasks/Task.cs:3189 at System.Threading.Tasks.Task.Wait () [0x00000] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/threading/Tasks/Task.cs:3054 at Mono.Net.Security.MobileAuthenticatedStream.AuthenticateAsClient (System.String targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, System.Security.Authentication.SslProtocols enabledSslProtocols, System.Boolean checkCertificateRevocation) [0x0000d] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/System/Mono.Net.Security/MobileAuthenticatedStream.cs:137 at Mono.Net.Security.MonoTlsStream.CreateStream (System.Byte[] buffer) [0x0007b] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/System/Mono.Net.Security/MonoTlsStream.cs:123 at System.Net.WebConnection.CreateStream (System.Net.HttpWebRequest request) [0x00073] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/System/System.Net/WebConnection.cs:405 InnerException: System.Security.Authentication.AuthenticationException: A call to SSPI failed, see inner exception. Source: mscorlib TargetSite: Void Throw() at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/runtime/exceptionservices/exceptionservicescommon.cs:152 at Mono.Net.Security.MobileAuthenticatedStream+<ProcessAuthentication>d__47.MoveNext () [0x0024e] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/System/Mono.Net.Security/MobileAuthenticatedStream.cs:278 InnerException: Mono.Btls.MonoBtlsException: Ssl error:1000007d:SSL routines:OPENSSL_internal:CERTIFICATE_VERIFY_FAILED at /home/alfablac/mono-5.8.0.127/external/boringssl/ssl/handshake_client.c:1132 Source: mscorlib TargetSite: Void Throw() at Mono.Btls.MonoBtlsContext.ProcessHandshake () [0x00047] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/System/Mono.Btls/MonoBtlsContext.cs:201 at Mono.Net.Security.MobileAuthenticatedStream.ProcessHandshake (Mono.Net.Security.AsyncOperationStatus status) [0x0003e] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/System/Mono.Net.Security/MobileAuthenticatedStream.cs:616 at (wrapper remoting-invoke-with-check) Mono.Net.Security.MobileAuthenticatedStream.ProcessHandshake(Mono.Net.Security.AsyncOperationStatus) at Mono.Net.Security.AsyncHandshakeRequest.Run (Mono.Net.Security.AsyncOperationStatus status) [0x00000] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/System/Mono.Net.Security/AsyncProtocolRequest.cs:283 at Mono.Net.Security.AsyncProtocolRequest+<ProcessOperation>d__24.MoveNext () [0x000ff] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/System/Mono.Net.Security/AsyncProtocolRequest.cs:221 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/runtime/exceptionservices/exceptionservicescommon.cs:152 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x00037] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:187 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:156 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:128 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:447 at Mono.Net.Security.AsyncProtocolRequest+<StartOperation>d__23.MoveNext () [0x00046] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/System/Mono.Net.Security/AsyncProtocolRequest.cs:187 2019-01-05 10:38:22.489 Error App: Error downloading news *** Error Report *** Version: 3.6.0.83 Command line: /home/alfablac/Emby/EmbyServer.exe -c libcurl Operating system: Unix 4.14.65.0 64-Bit OS: True 64-Bit Process: True User Interactive: False Mono: 5.8.0.127 (tarball Sat Apr 14 13:08:17 UTC 2018) Processor count: 72 Program data path: /mnt/mpathv/alfablac/programdata Application directory: /mnt/mpathv/alfablac/Emby MediaBrowser.Model.Net.HttpException: MediaBrowser.Model.Net.HttpException: Error: TrustFailure (One or more errors occurred.) ---> System.Net.WebException: Error: TrustFailure (One or more errors occurred.) ---> System.AggregateException: One or more errors occurred. ---> System.Security.Authentication.AuthenticationException: A call to SSPI failed, see inner exception. ---> Mono.Btls.MonoBtlsException: Ssl error:1000007d:SSL routines:OPENSSL_internal:CERTIFICATE_VERIFY_FAILED at /home/alfablac/mono-5.8.0.127/external/boringssl/ssl/handshake_client.c:1132 at Mono.Btls.MonoBtlsContext.ProcessHandshake () [0x00047] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/System/Mono.Btls/MonoBtlsContext.cs:201 at Mono.Net.Security.MobileAuthenticatedStream.ProcessHandshake (Mono.Net.Security.AsyncOperationStatus status) [0x0003e] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/System/Mono.Net.Security/MobileAuthenticatedStream.cs:616 at (wrapper remoting-invoke-with-check) Mono.Net.Security.MobileAuthenticatedStream.ProcessHandshake(Mono.Net.Security.AsyncOperationStatus) at Mono.Net.Security.AsyncHandshakeRequest.Run (Mono.Net.Security.AsyncOperationStatus status) [0x00000] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/System/Mono.Net.Security/AsyncProtocolRequest.cs:283 at Mono.Net.Security.AsyncProtocolRequest+<ProcessOperation>d__24.MoveNext () [0x000ff] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/System/Mono.Net.Security/AsyncProtocolRequest.cs:221 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/runtime/exceptionservices/exceptionservicescommon.cs:152 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x00037] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:187 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:156 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:128 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:447 at Mono.Net.Security.AsyncProtocolRequest+<StartOperation>d__23.MoveNext () [0x00046] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/System/Mono.Net.Security/AsyncProtocolRequest.cs:187 --- End of inner exception stack trace --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/runtime/exceptionservices/exceptionservicescommon.cs:152 at Mono.Net.Security.MobileAuthenticatedStream+<ProcessAuthentication>d__47.MoveNext () [0x0024e] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/System/Mono.Net.Security/MobileAuthenticatedStream.cs:278 --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional (System.Boolean includeTaskCanceledExceptions) [0x00013] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/threading/Tasks/Task.cs:2159 at System.Threading.Tasks.Task.Wait (System.Int32 millisecondsTimeout, System.Threading.CancellationToken cancellationToken) [0x00043] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/threading/Tasks/Task.cs:3189 at System.Threading.Tasks.Task.Wait () [0x00000] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/threading/Tasks/Task.cs:3054 at Mono.Net.Security.MobileAuthenticatedStream.AuthenticateAsClient (System.String targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, System.Security.Authentication.SslProtocols enabledSslProtocols, System.Boolean checkCertificateRevocation) [0x0000d] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/System/Mono.Net.Security/MobileAuthenticatedStream.cs:137 at Mono.Net.Security.MonoTlsStream.CreateStream (System.Byte[] buffer) [0x0007b] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/System/Mono.Net.Security/MonoTlsStream.cs:123 at System.Net.WebConnection.CreateStream (System.Net.HttpWebRequest request) [0x00073] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/System/System.Net/WebConnection.cs:405 --- End of inner exception stack trace --- at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00059] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/System/System.Net/HttpWebRequest.cs:1033 at System.Threading.Tasks.TaskFactory`1[TResult].FromAsyncCoreLogic (System.IAsyncResult iar, System.Func`2[T,TResult] endFunction, System.Action`1[T] endAction, System.Threading.Tasks.Task`1[TResult] promise, System.Boolean requiresSynchronization) [0x0000f] in <e257604898ca48ffb936bf307ee29de5>:0 --- End of inner exception stack trace --- at Emby.Server.Implementations.HttpClientManager.HttpClientManager+<SendAsyncInternal>d__18.MoveNext () [0x0067f] in C:\dev\Emby.Server.NetCore.beta\src\Emby.Server.Implementations\HttpClientManager\HttpClientManager.cs:483 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/runtime/exceptionservices/exceptionservicescommon.cs:152 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x00037] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:187 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:156 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:128 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <e257604898ca48ffb936bf307ee29de5>:0 at Emby.Server.Implementations.HttpClientManager.HttpClientManager+<SendAsync>d__15.MoveNext () [0x00054] in C:\dev\Emby.Server.NetCore.beta\src\Emby.Server.Implementations\HttpClientManager\HttpClientManager.cs:279 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/runtime/exceptionservices/exceptionservicescommon.cs:152 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x00037] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:187 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:156 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:128 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <e257604898ca48ffb936bf307ee29de5>:0 at Emby.Server.Implementations.News.NewsEntryPoint+<DownloadNews>d__13.MoveNext () [0x000a6] in C:\dev\Emby.Server.NetCore.beta\src\Emby.Server.Implementations\News\NewsEntryPoint.cs:91 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/runtime/exceptionservices/exceptionservicescommon.cs:152 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x00037] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:187 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:156 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:128 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:447 at Emby.Server.Implementations.News.NewsEntryPoint+<OnTimerFired>d__12.MoveNext () [0x00042] in C:\dev\Emby.Server.NetCore.beta\src\Emby.Server.Implementations\News\NewsEntryPoint.cs:66 Source: mscorlib TargetSite: Void Throw() at Emby.Server.Implementations.HttpClientManager.HttpClientManager+<SendAsyncInternal>d__18.MoveNext () [0x0067f] in C:\dev\Emby.Server.NetCore.beta\src\Emby.Server.Implementations\HttpClientManager\HttpClientManager.cs:483 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/runtime/exceptionservices/exceptionservicescommon.cs:152 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x00037] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:187 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:156 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:128 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <e257604898ca48ffb936bf307ee29de5>:0 at Emby.Server.Implementations.HttpClientManager.HttpClientManager+<SendAsync>d__15.MoveNext () [0x00054] in C:\dev\Emby.Server.NetCore.beta\src\Emby.Server.Implementations\HttpClientManager\HttpClientManager.cs:279 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/runtime/exceptionservices/exceptionservicescommon.cs:152 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x00037] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:187 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:156 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:128 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <e257604898ca48ffb936bf307ee29de5>:0 at Emby.Server.Implementations.News.NewsEntryPoint+<DownloadNews>d__13.MoveNext () [0x000a6] in C:\dev\Emby.Server.NetCore.beta\src\Emby.Server.Implementations\News\NewsEntryPoint.cs:91 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/runtime/exceptionservices/exceptionservicescommon.cs:152 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x00037] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:187 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:156 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:128 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:447 at Emby.Server.Implementations.News.NewsEntryPoint+<OnTimerFired>d__12.MoveNext () [0x00042] in C:\dev\Emby.Server.NetCore.beta\src\Emby.Server.Implementations\News\NewsEntryPoint.cs:66 InnerException: System.Net.WebException: Error: TrustFailure (One or more errors occurred.) Source: System TargetSite: System.Net.WebResponse EndGetResponse(System.IAsyncResult) at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00059] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/System/System.Net/HttpWebRequest.cs:1033 at System.Threading.Tasks.TaskFactory`1[TResult].FromAsyncCoreLogic (System.IAsyncResult iar, System.Func`2[T,TResult] endFunction, System.Action`1[T] endAction, System.Threading.Tasks.Task`1[TResult] promise, System.Boolean requiresSynchronization) [0x0000f] in <e257604898ca48ffb936bf307ee29de5>:0 InnerException: System.AggregateException: One or more errors occurred. Source: mscorlib TargetSite: Void ThrowIfExceptional(Boolean) at System.Threading.Tasks.Task.ThrowIfExceptional (System.Boolean includeTaskCanceledExceptions) [0x00013] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/threading/Tasks/Task.cs:2159 at System.Threading.Tasks.Task.Wait (System.Int32 millisecondsTimeout, System.Threading.CancellationToken cancellationToken) [0x00043] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/threading/Tasks/Task.cs:3189 at System.Threading.Tasks.Task.Wait () [0x00000] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/threading/Tasks/Task.cs:3054 at Mono.Net.Security.MobileAuthenticatedStream.AuthenticateAsClient (System.String targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, System.Security.Authentication.SslProtocols enabledSslProtocols, System.Boolean checkCertificateRevocation) [0x0000d] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/System/Mono.Net.Security/MobileAuthenticatedStream.cs:137 at Mono.Net.Security.MonoTlsStream.CreateStream (System.Byte[] buffer) [0x0007b] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/System/Mono.Net.Security/MonoTlsStream.cs:123 at System.Net.WebConnection.CreateStream (System.Net.HttpWebRequest request) [0x00073] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/System/System.Net/WebConnection.cs:405 InnerException: System.Security.Authentication.AuthenticationException: A call to SSPI failed, see inner exception. Source: mscorlib TargetSite: Void Throw() at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/runtime/exceptionservices/exceptionservicescommon.cs:152 at Mono.Net.Security.MobileAuthenticatedStream+<ProcessAuthentication>d__47.MoveNext () [0x0024e] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/System/Mono.Net.Security/MobileAuthenticatedStream.cs:278 InnerException: Mono.Btls.MonoBtlsException: Ssl error:1000007d:SSL routines:OPENSSL_internal:CERTIFICATE_VERIFY_FAILED at /home/alfablac/mono-5.8.0.127/external/boringssl/ssl/handshake_client.c:1132 Source: mscorlib TargetSite: Void Throw() at Mono.Btls.MonoBtlsContext.ProcessHandshake () [0x00047] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/System/Mono.Btls/MonoBtlsContext.cs:201 at Mono.Net.Security.MobileAuthenticatedStream.ProcessHandshake (Mono.Net.Security.AsyncOperationStatus status) [0x0003e] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/System/Mono.Net.Security/MobileAuthenticatedStream.cs:616 at (wrapper remoting-invoke-with-check) Mono.Net.Security.MobileAuthenticatedStream.ProcessHandshake(Mono.Net.Security.AsyncOperationStatus) at Mono.Net.Security.AsyncHandshakeRequest.Run (Mono.Net.Security.AsyncOperationStatus status) [0x00000] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/System/Mono.Net.Security/AsyncProtocolRequest.cs:283 at Mono.Net.Security.AsyncProtocolRequest+<ProcessOperation>d__24.MoveNext () [0x000ff] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/System/Mono.Net.Security/AsyncProtocolRequest.cs:221 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/runtime/exceptionservices/exceptionservicescommon.cs:152 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x00037] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:187 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:156 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:128 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:447 at Mono.Net.Security.AsyncProtocolRequest+<StartOperation>d__23.MoveNext () [0x00046] in /mnt/mpathv/alfablac/mono-5.8.0.127/mcs/class/System/Mono.Net.Security/AsyncProtocolRequest.cs:187 Pretty much any error on the latest beta is regarding SSL. Found out in some forum threads that most likely it's either my network or SSL certificates management (which would require root) Also, I couldn't get the full error on metadata fetching, but I recall that the call on the fanart api it's on HTTPS, followed by a certificate error. And then also "OmdbImageProvider failed in GetImageInfos for type Movie" which return SSL issues as well. My guess is that I'm stuck to the old build due to the recently changes, right? I also tried a mono 5.16.* version but it doesn't even start EmbyServer.exe Will wait for a stable 3.6 release anyway so I can then properly forward to server management and see what can be done.
Luke 42089 Posted January 5, 2019 Posted January 5, 2019 The reason 3.5 works is because we were blindly telling it to accept all SSL certs due to mono problems at the time. 3.6 works, but you will need to configure a certificate store with the mono runtime.
Luke 42089 Posted January 5, 2019 Posted January 5, 2019 is there a reason why you need to use this instead of our native packages for the various platforms?
alfablac 1 Posted January 5, 2019 Author Posted January 5, 2019 (edited) is there a reason why you need to use this instead of our native packages for the various platforms? Just because I had Emby 3.5.0 already, and it was working til this version with the Mono release I had. I will try to install it via the source code tarball, but I'm not sure it would work (does not Emby require root access?) ops. Just saw the tar.gz is not for linux environments, so I dunno if I would be able to install it. lol Edited January 5, 2019 by alfablac
Luke 42089 Posted January 5, 2019 Posted January 5, 2019 If we have a native package for your platform, then i would suggest using that by following the instructions on our download page: https://emby.media/download.html Thanks.
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