pymobiledevice3 icon indicating copy to clipboard operation
pymobiledevice3 copied to clipboard

sudo python3 -m pymobiledevice3 remote start-tunnel error

Open nyz110 opened this issue 1 year ago β€’ 5 comments

Test environment

  • Host OS version. 14.2.1
  • Target device model and iOS version. 17.1.2

Describe the bug run sudo python3 -m pymobiledevice3 remote start-tunnel error occurred

Logs 2024-01-04 18:14:08 MacBook-Pro-4.local pymobiledevice3.remote.module_imports[65431] ERROR Failed to import start_tunnel. Possible reasons are: Please file an issue at: https://github.com/doronz88/pymobiledevice3/issues/new?assignees=&labels=&projects=&template=bug_report.md&title=

Also, please supply with a traceback of the following python line:

from pymobiledevice3.remote.core_device_tunnel_service import start_tunnel

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 04 '24 10:01 nyz110

m2 ζœΊε™¨δΉŸζŠ₯θΏ™δΈͺι”™

liaofei10 avatar Jan 05 '24 06:01 liaofei10

Test environment

  • Host OS version. 14.2.1

  • Target device model and iOS version. 17.1.2

Describe the bug

run sudo python3 -m pymobiledevice3 remote start-tunnel error occurred

Logs

2024-01-04 18:14:08 MacBook-Pro-4.local pymobiledevice3.remote.module_imports[65431] ERROR Failed to import start_tunnel. Possible reasons are:

Please file an issue at:

https://github.com/doronz88/pymobiledevice3/issues/new?assignees=&labels=&projects=&template=bug_report.md&title=

Also, please supply with a traceback of the following python line:

from pymobiledevice3.remote.core_device_tunnel_service import start_tunnel

Additional context

Add any other context about the problem here.

For community

⬇️ Please click the πŸ‘ reaction instead of leaving a +1 or πŸ‘ comment

I faced the same error and finally found that it is a dependency mismatch. You can check whether your local homebrew is x86 version whike pip install is under arm version

ShawnPanxiaoming avatar Jan 06 '24 02:01 ShawnPanxiaoming

Test environment

  • Host OS version. 14.2.1
  • Target device model and iOS version. 17.1.2

Describe the bug run sudo python3 -m pymobiledevice3 remote start-tunnel error occurred Logs 2024-01-04 18:14:08 MacBook-Pro-4.local pymobiledevice3.remote.module_imports[65431] ERROR Failed to import start_tunnel. Possible reasons are: Please file an issue at: https://github.com/doronz88/pymobiledevice3/issues/new?assignees=&labels=&projects=&template=bug_report.md&title= Also, please supply with a traceback of the following python line: from pymobiledevice3.remote.core_device_tunnel_service import start_tunnel Additional context Add any other context about the problem here.

For community

⬇️ Please click the πŸ‘ reaction instead of leaving a +1 or πŸ‘ comment

I faced the same error and finally found that it is a dependency mismatch. You can check whether your local homebrew is x86 version whike pip install is under arm version

emm, maybe ,we upgrade our mac devices from intel to m2. how to fix it ? do fix it?

nyz110 avatar Jan 08 '24 02:01 nyz110

Please run from pymobiledevice3.remote.core_device_tunnel_service import start_tunnel in python console, and see what's output.

codeskyblue avatar Jan 29 '24 02:01 codeskyblue

Please verify with latest version

doronz88 avatar Apr 14 '24 09:04 doronz88