1Emilis1 / Alpine-JitStreamer

Enable JIT, without a computer!
20 stars 1 forks source link

status code 501 : Server couldn't find device #3

Open e25254 opened 1 day ago

e25254 commented 1 day ago

Hello, thank you for posting this tool, I have followed the readme once, but the error 501 appeared, here is the error message I opened debugger to see, I would like to ask if there is a way to solve it.My device is iphone 16 pro, os version 18.1.

--==Debug Log==--

Cleared tunnels...

File '(Insert UDID here)'.plist received successfully

{"error": {"exception": "GetProhibitedError", "traceback": "Traceback (most recent call last):\n  File \"/root/venv/lib/python3.12/site-packages/pymobiledevice3/tunneld.py\", line 419, in start_tunnel\n    service = CoreDeviceTunnelProxy(create_using_tcp(identifier=udid, hostname=ip, pair_record=pair_record_unwrapped))\n                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/root/venv/lib/python3.12/site-packages/pymobiledevice3/lockdown.py\", line 773, in create_using_tcp\n    client = TcpLockdownClient.create(\n             ^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/root/venv/lib/python3.12/site-packages/pymobiledevice3/lockdown.py\", line 148, in create\n    lockdown_client._handle_autopair(autopair, pair_timeout, private_key=private_key)\n  File \"/root/venv/lib/python3.12/site-packages/pymobiledevice3/lockdown.py\", line 550, in _handle_autopair\n    self.pair(timeout=timeout, private_key=private_key)\n  File \"/root/venv/lib/python3.12/site-packages/pymobiledevice3/lockdown.py\", line 67, in _inner_reconnect_on_remote_close\n    return f(*args, **kwargs)\n           ^^^^^^^^^^^^^^^^^^\n  File \"/root/venv/lib/python3.12/site-packages/pymobiledevice3/lockdown.py\", line 347, in pair\n    self.device_public_key = self.get_value('', 'DevicePublicKey')\n                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/root/venv/lib/python3.12/site-packages/pymobiledevice3/lockdown.py\", line 67, in _inner_reconnect_on_remote_close\n    return f(*args, **kwargs)\n           ^^^^^^^^^^^^^^^^^^\n  File \"/root/venv/lib/python3.12/site-packages/pymobiledevice3/lockdown.py\", line 457, in get_value\n    res = self._request('GetValue', options)\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/root/venv/lib/python3.12/site-packages/pymobiledevice3/lockdown.py\", line 583, in _request\n    raise exception_errors.get(error, LockdownError)(error, self.identifier)\npymobiledevice3.exceptions.GetProhibitedError: GetProhibited\n"}}

{"OK":"Refreshed!"}

{"ERROR":"Invalid path or could not find device!"}

IMG_2994

hexxone commented 13 hours ago

Hi, thanks for the effort as well. I am having the exact same problem with the "501 Not implemented" error message in the console.

I have been trying to get jit to work on-device with my M2 iPad Pro 2022 for 1 day now. It works when I use SideJitServer on PC, but I dont want it to run all the time.

I also tried this project which is quite similar: https://github.com/jawshoeadan/AlpineJitVM But I could not even get it to run ./JitStreamer.sh without an error. After the tailscale connection it would always fail.

It would be awesome if you could let me know if you find a solution ^^ Cheers

1Emilis1 commented 2 hours ago

1st, do not update your device, second, did you turn on iTunes WiFi sync? Sent from my iPhone

On 6 Nov 2024, at 00:35, hexx.one @.***> wrote:



Hi, thanks for the effort as well. I am having the exact same problem with the "501 Not implemented" error message in the console.

I have been trying to get jit to work on-device with my M2 iPad Pro 2022 for 1 day now. It works when I use SideJitServer on PC, but I dont want it to run all the time.

I also tried this project which is quite similar: https://github.com/jawshoeadan/AlpineJitVM But I could not even get it to run ./JitStreamer.sh without an error. After the tailscale connection it would always fail.

It would be awesome if you could let me know if you find a solution ^^ Cheers

— Reply to this email directly, view it on GitHubhttps://github.com/1Emilis1/Alpine-JitStreamer/issues/3#issuecomment-2458275406, or unsubscribehttps://github.com/notifications/unsubscribe-auth/A2UR3VCCF3VZ44MLLZX2R6TZ7FB2RAVCNFSM6AAAAABRFPWPAKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINJYGI3TKNBQGY. You are receiving this because you are subscribed to this thread.Message ID: @.***>

hexxone commented 2 hours ago

1st, do not update your device, second, did you turn on iTunes WiFi sync?

Hi, thanks for the fast response!

Unfortunately, I have already updated to latest iPad OS 18.1 some days ago. But I did the jitterbug-pairing afterwards. And it already worked from the PC as mentioned.

The only thing is, I enabled iTunes WiFi sync AFTER I did the pairing with Jitterbug. Is this maybe a problem an I need to re-pair again ? Also, I cannot log in to ICloud on the PC because the "non-windows-store" version is apparently too old and always say "update to log in" ... but there is no newer version... I hope this is not required to be logged in as well ?

Tyvm!