root@:~# systemctl status sonarr
● sonarr.service - Sonarr (DietPi)
Loaded: loaded (/etc/systemd/system/sonarr.service; disabled; vendor preset: enabled)
Active: active (running) since Fri 2022-07-22 11:19:30 BST; 2s ago
Main PID: 1653 (mono)
Tasks: 9 (limit: 9496)
Memory: 81.3M
CPU: 2.024s
CGroup: /system.slice/sonarr.service
└─1653 /usr/bin/mono /usr/lib/sonarr/bin/Sonarr.exe -nobrowser -data=/mnt/dietpi_userdata/sonarr
Jul 22 11:19:30 Downloader-VM Sonarr[1653]: [Info] Bootstrap: Starting Sonarr - /usr/lib/sonarr/bin/Sonarr.exe - Version 3.0.8.1507
Jul 22 11:19:31 Downloader-VM Sonarr[1653]: [Info] AppFolderInfo: Data directory is being overridden to [/mnt/dietpi_userdata/sonarr]
Jul 22 11:19:31 Downloader-VM Sonarr[1653]: [Info] Router: Application mode: Interactive
Jul 22 11:19:31 Downloader-VM Sonarr[1653]: [Info] MigrationLogger: *** Checking database for required migrations data source=/mnt/dietpi_userdata/sonarr/sonarr.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
Jul 22 11:19:31 Downloader-VM Sonarr[1653]: [Info] MigrationLogger: *** Checking database for required migrations data source=/mnt/dietpi_userdata/sonarr/logs.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
Jul 22 11:19:31 Downloader-VM Sonarr[1653]: [Info] OwinHostController: Listening on the following URLs:
Jul 22 11:19:31 Downloader-VM Sonarr[1653]: [Info] OwinHostController: http://*:7878/
Jul 22 11:19:31 Downloader-VM Sonarr[1653]: [Info] SonarrBootstrapper: Starting Web Server
Jul 22 11:19:32 Downloader-VM Sonarr[1653]: [Fatal] ConsoleApp: Address already in use. This can happen if another instance of Sonarr is already running another application is using the same port (default: 8989) or the user has insufficient permissions
Jul 22 11:19:32 Downloader-VM Sonarr[1653]: Press enter to exit...
root@:~#
root@:~# journalctl -u sonarr
=Wal;pooling=True;version=3 ***
Jul 22 11:20:19 Sonarr[1846]: [Info] MigrationLogger: *** Checking database for required migrations data source=/mnt/dietpi_userdata/sonarr/logs.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
Jul 22 11:20:19 Sonarr[1846]: [Info] OwinHostController: Listening on the following URLs:
Jul 22 11:20:19 Sonarr[1846]: [Info] OwinHostController: http://*:7878/
Jul 22 11:20:19 Sonarr[1846]: [Info] SonarrBootstrapper: Starting Web Server
Jul 22 11:20:20 Sonarr[1846]: [Fatal] ConsoleApp: Address already in use. This can happen if another instance of Sonarr is already running another application is using the same port (default: 8989) or the user has insufficient permissions
Jul 22 11:20:20 Sonarr[1846]: Press enter to exit...
Jul 22 11:20:21 systemd[1]: sonarr.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Jul 22 11:20:21 systemd[1]: sonarr.service: Failed with result 'exit-code'.
Jul 22 11:20:21 systemd[1]: sonarr.service: Consumed 2.221s CPU time.
Jul 22 11:20:21 systemd[1]: sonarr.service: Scheduled restart job, restart counter is at 47.
Jul 22 11:20:21 systemd[1]: Stopped Sonarr (DietPi).
Jul 22 11:20:21 systemd[1]: sonarr.service: Consumed 2.221s CPU time.
Jul 22 11:20:21 systemd[1]: Started Sonarr (DietPi).
Hmm did you tried to install Sonarr a different way before? Or did you copied the configuration from somewhere? Because we don’t do anything on that configuration file during installation, and yours looks different than expected. Beside the port, your branch is incorrect as well
<Branch>master</Branch>
But it should be
<Branch>main</Branch>
A master branch did not exist on the official Sonarr repository.
Nope the same method I do every time, I downloaded the Native PC for UEFI, used etcher (windows)
Did the install, used sudo dietpi-software and picked Sonarr.
The only change I did was I ran this " sudo dietpi-software reinstall 144", thinking it would fix the first issue I had; it never did hence this post.
Should I change my Branch to main, or will I have more issues?
I guess, like many other projects, Sonarr changed/renamed the primary branch from master to main. So yes would be good to change it, even that requests to master might be redirected.
I was able to change it from Master to Main, but now it says Main? I never changed anything the only thing I did was reset my API key (which restarts Sonarr) I can promise you, I never touched this file