juharris / switch-remoteplay

NOT AN OFFICIAL NINTENDO PRODUCT - Control your Switch remotely (no hacking required)
https://jubuntu.eastus.cloudapp.azure.com/
MIT License
288 stars 18 forks source link

code 400, message Bad request version #34

Closed MrSimsure closed 3 years ago

MrSimsure commented 3 years ago

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 :

What can be causing this error? Something in my setup or a client code problem? Thank.

juharris commented 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.

juharris commented 3 years ago

This should be resolved in #39, otherwise please re-open.