UserWarning: The name 'vnc_bp' is already registered for this blueprint. Use 'name=' to provide a unique name. This will become an error in Flask 2.1. #4669
Unanswered
nmz787-intel
asked this question in
Q&A
Replies: 2 comments 1 reply
-
The blueprints are being registered through this websocket middleware: |
Beta Was this translation helpful? Give feedback.
0 replies
-
I can't reproduce this issue with the information provided. I'd look at what |
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.
-
I have added a print statement inside
flask.blueprints.register
and I only see one printout for my "vnc_bp"... yet I still get this error. I've had to retain an older version that still just warns, rather than raises.Beta Was this translation helpful? Give feedback.
All reactions