Open Shiroiame-Kusu opened 2 months ago
Same issue here. Did you find any fixes?
It doesn't seem to be a JITStreamer issue itself. Try and regenerate your pairing file.
I just test on both my Windows computer and my Linux server using the same pairing file (generated with Jitstreamer on my Windows machine). My Windows machine successfully enable JIT, whereas the Linux server still had the same error (I can confirm that the pairing file upload successfully).
I just test on both my Windows computer and my Linux server using the same pairing file (generated with Jitstreamer on my Windows machine). My Windows machine successfully enable JIT, whereas the Linux server still had the same error (I can confirm that the pairing file upload successfully).
you might want to try and restart JITStreamer after uploading your pairing file
Thanks for the quick reply. I will test it and report later.
Thanks for the quick reply. I will test it and report later.
Alright
Thanks for the quick reply. I will test it and report later.
Alright
I followed the guide, retried many times, and then,
┌──(root㉿Kusunoki-Laptop)-[~]
└─# JITStreamer
INFO: Started server process [811]
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: Uvicorn running on http://0.0.0.0:49151 (Press CTRL+C to quit)
INFO: 127.0.0.1:36814 - "GET / HTTP/1.1" 200 OK
WARNING:root:No devices returned from get_tunneld_devices().
* Serving Flask app 'JITStreamer'
* Debug mode: off
INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
* Running on all addresses (0.0.0.0)
* Running on http://127.0.0.1:8080
* Running on http://172.21.18.135:8080
INFO:werkzeug:Press CTRL+C to quit
INFO: 127.0.0.1:53054 - "GET /start-tunnel?ip=100.102.116.82&udid=00008130-0018196421C1001C&connection_type=usbmux-tcp HTTP/1.1" 501 Not Implemented
INFO: 127.0.0.1:53070 - "GET / HTTP/1.1" 200 OK
WARNING:root:No devices returned from get_tunneld_devices().
INFO:werkzeug:100.102.116.82 - - [14/Sep/2024 13:30:44] "POST /uploads/ HTTP/1.1" 200 -
INFO:werkzeug:100.102.116.82 - - [14/Sep/2024 13:30:55] "GET /00008130-0018196421C1001C HTTP/1.1" 308 -
INFO: 127.0.0.1:55258 - "GET /start-tunnel?ip=100.102.116.82&udid=00008130-0018196421C1001C&connection_type=usbmux-tcp HTTP/1.1" 501 Not Implemented
INFO: 127.0.0.1:55268 - "GET / HTTP/1.1" 200 OK
WARNING:root:No devices returned from get_tunneld_devices().
INFO:werkzeug:100.102.116.82 - - [14/Sep/2024 13:30:57] "GET /00008130-0018196421C1001C/ HTTP/1.1" 404 -
INFO: 127.0.0.1:55280 - "GET /start-tunnel?ip=100.102.116.82&udid=00008130-0018196421C1001C&connection_type=usbmux-tcp HTTP/1.1" 501 Not Implemented
INFO: 127.0.0.1:55292 - "GET / HTTP/1.1" 200 OK
WARNING:root:No devices returned from get_tunneld_devices().
INFO:werkzeug:100.102.116.82 - - [14/Sep/2024 13:31:00] "GET /00008130-0018196421C1001C/ HTTP/1.1" 404 -
^CINFO: Shutting down
INFO: Waiting for application shutdown.
INFO: Application shutdown complete.
INFO: Finished server process [811]
try and install my pymobiledevice3 fork pip3 install pymobiledevice3@git+https://github.com/stossy11/pymobiledevice3#egg=pymobiledevice3
try and install my pymobiledevice3 fork
pip3 install pymobiledevice3@git+https://github.com/stossy11/pymobiledevice3#egg=pymobiledevice3
Still the same :(
I notice this happens after the Warning about pymobiledevice3 error (shown in image). After this, both SideJITServer and JITStreamer needs to be re-paired, not sure if this is the same for anyone else? Both of them gives DeviceNotFound Error otherwise, and SideJITServer connects to a different IP address.
Actually the same issue, WARNING:root:No devices returned from get_tunneld_devices(). AND 501 Not Implemented while start -tunnel
Actually the same issue, WARNING:root:No devices returned from get_tunneld_devices(). AND 501 Not Implemented while start -tunnel
I use a windows PC and succeed, that's weired.
My 15 pro max with 18.1 beta 4 is working, and after I downgraded 16pm to beta 4 it's still broken so probably 16pm is unsupported now
My 15 pro max with 18.1 beta 4 is working, and after I downgraded 16pm to beta 4 it's still broken so probably 16pm is unsupported now
it's okay you just to need to access http://<jitstreamer_server_ip>:8080/re
after starting the server, and your phone need to be connected to pc every time server starts
Did I miss something?