Radarr won't start

Status
Not open for further replies.

junkdk

Cadet
Joined
Dec 17, 2017
Messages
4
So right to it. For the last two days I have been trying to get Radarr setup. I have been all around the net from Uncle Festers to Supa to Github and still no joy. The last setup i used is Penaflakes?? and it looked like it would work.

I get starting when I service radarr start but nothing. No web UI. I am finally breaking down and asking for help. Oh and if you ask for logs, please tell me how to get them, view them, and copy them. Any help is appreciated.

Thanks.
 

junkdk

Cadet
Joined
Dec 17, 2017
Messages
4
Code:
17-12-24 08:53:14.8|Info|Bootstrap|Starting Radarr - /usr/local/share/Radarr/Rad
arr.exe - Version 0.2.0.696													
17-12-24 08:53:15.2|Info|AppFolderInfo|Data directory is being overridden to [/c
onfig]																		
17-12-24 08:53:15.4|Info|MigrationLogger|*** Migrating data source=/config/nzbdr
one.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;versi
on=3 ***																		
17-12-24 08:53:57.7|Info|Bootstrap|Starting Radarr - /usr/local/share/Radarr/Rad
arr.exe - Version 0.2.0.696													
17-12-24 08:53:57.9|Info|AppFolderInfo|Data directory is being overridden to [/c
onfig]																		
17-12-24 08:53:58.1|Info|MigrationLogger|*** Migrating data source=/config/nzbdr


I found the logs but I don't know if they are errors?
 

andrew2005

Dabbler
Joined
Sep 1, 2016
Messages
10
This happened to me but was a very specific issue. I had radarr, sonarr and sabnzbd all running inside the same jail in 11.0. When I did a pkg upgrade it upgraded the python sqlite library to use a sqlite3 feature which doesn't exist in 11.0 - specifically fdatasync. I think this is because the pkg tree moved to 11.1 at some point.

To see if you're having the same issue - run the command python2.7 which will open a python shell. Inside there run help('sqlite3'). If you get an error then it's the same problem I was having.

To fix, see this reddit comment - https://www.reddit.com/r/homeassist..._setting_up_sqlite3_which_is_casuing/drd6c1i/
 

junkdk

Cadet
Joined
Dec 17, 2017
Messages
4
Thanks for your reply. I get this when I did it:
Code:
root@radarr:/ # python2.7													   
Python 2.7.14 (default, Dec 19 2017, 01:10:04)								 
[GCC 4.2.1 Compatible FreeBSD Clang 4.0.0 (tags/RELEASE_400/final 297347)] on fr
eebsd11																		 
Type "help", "copyright", "credits" or "license" for more information.		 
>>> help('sqlite3')															 
problem in sqlite3 - <type 'exceptions.ImportError'>: No module named _sqlite3 
																			   
>>>																	 
/CODE]

Also, I tried the command on reddit but had to change it around, would not work as listed.  i guess it is supposed to uninstall sqlite3...which I was able to do but no change.  Still no UI comes up.  Thanks.
 
Status
Not open for further replies.
Top