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
When starting in proxy-over-adb, a request to ws://localhost:8000/?action=proxy-adb&remote=tcp%3A8886&udid=XXX is sent, the server responds with a 101 and the websocket is established.
No more communication happens on the websocket, and the frontend is blank. From what I can tell from digging through the client code, it's waiting for an initial message, but I can't figure out why the server isn't sending anything.
Things like shell, devtools and list_files work, with shell sending an opening message to trigger the server to respond.
The text was updated successfully, but these errors were encountered:
When starting in proxy-over-adb, a request to
ws://localhost:8000/?action=proxy-adb&remote=tcp%3A8886&udid=XXX
is sent, the server responds with a 101 and the websocket is established.No more communication happens on the websocket, and the frontend is blank. From what I can tell from digging through the client code, it's waiting for an initial message, but I can't figure out why the server isn't sending anything.
Things like
shell
,devtools
andlist_files
work, withshell
sending an opening message to trigger the server to respond.The text was updated successfully, but these errors were encountered: