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
Mylar won't start after docker image update
-
- Posts: 72
- Joined: Sat Nov 15, 2014 11:53 am
Re: Mylar won't start after docker image update
Did a complete reinstall of everything and managed to get it working again
-
- Posts: 7
- Joined: Fri Aug 10, 2018 4:21 pm
Re: Mylar won't start after docker image update
Had the exact same problem, and a complete reinstall did not work. However, if I pulled the image: it started working again.
Code: Select all
lscr.io/linuxserver/mylar3:nightly