python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
flask-socketio has no attribute 'on'
I keep getting this error with my code:
AttributeError: module 'socketio' has no attribute 'on'
I have uninstalled and reinstalled flask-socketio and it doesn't help. I have also tried python-socketio...
rockets4all
Votes: 0
Answers: 1
How can I emit Flask-SocketIO requests with callbacks that still work after a user rejoins and their sid changes?
Summarize the Problem
I am using Flask-SocketIO for a project and am basically trying to make it so that users can rejoin a room and "pick up where they left off." To be more specific:
The ...
eshapiro42
Votes: 0
Answers: 1
Heroku python backend server is extremely slow compared to the localhost (haar cascade face detector)
I am using Flask as my python backend and html-js-css for the frontend. I am using the socketio to send the live streaming of the client webcam to the server then I process it (with opencv and more li...
Roy Amoyal
Votes: 0
Answers: 0
flask socket io, hide /socket.io route calls
I'm trying to develop an app that uses flask socket-io, but I find that these calls, when I don't want to see them, drown out console messages that I do want to see:
127.0.0.1 - - [29/Mar/2022 15:57:1...
libby
Votes: 0
Answers: 0