Hey Guys,
I don’t know on which point I messed up my Sonnarr Start up, but after checking the debug logs it seems that always 2 Sonarr instances were startet.
17-11-2 07:18:17.1|Info|Bootstrap|Starting Sonarr - /opt/NzbDrone/NzbDrone.exe - Version 2.0.0.4949
17-11-2 07:18:37.1|Info|Bootstrap|Starting Sonarr - /opt/NzbDrone/NzbDrone.exe - Version 2.0.0.4949
17-11-2 07:18:55.9|Info|SingleInstancePolicy|1 instance(s) of Sonarr are running
17-11-2 07:18:55.9|Warn|SingleInstancePolicy|Another instance of Sonarr is already running.
17-11-2 07:18:56.0|Info|Bootstrap|Application is being terminated. Reason : Another instance is already running
17-11-2 07:18:56.2|Info|MigrationLogger|*** Migrating data source=/home/pi/.config/NzbDrone/nzbdrone.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
17-11-2 07:18:58.8|Info|MigrationLogger|*** Migrating data source=/home/pi/.config/NzbDrone/logs.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
17-11-2 07:19:00.7|Info|Router|Application mode: Interactive
17-11-2 07:19:00.8|Info|OwinHostController|Listening on the following URLs:
17-11-2 07:19:00.8|Info|OwinHostController| http://*:8989/
17-11-2 07:19:03.4|Info|NancyBootstrapper|Starting Web Server
17-11-2 07:20:16.2|Info|RefreshSeriesService|Skipping refresh of series: Adventure Time
17-11-2 07:20:16.3|Info|DiskScanService|Scanning disk for Adventure Time
17-11-2 07:20:16.3|Info|RssSyncService|Starting RSS Sync
so its running …but i can’t get to the GUI
The think is, that I’am running Radarr as well (which works perfectly well …)…and I read from some other users that they experienced similar problems and blame Mono for it …
I Used the “htpc Guides” instructions on https://www.htpcguides.com/install-sonarr-raspberry-pi-mono-310/ to install Sonarr.
So I hope that you could get me hint were to look for the Problem.
Ps: when I stop the stop the service with
sudo service nzbdrone stop
and then start it with mono --debug /opt/NzbDrone/NzbDrone.exe
it gets me following Logs:
[Info] Bootstrap: Starting Sonarr - /opt/NzbDrone/NzbDrone.exe - Version 2.0.0.4949
[Debug] ProcessProvider: Found 0 processes with the name: NzbDrone.Console
[Debug] ProcessProvider: Found 1 processes with the name: NzbDrone
[Debug] ProcessProvider: - [29820] NzbDrone
[Info] MigrationLogger: *** Migrating data source=/home/pi/.config/NzbDrone/nzbdrone.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
[Debug] MigrationLogger: Took: 00:00:02.4492935
[Info] MigrationLogger: *** Migrating data source=/home/pi/.config/NzbDrone/logs.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
[Debug] MigrationLogger: Took: 00:00:00.2627714
[Info] Router: Application mode: Interactive
[Debug] Router: Console selected
[Info] OwinHostController: Listening on the following URLs:
[Info] OwinHostController: http://*:8989/
[Debug] OwinAppFactory: Attaching NzbDroneVersionMiddleWare to host
[Debug] OwinAppFactory: Attaching SignalRMiddleWare to host
[Debug] OwinAppFactory: Attaching NancyMiddleWare to host
[Info] NancyBootstrapper: Starting Web Server
…but still …no GUI
I have a working backup of Sonarr so if there is no easy way to fixit, maybe purging the install and setting up a clean install could help?
thanks for any help!!
Update*
I Just purged the install and got a new one which solved the problem