Got error using flak Flask==2.0.2 #5277
Unanswered
bullet-dev-team
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Come on, do you expect us to have a crystal ball? "it failed" is about as useless as it gets. You need to include error messages, tracebacks, etc. Anyway, a wild guess would be that you did not pin your dependencies and suddenly installed werkzeug 3.0 with an older flask version and/or still use deprecated code that has been removed in the latest major release... |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My application runs fine previously, but starting Sep 30, it failed
I have Flask==2.0.2
gunicorn==20.0.4
Beta Was this translation helpful? Give feedback.
All reactions