You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: