-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Describe the bug
I can't get a connection to the VSCode extension using the bridge feature. The app is stuck on the "connecting..." state.
I confirm that the server side on the VSCode is running as I executed the command "Open Jellycuts Bridge". I also confirm that my phone is able to reach the computer, as when I introduce the server address and port (http://computerip:8080/) on safari I get a response from the server with the HTTP Status 426 and the text "Upgrade required".
To Reproduce
Steps to reproduce the behavior:
- Run the "Open Jellycuts Bridge" command on VSCode
- Go to Jellycuts app and open the "Jellycuts Bridge" Tool
- Create a new connection with using the computer ip as "Server Address" (ex: 192.168.1.24)
- Try to connect to the fresh created connection.
Expected behavior
Connection successful between VSCode extension and Jellycuts app
Information
- Device: iPhone 13
- OS: iOS 17.5.1
- Jellycuts Version 2.2(2)
- Jailbroken? No
Additional context
I search the web for any kind of documentation or guide to get this to work, but found nothing.
I'm using the plain IP address of my computer as "Server Address". Also tried to add the socket (x.x.x.x:8080), but got "invalid url" message.