ChuckMac / ADRFinder

Self-Hosted, Open Source, Advanced Dining Reservation Notifications for Disney World
Apache License 2.0
37 stars 11 forks source link

Restarting(1) #23

Open viajb opened 11 months ago

viajb commented 11 months ago

Describe the bug Running latest version of ADRFinder 0.2.9.1 on Docker Desktop MAC

container is in a restart loop with the error below:

2023-10-04 09:30:58 Traceback (most recent call last): 2023-10-04 09:30:58 File "/app/./adrfinder.py", line 11, in 2023-10-04 09:30:58 import adrfinder 2023-10-04 09:30:58 File "/app/adrfinder/init.py", line 21, in 2023-10-04 09:30:58 import flask_login 2023-10-04 09:30:58 File "/usr/local/flask_login/init.py", line 12, in 2023-10-04 09:30:58 from .login_manager import LoginManager 2023-10-04 09:30:58 File "/usr/local/flask_login/login_manager.py", line 33, in 2023-10-04 09:30:58 from .utils import _create_identifier 2023-10-04 09:30:58 File "/usr/local/flask_login/utils.py", line 14, in 2023-10-04 09:30:58 from werkzeug.urls import url_decode 2023-10-04 09:30:58 ImportError: cannot import name 'url_decode' from 'werkzeug.urls' (/usr/local/werkzeug/urls.py)

tchmnkyz commented 11 months ago

I was able to find the issue and fix this. I am sending in a PR for this now.

tchmnkyz commented 11 months ago

Ok Created a PR to merge the fix in: https://github.com/ChuckMac/ADRFinder/pull/24 @ChuckMac @viajb