Sonarr version (exact version): 20190320-15 Mono version (if Sonarr is not running on Windows): 5.8.0.108-11 OS: Synology Debug logs: Description of issue:
I just installed Sonarr On my synology nas from the Synocommunity package.
It installed Mono in the same time. And when I click on Sonarr from the package center once installed.
a web browser opens with www.mydnsname.com/8989 . and the page does not opens.
you need to enable SSH (secure shell), then use something like putty to ssh into the nas (or an SSH based file browser).
open control panel and scroll and the way to the bottom to Terminal & SNMP
enable SSH on whichever port you want, default is 22
you should then be able to connect via SSH
@markus101 I dont see any file called sonarr.debug.txt . this are the file that I see on the path that you mentioned above.
config.xml logs.db logs.db-wal nzbdrone.db-shm nzbdrone.pid
logs logs.db-shm nzbdrone.db nzbdrone.db-wal
In the logs folder there is only 1 file called ‘sonarr.txt’ . Is that file? is so, Could you please let me know how to open that file on terminal I tried to navigate to the folder and then type open sonarr.txt but getting ‘-sh: open: command not found’
/usr/local/nzbdrone/var/.config/NzbDrone/logs $ open sonarr.txt
if youve never changed the logging level then there wouldnt be a trace file in there.
you need to set the trace level in sonarr to debug, then do whatever is going weird, then put the trace level back to normal, then look at the debug log
for the syno nas you’d want cat sonarr.txt to list the contents of the file
you could also use vi sonarr.txt - its an editor, so just make sure you google the vi commands so you can get out of it
I’ve ran into the same issue. I did find on the github page that Mono is required so I went ahead and installed that but still no luck. Here is what I’m seeing in my logs.
19-10-20 05:49:46.3|Info|Bootstrap|Starting Sonarr - /opt/NzbDrone/NzbDrone.exe - Version 2.0.0.5338
19-10-20 05:49:47.4|Info|AppFolderInfo|Data directory is being overridden to [/config]
19-10-20 05:49:47.7|Info|Router|Application mode: Interactive
19-10-20 05:49:48.1|Info|MigrationLogger|*** Migrating data source=/config/nzbdrone.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
19-10-20 05:49:49.1|Info|MigrationLogger|*** Migrating data source=/config/logs.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
19-10-20 05:49:49.4|Info|OwinHostController|Listening on the following URLs:
19-10-20 05:49:49.4|Info|OwinHostController| http://*:8989/
19-10-20 05:49:49.7|Info|NancyBootstrapper|Starting Web Server
19-10-20 05:50:22.5|Info|RssSyncService|Starting RSS Sync
19-10-20 05:50:22.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
19-10-20 05:50:22.5|Info|DownloadDecisionMaker|No results found
19-10-20 05:50:22.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
I’m running the latest docker image from LinuxServer.
@rhom Your question is not stupid but maybe my reply will be.
I did not setup anything as I dont have any sonnar interface accessible. How I need to set this up is there any documentation? The only thing I did is to install Sonarr app on my Synology NAS and it install Mono at the same time. Then I click on Sonarr icon and it launch my dns domain with 8989 port and it fails.
Not sure how to setup indexer etc…since Sonarr app does not even open. Maybe I have to authorize those port somewhere in my Synology NAS?