Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WinError 10053] 你的主机中的软件中止了一个已建立的连接。 #42

Open
handsomenotch opened this issue May 6, 2024 · 0 comments

Comments

@handsomenotch
Copy link

在2024-05-06 22:24:05 LAPTOP-R8DAP7T9 pymobiledevice3.remote.core_device_tunnel_service[22192] INFO Waiting user pairing consent之后出现了以下报错:
Process Process-1:
Traceback (most recent call last):
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.3056.0_x64__qbz5n2kfra8p0\lib\multiprocessing\process.py", line 314, in _bootstrap
self.run()
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.3056.0_x64__qbz5n2kfra8p0\lib\multiprocessing\process.py", line 108, in run
self._target(*self._args, **self._kwargs)
File "C:\Users\notch\Downloads\iOSRealRun-cli-17-main\iOSRealRun-cli-17-main\init\tunnel.py", line 8, in tunnel_proc
asyncio.run(connect.tunnel(server_rsd, queue))
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.3056.0_x64__qbz5n2kfra8p0\lib\asyncio\runners.py", line 44, in run
return loop.run_until_complete(main)
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.3056.0_x64__qbz5n2kfra8p0\lib\asyncio\base_events.py", line 649, in run_until_complete
return future.result()
File "C:\Users\notch\Downloads\iOSRealRun-cli-17-main\iOSRealRun-cli-17-main\driver\connect.py", line 53, in tunnel
async with start_tunnel(rsd, None) as tunnel_result:
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.3056.0_x64__qbz5n2kfra8p0\lib\contextlib.py", line 199, in aenter
return await anext(self.gen)
File "C:\Users\notch\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\pymobiledevice3\remote\core_device_tunnel_service.py", line 752, in start_tunnel
with create_core_device_tunnel_service(service_provider, autopair=True) as service:
File "C:\Users\notch\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\pymobiledevice3\remote\core_device_tunnel_service.py", line 742, in create_core_device_tunnel_service
service.connect(autopair=autopair)
File "C:\Users\notch\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\pymobiledevice3\remote\core_device_tunnel_service.py", line 330, in connect
self._pair()
File "C:\Users\notch\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\pymobiledevice3\remote\core_device_tunnel_service.py", line 444, in _pair
self._verify_proof()
File "C:\Users\notch\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\pymobiledevice3\remote\core_device_tunnel_service.py", line 496, in _verify_proof
response = self._send_receive_pairing_data({
File "C:\Users\notch\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\pymobiledevice3\remote\core_device_tunnel_service.py", line 691, in _send_receive_pairing_data
return self._receive_pairing_data()
File "C:\Users\notch\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\pymobiledevice3\remote\core_device_tunnel_service.py", line 697, in _receive_pairing_data
response = self._receive_plain_response()['event']['_0']
File "C:\Users\notch\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\pymobiledevice3\remote\core_device_tunnel_service.py", line 720, in _receive_plain_response
response = self.service.receive_response()
File "C:\Users\notch\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\pymobiledevice3\remote\remotexpc.py", line 88, in receive_response
frame = self._receive_next_data_frame()
File "C:\Users\notch\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\pymobiledevice3\remote\remotexpc.py", line 150, in _receive_next_data_frame
frame = self._receive_frame()
File "C:\Users\notch\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\pymobiledevice3\remote\remotexpc.py", line 166, in _receive_frame
buf = self._recvall(FRAME_HEADER_SIZE)
File "C:\Users\notch\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\pymobiledevice3\remote\remotexpc.py", line 174, in _recvall
chunk = self.sock.recv(size - len(data))
ConnectionAbortedError: [WinError 10053] 你的主机中的软件中止了一个已建立的连接。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant