Mylar won't start after docker image update

Post any problems / bugs / issues that are Mylar-related in here.
Post Reply
Oizo
Posts: 72
Joined: Sat Nov 15, 2014 11:53 am

Mylar won't start after docker image update

Post by Oizo »

When I look into the docker log I can see the following:
2023/12/06 13:31:38 stdout import requests
2023/12/06 13:31:38 stdout File "/app/mylar3/mylar/__init__.py", line 27, in <module>
2023/12/06 13:31:38 stdout import mylar
2023/12/06 13:31:38 stdout File "/app/mylar3/Mylar.py", line 27, in <module>
2023/12/06 13:31:38 stdout Traceback (most recent call last):
2023/12/06 13:31:36 stdout ModuleNotFoundError: No module named 'requests'
2023/12/06 13:31:36 stdout import requests
2023/12/06 13:31:36 stdout File "/app/mylar3/mylar/__init__.py", line 27, in <module>
2023/12/06 13:31:36 stdout import mylar
2023/12/06 13:31:36 stdout File "/app/mylar3/Mylar.py", line 27, in <module>
2023/12/06 13:31:36 stdout Traceback (most recent call last):

And that just keeps repeating as long as the container runs.

How can I fix that?

I am using the linuxserver-mylar31 image
Oizo
Posts: 72
Joined: Sat Nov 15, 2014 11:53 am

Re: Mylar won't start after docker image update

Post by Oizo »

Did a complete reinstall of everything and managed to get it working again
denogginizer
Posts: 7
Joined: Fri Aug 10, 2018 4:21 pm

Re: Mylar won't start after docker image update

Post by denogginizer »

Had the exact same problem, and a complete reinstall did not work. However, if I pulled the image:

Code: Select all

lscr.io/linuxserver/mylar3:nightly
it started working again.
Post Reply