Sonar Login Changed?

Sonarr version (exact version):
Mono version (if Sonarr is not running on Windows):
OS:
((Debug logs)):
(Make sure debug logging is enabled in settings and post the full log to hastebin/pastebin/dropbox/google drive or something similar, do not post them directly here)
Description of issue:

Hello. I installed the latest update of Sonarr yesterday, and as of today I can no longer login to the webpage. I have tried to find the config.xml on my ubuntu server, with no luck at all. Looked everywhere and I just can’t find the config.xml, even tried apt-file search for it with no luck. What should I do? Is it possible to find locate this file or is it actually gone now? I’m not a pro at all with terminal but from my pov it just seems impossible to find it. Is it possible to reinstall the entire program or is there any other way to remove the login page? Thanks.

Check here for the applicable paths: https://github.com/Sonarr/Sonarr/wiki/AppData-Directory

Hello, thanks for the quick reply. Yeah those are the paths I tried using, specifically
Ubuntu

/home//.config/NzbDrone (~/.config/NzbDrone)

But it just says folder does not exist?

“/home//.config/NzbDrone”

Did you try inserting your username into that? Like -

/home/bubbles420/.config/NzbDrone

?

I just looked up the guide that I used to install the service; https://thisisforsomething.com/guide/guide-to-plex-media-server-on-ubuntu-server-16-04/#doc-installing-10

It seems that the folder should be in /opt/NzbDrone with the username sonarr?

Do you guys possibly know how I go about accessing it?

It would be the user folder of the user running Sonarr. You can run “ps aux | grep NzbDrone” to confirm that user, and then go to the right path –

saiboogu@bebop:~$ ps aux | grep NzbDrone
plex      5159  3.1  6.7 814324 137716 ?       Ssl  15:49   0:13 /usr/bin/mono /opt/NzbDrone/NzbDrone.exe -nobrowser
saiboogu  6104  0.0  0.1  12728  2288 pts/1    S+   15:56   0:00 grep --color=auto NzbDrone
saiboogu@bebop:~$ tail -f /home/plex/.config/NzbDrone/logs/sonarr.txt
17-5-18 15:49:52.4|Info|Bootstrap|Starting Sonarr - /opt/NzbDrone/NzbDrone.exe - Version 2.0.0.4753
17-5-18 15:49:55.0|Info|MigrationLogger|*** Migrating data source=/home/plex/.config/NzbDrone/nzbdrone.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
17-5-18 15:49:55.2|Info|MigrationLogger|*** Migrating data source=/home/plex/.config/NzbDrone/logs.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
17-5-18 15:49:55.3|Info|Router|Application mode: Interactive
17-5-18 15:49:55.3|Info|OwinHostController|Listening on the following URLs:
17-5-18 15:49:55.3|Info|OwinHostController|  http://*:8989/
17-5-18 15:49:55.6|Info|NancyBootstrapper|Starting Web Server
17-5-18 15:55:28.4|Info|RssSyncService|Starting RSS Sync
17-5-18 15:55:32.1|Info|DownloadDecisionMaker|Processing 200 releases
17-5-18 15:55:33.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0

saiboogu@bebop:~$

thanks for the reply, iv now made several attempts and i found one config file;

Config>
LogLevel>Info
Port>8989
UrlBase>
BindAddress>*
SslPort>9898
EnableSsl>False
AuthenticationMethod>None
Branch>master
/Config>

but despite the auth being None -> the page still shows a login page.

I’m out of ideas at this point - is there any way to delete the entire installation and re-install it?

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