Page 1 of 1

Mylar on UNRAID will not start

Posted: Thu Apr 26, 2018 2:05 pm
by kingfenix
I run mylar on Unraid from LinuxServer, and mylar a few days ago started to be unable to start with the following error repeating in the log.

File "/app/mylar/mylar/__init__.py", line 41, in <module>
from mylar import logger, versioncheckit, rsscheckit, searchit, weeklypullit, PostProcessor, updater, helpers
File "/app/mylar/mylar/logger.py", line 41, in <module>
if not LOG_LANG.startswith('en'):
AttributeError: 'NoneType' object has no attribute 'startswith'
Traceback (most recent call last):
File "/app/mylar/Mylar.py", line 26, in <module>
import mylar

Re: Mylar on UNRAID will not start

Posted: Thu Apr 26, 2018 2:14 pm
by evilhero
If you're able to - grab the latest commit from your branch. The fix for this is in both branches as of yesterday, which should address your problem.

If you're unable to, you can read herehere for more additional information and how others have fixed their docker issues related to the lack of a locale setting.

Re: Mylar on UNRAID will not start

Posted: Fri Apr 27, 2018 1:06 pm
by kingfenix
Thanks evil, with unraid we have to wait for the docker author to update the image, so hopefully LinuxServer wont make us wait long.