Replies: 1 comment
-
Maybe you clicked the don't trust option? Try to remove paired device history |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
While executing the command:
sudo python3 -m pymobiledevice3 remote start-tunnel
the script fails with:I modified the script code (
core_device_tunnel_service.py
) to print the result ofdata
:and it contains:
{EnumIntegerString.new(7, 'ERROR'): b'\x03', EnumIntegerString.new(8, 'RETRY_DELAY'): b"\x08'", EnumIntegerString.new(6, 'STATE'): b'\x02'}
while
pairingData
contains:{'pairingData': {'_0': {'kind': 'setupManualPairing', 'data': b'\x07\x01\x03\x08\x02| \x06\x01\x02', 'startNewSession': False}}}
What could be the issue?
Beta Was this translation helpful? Give feedback.
All reactions