Page 1 of 1

Mylar won't start after docker image update

Posted: Wed Dec 06, 2023 12:43 pm
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

Re: Mylar won't start after docker image update

Posted: Thu Dec 07, 2023 3:27 pm
by Oizo
Did a complete reinstall of everything and managed to get it working again

Re: Mylar won't start after docker image update

Posted: Sat Mar 02, 2024 3:33 pm
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.