WebSocket transport not available - Error in run method #1936
Unanswered
itsomkathe
asked this question in
Q&A
Replies: 2 comments 4 replies
-
Have you considered accepting the advice the error message is giving you and switching to a production web server? Because this error message is not supposed to be ignored, it is supposed to make you realize that maybe you are making a mistake. If you insist that you want to use Werkzeug for this use case, then my guess is that the mistake is in how you are running the server, so please share your code. |
Beta Was this translation helpful? Give feedback.
4 replies
-
From the error message: |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hello,
I'm trying to run the project. I'm using docker for this. When it tries to run the
server.py
, I get the following errorWhile I tried passing the
allow_unsafe_werkzeug=True
intorun
method, the error still persists.I'm using
Flask-SocketIO v5.3.2
I installed the
simple-websocket
, but still no success. Do I need to usesimple-websocket
instead offlask_socketio
?Please suggest some solution. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions