Mylar on UNRAID will not start

Post any problems / bugs / issues that are Mylar-related in here.
Post Reply
kingfenix
Posts: 24
Joined: Wed Sep 25, 2013 2:00 pm

Mylar on UNRAID will not start

Post 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
User avatar
evilhero
Site Admin
Posts: 2883
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: Mylar on UNRAID will not start

Post 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.
kingfenix
Posts: 24
Joined: Wed Sep 25, 2013 2:00 pm

Re: Mylar on UNRAID will not start

Post 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.
Post Reply