pymobiledevice3
pymobiledevice3 copied to clipboard
sudo python3 -m pymobiledevice3 remote start-tunnel cost too much time to get result
Test environment
- Host OS version. any
- Target device model and iOS version. iOS 17+
Describe the bug
sudo python3 -m pymobiledevice3 remote start-tunnel command cost 3-5 seconds to get result , so our developers will wait for the result , the interaction is not very friendly, can you optimize it?
Expected behavior A clear and concise description of what you expected to happen.
Logs If applicable, add logs including backtraces for the given error that help explain your problem.
Additional context Add any other context about the problem here.
For community
⬇️ Please click the 👍 reaction instead of leaving a +1 or 👍 comment
I recommend use
sudo python3 -m pymobiledevice3 remote tunneld
run sudo python3 -m pymobiledevice3 remote tunneld show error
INFO: Started server process [83600]
INFO: Waiting for application startup.
INFO: Application startup complete.
ERROR: [Errno 48] error while attempting to bind on address ('127.0.0.1', 5555): address already in use
INFO: Waiting for application shutdown.
2024-01-17 10:28:04 MacBook-Pro.local pymobiledevice3.tunneld[83600] INFO Closing tunneld tasks...
INFO: Application shutdown complete.
looks like this port is already in use on your workstation. please test what is occupying it to make sure it's not another instance of it
Closing due to no activity