Casvt / MIND

A simple self hosted reminder application that can send push notifications to your device. Set the reminder and forget about it!
https://casvt.github.io/MIND/
GNU General Public License v3.0
201 stars 10 forks source link

Docker contrainer won't start after upgrading to v1.4.0 #73

Closed dhanadhan closed 5 months ago

dhanadhan commented 5 months ago

Description of the bug Watchtower automatically upgraded the Mind v1.4.0 container and it's been down since. It was working fine before. I read the new version notes, but it doesn't say to update anything. So I assume simply upgrading the docker container would work.

Logs

[22:57:02][INFO] Starting up MIND Traceback (most recent call last): File "/app/MIND.py", line 65, in MIND() File "/app/MIND.py", line 44, in MIND setup_db() File "/app/backend/db.py", line 395, in setup_db set_log_level(get_setting('log_level'), clear_file=False) File "/app/backend/logging.py", line 122, in set_log_level LOGGER.setLevel(level) File "/usr/local/lib/python3.8/logging/init.py", line 1421, in setLevel self.level = _checkLevel(level) File "/usr/local/lib/python3.8/logging/init.py", line 198, in _checkLevel raise ValueError("Unknown level: %r" % level) ValueError: Unknown level: '20'

Version info

Additional context I stopped getting reminders since yesterday. I just noticed that there is a new version out and my container has not been running since the upgrade. I can't even get to the web page since the container won't start.

ichbinrodolf commented 5 months ago

Same issue here, seems upgrade to v1.4.0 is the cause indeed

Casvt commented 5 months ago

Fixed. Just re-pull the latest image (v1.4.0) and it should work