Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restarting(1) #23

Open
viajb opened this issue Oct 4, 2023 · 2 comments
Open

Restarting(1) #23

viajb opened this issue Oct 4, 2023 · 2 comments

Comments

@viajb
Copy link

viajb commented Oct 4, 2023

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
Copy link

tchmnkyz commented Oct 8, 2023

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

tchmnkyz pushed a commit to tchmnkyz/ADRFinder that referenced this issue Oct 8, 2023
werkzeug broke things for the time being in Version 3.0.0. Pinned to 2.3.0 while dependencies catch up.
@tchmnkyz
Copy link

tchmnkyz commented Oct 8, 2023

Ok Created a PR to merge the fix in: #24 @ChuckMac @viajb

ChuckMac added a commit that referenced this issue Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants