nythepegasus / SideJITServer

A JIT enabler for iOS 17 with a Windows/macOS computer on the same WiFi!
GNU General Public License v3.0
371 stars 30 forks source link

wrong uvicorn address? #121

Open frootloop88 opened 3 weeks ago

frootloop88 commented 3 weeks ago

it says INFO: Uvicorn running on http://127.0.0.1:49151

but shouldn't it show my local IP address? What can I do?

it doesn't go any further than this:

INFO: Started server process [770] INFO: Waiting for application startup. INFO: Application startup complete. INFO: Uvicorn running on http://127.0.0.1:49151 (Press CTRL+C to quit)

frootloop88 commented 3 weeks ago

I completely wiped my Mac and iPhone to latest official versions and it still stuck there

frootloop88 commented 3 weeks ago

If I only useSideJITServer it seems to run the server but when I press the shortcut I get "device not found" and if I use it with SideJITServer --pair its just stuck

itzTheMeow commented 3 weeks ago

i'm using this same issue, stuck on the UDID step

thelocalmangaka commented 3 weeks ago

Same issue here I tried finding my local ip Address with "About this Mac -> More Info -> Network -> (Details...) *next to your wifi

And then for the port, in terminal I tried: sudo lsof -i -n -P | grep TCP and i see a python process running on the bottom--it's actually the same port shown in your text above: "INFO: Started server process [770]"

...but this didn't work either. Request would time out on SideJit.

frootloop88 commented 3 weeks ago

Got it to work with sudo SideJITServer —pair

ileeric commented 1 week ago

Same error here

ThatKoza commented 1 week ago

same issue

ThatSirWaffles commented 4 days ago

Got it to work with sudo SideJITServer —pair

This seems to be working fine on mac! You can then do the rest as the documentation states. You can grab your local IP from your internet settings, then get your UDID from 192.168.x.x:8080, and use that same address with port 8080 in the shortcut.