After first install black screen

Sonarr version (exact version): QSonarr_2.0.0.4146_x86
Mono version (if Sonarr is not running on Windows): Qmono_4.2.2.30_x86
OS: QNAP 4.2.2
((Debug logs)):
`16-8-31 16:35:31.9|Info|RssSyncService|Starting RSS Sync
16-8-31 16:35:32.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
16-8-31 16:35:32.0|Info|DownloadDecisionMaker|No results found
16-8-31 16:35:32.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
16-8-31 16:50:33.2|Info|RssSyncService|Starting RSS Sync
16-8-31 16:50:33.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
16-8-31 16:50:33.3|Info|DownloadDecisionMaker|No results found
16-8-31 16:50:33.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
16-8-31 16:50:54.1|Info|Bootstrap|Starting Sonarr - /share/CACHEDEV1_DATA/.qpkg/QSonarr/NzbDrone/NzbDrone.exe - Version 2.0.0.4146
16-8-31 16:50:54.7|Info|AppFolderInfo|Data directory is being overridden to [/share/CACHEDEV1_DATA/SONARR_CONFIG]
16-8-31 16:50:56.6|Info|MigrationLogger|*** Migrating data source=/share/CACHEDEV1_DATA/SONARR_CONFIG/nzbdrone.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
16-8-31 16:50:57.0|Info|MigrationLogger|*** Migrating data source=/share/CACHEDEV1_DATA/SONARR_CONFIG/logs.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
16-8-31 16:50:57.0|Info|Router|Application mode: Interactive
16-8-31 16:50:57.0|Info|OwinHostController|Listening on the following URLs:
16-8-31 16:50:57.0|Info|OwinHostController| http://*:8989/
16-8-31 16:50:57.3|Info|NancyBootstrapper|Starting NzbDrone API
16-8-31 16:50:59.0|Error|TaskExtensions|Task Error

[v2.0.0.4146] System.Net.WebException: /opt/Qmono/lib/libMonoPosixHelper.so —> System.DllNotFoundException: /opt/Qmono/lib/libMonoPosixHelper.so
at (wrapper managed-to-native) System.IO.Compression.DeflateStreamNative:CreateZStream (System.IO.Compression.CompressionMode,bool,System.IO.Compression.DeflateStreamNative/UnmanagedReadOrWrite,intptr)
at System.IO.Compression.DeflateStreamNative.Create (System.IO.Stream compressedStream, CompressionMode mode, Boolean gzip) <0xf119caa8 + 0x000ff> in :0
at System.IO.Compression.DeflateStream…ctor (System.IO.Stream compressedStream, CompressionMode mode, Boolean leaveOpen, Boolean gzip) <0xf119c948 + 0x00063> in :0
at (wrapper remoting-invoke-with-check) System.IO.Compression.DeflateStream:.ctor (System.IO.Stream,System.IO.Compression.CompressionMode,bool,bool)
at System.IO.Compression.GZipStream…ctor (System.IO.Stream stream, CompressionMode mode, Boolean leaveOpen) <0xf119c830 + 0x0004b> in :0
at System.IO.Compression.GZipStream…ctor (System.IO.Stream stream, CompressionMode mode) <0xf119c7e8 + 0x00027> in :0
at (wrapper remoting-invoke-with-check) System.IO.Compression.GZipStream:.ctor (System.IO.Stream,System.IO.Compression.CompressionMode)
at System.Net.HttpWebResponse…ctor (System.Uri uri, System.String method, System.Net.WebConnectionData data, System.Net.CookieContainer container) <0xf2a5a388 + 0x002bb> in :0
at (wrapper remoting-invoke-with-check) System.Net.HttpWebResponse:.ctor (System.Uri,string,System.Net.WebConnectionData,System.Net.CookieContainer)
at System.Net.HttpWebRequest.SetResponseData (System.Net.WebConnectionData data) <0xf2a59908 + 0x00133> in :0
— End of inner exception stack trace —
at System.Net.HttpWebRequest.EndGetResponse (IAsyncResult asyncResult) <0xf2a4e8b0 + 0x00187> in :0
at System.Net.HttpWebRequest.GetResponse () <0xf2a6af60 + 0x0004c> in :0
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) <0xf2a63360 + 0x00327> in :0`
Description of issue:
After install and the 8989 opens nothing loads. Im on a TS-251 (4.2.2) and at the point of giving up. I’ve installed and reinstalled QSonarr_2.0.0.4146_x86.qpkg and Qmono_4.2.2.30_x86.qpkg. But keep running in a Internal Server Error Code 500. Response Headers tell there is a Mono-HTTPAPI/1.0.

This looks similar to: Sonarr no longer working after update but that started with mono 4.4. Does the file /opt/Qmono/lib/libMonoPosixHelper.so exist?

Doesn’t look to be there.

Used this command to find it, find ~/ -type f -name “libMonoPosixHelper.so” also did a visual inspection of the map /share/CACHEDEV1_DATA/.qpkg/Qmono/lib/

Is there another version of Qmono available (even a downgrade)?
This looks like a problem with Qmono, beyond reinstalling, downgrading reaching out to the maintainer might be your best bet.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.