Since today, I can’t open the UI of Sonarr in my browser. It shows the following error:
{
“message”: “NotFound”
}
I’m not aware of any update or something. When I search the log files, it states “16-1-24 17:50:38.2|Warn|IndexHtmlMapper|File C:\ProgramData\NzbDrone\bin\UI\index.html not found”. I tried to locate the file, and it is still there, so I don’t 've searched for the file, and it is still there (not removed). I tried installing Sonarr again, but the error still exists. I found some posts on the forum that Norton sometimes interferes, but even after reinstalling Sonarr after disabeling Norton, the problem still exists. I installed Sonarr as a Windows Service and tried to reinstall without the Windows service, but the problem is still there.
I also get the following JSON response after a computer reboot with Sonarr installed as a windows service:
{
“message”: “NotFound”
}
It looks like the windows service is configured to run “C:\ProgramData\NzbDrone\bin\nzbdrone.console.exe” instead of “nzbdrone.exe”. Is that a mistake or is it meant to run “nzbdrone.console.exe”? If I stop the windows service and run nzbdrone.exe directly, then it starts working again. I am on the master branch currently running version 2.0.0.3732. Please help. Thank you.
Okay but the problem is that every time Sonarr is started up using NzbDrone.Console.exe, it results in the “NotFound” error message. The only way I can get it to work is to start it up using NzbDrone.exe directly. Perhaps, NzbDrone.Console.exe is not correctly starting up the web server or not configuring the URL routing properly. I don’t have an antivirus installed, so it can’t be that. Any help would be appreciated. Thank you.
Could you enable trace logging by editing config.xml (up one directory from the log files), and replacing Info or Debug with Trace for the LogLevel so that line reads <LogLevel>Trace</LogLevel>, then clear the logs and restart Sonarr, once Sonarr starts hit the main page and hastebin the logs and we can take a look.
Having the same exact issues. UI will not load. Log reports the index.html file is missing from the UI folder. I am able to locate the file without issue.
I set my log level to Trace and restarted. The last line is from me refreshing my browser trying to load the UI. Sonar.debug shows the same warn line.