How to integrate Admin UI? #2021
-
Hello, I want to integrate Socketio Admin UI to our flask socketio app. Since it is not mentioned in the flask socketio docs, I look at the python-socketio and found this,
I try to access the server in our app
But it gives the error |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Note that I haven't done the integration work on Flask-SocketIO yet, so at this point I really cannot offer support. That said, I'm not really sure why the |
Beta Was this translation helpful? Give feedback.
Note that I haven't done the integration work on Flask-SocketIO yet, so at this point I really cannot offer support. That said, I'm not really sure why the
instrument()
method is not available. Are you sure you have the latest python-socketio package?