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

Flask problem #82

Open Soleil-des-chats opened 1 month ago

Soleil-des-chats commented 1 month ago

Hello, i just searched and wasn't hable to find any help, When i run switch-remoteplay i get this error which is obviously Flask...

Traceback (most recent call last): File "/home/theod/switch-remoteplay/server/switchremoteplay/server.py", line 8, in from flask_socketio import SocketIO File "/usr/local/lib/python3.10/dist-packages/flask_socketio/init.py", line 19, in from flask import _request_ctx_stack, has_request_context, json as flask_json ImportError: cannot import name '_request_ctx_stack' from 'flask' (/usr/local/lib/python3.10/dist-packages/flask/init.py)