pymobiledevice3 icon indicating copy to clipboard operation
pymobiledevice3 copied to clipboard

sudo python3 -m pymobiledevice3 remote start-tunnel cost too much time to get result

Open nyz110 opened this issue 1 year ago • 3 comments

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

nyz110 avatar Jan 16 '24 10:01 nyz110

I recommend use

sudo python3 -m pymobiledevice3 remote tunneld

codeskyblue avatar Jan 16 '24 12:01 codeskyblue

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.

nyz110 avatar Jan 17 '24 02:01 nyz110

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

doronz88 avatar Jan 17 '24 08:01 doronz88

Closing due to no activity

doronz88 avatar Apr 14 '24 08:04 doronz88