Mylar won't start after updating to latest master [Synology]
Closed this issue · 2 comments
x5nder commented
Describe the bug
After updating to the latest master commit, Mylar refuses to run on my Synology DS1811+
Screenshots/Logs
sudo /volume1/@appstore/mylar/env/bin/python /volume1/@appstore/mylar/share/mylar/Mylar.py --daemon --pidfile /volume1/@appstore/mylar/var/mylar.pid --config /volume1/@appstore/mylar/var/config.ini --datadir /volume1/@appstore/mylar/var/ -v
log language set to en_US
Verbose/Debugging mode enabled...
Initializing startup sequence....
11-Dec-2019 15:09:23 - DEBUG :: mylar.configure.860 : MainThread : Log dir: /volume1/@appstore/mylar/var/logs
11-Dec-2019 15:09:23 - DEBUG :: mylar.configure.879 : MainThread : [Cache Check] Cache directory not found in configuration. Defaulting location to : /volume1/@appstore/mylar/var/cache
11-Dec-2019 15:09:23 - DEBUG :: mylar.configure.928 : MainThread : [Grabbag Directory] Setting One-Off directory to default location: /volume1/Data/comics/Grabbag
11-Dec-2019 15:09:23 - INFO :: mylar.initialize.186 : MainThread : Checking to see if the database has all tables....
11-Dec-2019 15:09:24 - ERROR :: mylar.csv_load.1366 : MainThread : Could not locate exceptions.csv file. Make sure it is in datadir: /volume1/@appstore/mylar/var/
11-Dec-2019 15:09:24 - INFO :: mylar.dbcheck.1317 : MainThread : Ensuring DB integrity - Removing all Erroneous Comics (ie. named None)
11-Dec-2019 15:09:24 - INFO :: mylar.dbcheck.1319 : MainThread : Correcting Null entries that make the main page break on startup.
11-Dec-2019 15:09:24 - INFO :: mylar.initialize.200 : MainThread : Successfully discovered local IP and locking it in as : 192.168.178.200
11-Dec-2019 15:09:24 - DEBUG :: mylar.initialize.212 : MainThread : Logger set to use : Rotational Log Handler (default)
11-Dec-2019 15:09:24 - DEBUG :: mylar.initialize.245 : MainThread : SEARCH_TIER_DATE set to : 2019-11-27
11-Dec-2019 15:09:24 - INFO :: mylar.initialize.262 : MainThread : Remapping the sorting to allow for new additions.
11-Dec-2019 15:09:24 - INFO :: mylar.ComicSort.760 : MainThread : Sucessfully ordered 113 series in your watchlist.
11-Dec-2019 15:09:24 - INFO :: mylar.validateAndCreateDirectory.1620 : MainThread : [DIRECTORY-CHECK] Found comic directory: /volume1/@appstore/mylar/var/
11-Dec-2019 15:09:24 - DEBUG :: mylar.daemonize.288 : MAIN : Forking once...
11-Dec-2019 15:09:24 - DEBUG :: mylar.daemonize.303 : MAIN : Forking twice...
Environment (please complete the following information):
- OS: Synology DSM 6.2
- Branch / commit: master/5ffe8fb
Additional information
Add any other information about the problem here.
x5nder commented
Scratch that-- it's actually running when I start it from the command line like that. I'm just not able to run it from the Package Center anymore, but it won't tell me why.
barbequesauce commented
Probably something to take to whoever packaged it for Synology then...