fritzlb / iOS17-JIT-WIN

Enable JIT on iOS 17 using a windows PC
GNU General Public License v3.0
125 stars 4 forks source link

TimeoutError: [WinError 10060] #75

Open hyhcrh opened 1 month ago

hyhcrh commented 1 month ago

python jit_enabler_better.py com.utmapp.UTM.4G354BN73Q True Getting bundle ID... DEBUG mode specified. Got bundle ID: com.utmapp.UTM.4G354BN73Q starting tunnel to device... This might take a while. In case it freezes, either close this window and kill every python process in task manager or simply reboot your PC. Sucessfully created tunnel: fd3f:4505:55c2::1 49434 Manually trying to mount DeveloperDiskImage (this seems to prevent errors on some systems)... 2024-05-24 19:14:55 x pymobiledevice3.cli.mounter[243856] ERROR DeveloperDiskImage already mounted

Diskimage already mounted. Starting app... (b'', b'Traceback (most recent call last):\r\n File "C:\Users\hyhcrh\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 196, in _run_module_as_main\r\n return _run_code(code, main_globals, None,\r\n File "C:\Users\hyhcrh\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 86, in _run_code\r\n exec(code, run_globals)\r\n File "C:\Users\hyhcrh\AppData\Local\Programs\Python\Python310\lib\site-packages\pymobiledevice3\main.py", line 156, in \r\n main()\r\n File "C:\Users\hyhcrh\AppData\Local\Programs\Python\Python310\lib\site-packages\pymobiledevice3\main.py", line 98, in main\r\n cli()\r\n File "C:\Users\hyhcrh\AppData\Local\Programs\Python\Python310\lib\site-packages\click\core.py", line 1157, in call\r\n return self.main(args, *kwargs)\r\n File "C:\Users\hyhcrh\AppData\Local\Programs\Python\Python310\lib\site-packages\click\core.py", line 1078, in main\r\n rv = self.invoke(ctx)\r\n File "C:\Users\hyhcrh\AppData\Local\Programs\Python\Python310\lib\site-packages\click\core.py", line 1688, in invoke\r\n return _process_result(sub_ctx.command.invoke(sub_ctx))\r\n File "C:\Users\hyhcrh\AppData\Local\Programs\Python\Python310\lib\site-packages\click\core.py", line 1688, in invoke\r\n return _process_result(sub_ctx.command.invoke(sub_ctx))\r\n File "C:\Users\hyhcrh\AppData\Local\Programs\Python\Python310\lib\site-packages\click\core.py", line 1686, in invoke\r\n sub_ctx = cmd.make_context(cmd_name, args, parent=ctx)\r\n File "C:\Users\hyhcrh\AppData\Local\Programs\Python\Python310\lib\site-packages\click\core.py", line 943, in make_context\r\n self.parse_args(ctx, args)\r\n File "C:\Users\hyhcrh\AppData\Local\Programs\Python\Python310\lib\site-packages\click\core.py", line 1408, in parse_args\r\n value, args = param.handle_parse_result(ctx, opts, args)\r\n File "C:\Users\hyhcrh\AppData\Local\Programs\Python\Python310\lib\site-packages\pymobiledevice3\cli\cli_common.py", line 53, in handle_parse_result\r\n return super().handle_parse_result(\r\n File "C:\Users\hyhcrh\AppData\Local\Programs\Python\Python310\lib\site-packages\click\core.py", line 2400, in handle_parse_result\r\n value = self.process_value(ctx, value)\r\n File "C:\Users\hyhcrh\AppData\Local\Programs\Python\Python310\lib\site-packages\click\core.py", line 2362, in process_value\r\n value = self.callback(ctx, self, value)\r\n File "C:\Users\hyhcrh\AppData\Local\Programs\Python\Python310\lib\site-packages\pymobiledevice3\cli\cli_common.py", line 249, in rsd\r\n rsd.connect()\r\n File "C:\Users\hyhcrh\AppData\Local\Programs\Python\Python310\lib\site-packages\pymobiledevice3\remote\remote_service_discovery.py", line 50, in connect\r\n self.service.connect()\r\n File "C:\Users\hyhcrh\AppData\Local\Programs\Python\Python310\lib\site-packages\pymobiledevice3\remote\remotexpc.py", line 50, in connect\r\n self.sock = create_connection(self.address)\r\n File "C:\Users\hyhcrh\AppData\Local\Programs\Python\Python310\lib\socket.py", line 845, in create_connection\r\n raise err\r\n File "C:\Users\hyhcrh\AppData\Local\Programs\Python\Python310\lib\socket.py", line 833, in create_connection\r\n sock.connect(sa)\r\nTimeoutError: [WinError 10060] \xd3\xc9\xd3\xda\xc1\xac\xbd\xd3\xb7\xbd\xd4\xda\xd2\xbb\xb6\xce\xca\xb1\xbc\xe4\xba\xf3\xc3\xbb\xd3\xd0\xd5\xfd\xc8\xb7\xb4\xf0\xb8\xb4\xbb\xf2\xc1\xac\xbd\xd3\xb5\xc4\xd6\xf7\xbb\xfa\xc3\xbb\xd3\xd0\xb7\xb4\xd3\xa6\xa3\xac\xc1\xac\xbd\xd3\xb3\xa2\xca\xd4\xca\xa7\xb0\xdc\xa1\xa3\r\n') Unknown error. : ( same as above )

Then the program exited.

Note: This is an another computer.