Skip to content

出现ConnectionError报错,报错代码如下,有佬能看看怎么解决吗? #83

@rrbp

Description

@rrbp

PS C:\WINDOWS\system32> cd G:\iOSRealRun-cli-17-main
PS G:\iOSRealRun-cli-17-main> python main.py
Your system version is 18.3.1
2025-02-25 22:15:16 RR main[43604] INFO init done
2025-02-25 22:15:16 RR main[43604] INFO starting tunnel
2025-02-25 22:15:20 RR pymobiledevice3.remote.core_device_tunnel_service[44896] INFO Waiting user pairing consent
Process Process-1:
Traceback (most recent call last):
File "G:\python3.9\lib\multiprocessing\process.py", line 315, in _bootstrap
self.run()
File "G:\python3.9\lib\multiprocessing\process.py", line 108, in run
self._target(*self._args, **self._kwargs)
File "G:\iOSRealRun-cli-17-main\init\tunnel.py", line 8, in tunnel_proc
asyncio.run(connect.tunnel(server_rsd, queue))
File "G:\python3.9\lib\asyncio\runners.py", line 44, in run
return loop.run_until_complete(main)
File "G:\python3.9\lib\asyncio\base_events.py", line 642, in run_until_complete
return future.result()
File "G:\iOSRealRun-cli-17-main\driver\connect.py", line 53, in tunnel
async with start_tunnel(rsd, None) as tunnel_result:
File "G:\python3.9\lib\contextlib.py", line 181, in aenter
return await self.gen.anext()
File "G:\python3.9\lib\site-packages\pymobiledevice3\remote\core_device_tunnel_service.py", line 754, in start_tunnel
async with service.start_quic_tunnel(
File "G:\python3.9\lib\contextlib.py", line 181, in aenter
return await self.gen.anext()
File "G:\python3.9\lib\site-packages\pymobiledevice3\remote\core_device_tunnel_service.py", line 376, in start_quic_tunnel
async with aioquic_connect(
File "G:\python3.9\lib\contextlib.py", line 181, in aenter
return await self.gen.anext()
File "G:\python3.9\lib\site-packages\qh3\asyncio\client.py", line 97, in connect
await protocol.wait_connected()
File "G:\python3.9\lib\site-packages\qh3\asyncio\protocol.py", line 127, in wait_connected
await asyncio.shield(self._connected_waiter)
ConnectionError

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions