Mylar will not start on Raspberry Pi

Post any problems / bugs / issues that are Mylar-related in here.
Post Reply
LordRhys
Posts: 1
Joined: Wed Nov 29, 2017 4:37 pm

Mylar will not start on Raspberry Pi

Post by LordRhys »

Grabbed Development version Commit 976
OS Running: "Raspbian GNU/Linux 8 (jessie)"

performed install setup Systemd, Running Python 2.7.9, Mylar will not start even in manual start mode; get the following
error message:

pi@raspberrypi:/opt/Mylar$ python /opt/Mylar/Mylar.py -d
29-Nov-2017 14:47:11 - INFO :: MainThread : [DIRECTORY-CHECK] Found comic directory: /opt/Mylar
29-Nov-2017 14:47:11 - INFO :: MainThread : Initializing startup sequence....
29-Nov-2017 14:47:11 - ERROR :: MainThread : No User Comicvine API key specified. I will not work very well due to api limits - http://api.comicvine.com/ and get your own free key.
29-Nov-2017 14:47:11 - INFO :: MainThread : Successfully discovered local IP and locking it in as : 192.168.x.x
29-Nov-2017 14:47:11 - INFO :: MainThread : Config GIT Branch: None
local variable 'git_locations' referenced before assignment
FATAL ERROR

Could not find a solution. Thanks for any help provided

LordRhys
User avatar
evilhero
Site Admin
Posts: 2883
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: Mylar will not start on Raspberry Pi

Post by evilhero »

Fix for this went in this a.m, looks like you grabbed it prior to the fix - update to the most recent version and you'll be good to go ...
Post Reply