nythepegasus / SideJITServer

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

Cannot start the web server #71

Open Tama47 opened 3 weeks ago

Tama47 commented 3 weeks ago
Continue? [y/N]: yes
INFO:     Started server process [15255]
INFO:     Waiting for application startup.
INFO:     Application startup complete.
ERROR:    [Errno 48] error while attempting to bind on address ('127.0.0.1', 49151): address already in use
INFO:     Waiting for application shutdown.
INFO:     Application shutdown complete.
/Users/tama/venv/lib/python3.12/site-packages/pymobiledevice3/utils.py:55: DeprecationWarning: There is no current event loop
  loop = asyncio.get_event_loop()
SRS026 commented 2 weeks ago

Got the exact same error on macOS Sonoma.

Worth mentioning my iPhone has been updated to iOS18 Developer Beta, which may be related.