codeskyblue / tidevice3

wrapper for pymobiledevice3 to make it more easy to use.
MIT License
149 stars 31 forks source link

t3 tunneld在使用--port指定端口之后,使用其他t3命令时会找不到tunneld服务 #23

Open ZSCharlie opened 1 month ago

ZSCharlie commented 1 month ago

IOS版本:17.4.1 依赖库版本:

tidevice3             0.11.3
pymobiledevice3       4.3.1

开启tunneld服务指定port

t3 tunneld --port 5678
INFO:     Started server process [17208]
INFO:     Waiting for application startup.
INFO:     Application startup complete.
INFO:     Uvicorn running on http://0.0.0.0:5678 (Press CTRL+C to quit)
2024-05-30 15:30:24  pymobiledevice3.cli.remote[26412] INFO tunnel created

运行命令报错

t3 app launch com.google.chrome.ios
Error: Please run `sudo t3 tunneld` first

使用默认5555端口功能正常运作

sam80180 commented 3 weeks ago

Already filed a PR: https://github.com/codeskyblue/tidevice3/pull/27