Closed MrSimsure closed 3 years ago
Thanks for trying out the project! Did you re-run this setup? Maybe flask-socketio is being picky? I can try out something in a few days but if you or someone else gets to it first, it would be good to specify specific version numbers in setup.py. Try using version 4.3.0 for flask-socketio. So running: sudo pip3 install flask-socketio==4.3.0
might solve the issue.
This should be resolved in #39, otherwise please re-open.
Hello, i was trying to make this work, i used to make it run some weeks ago, but now every time i try to connect from the client i get the error message of the title "
code 400, message Bad request version
" then a series of random letters and numbers. Here some info of my setup :polling-xhr.js:268 GET my_raspy_ip:5000/socket.io/?EIO=3&transport=polling&t=NPTfQiO net::ERR_SSL_PROTOCOL_ERROR
What can be causing this error? Something in my setup or a client code problem? Thank.