Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

出现pymobiledevice3.exceptions.NoDeviceConnectedError后,无法使用Ctrl+C结束,只能关闭窗口 #82

Open
bushnerd opened this issue Dec 23, 2024 · 0 comments

Comments

@bushnerd
Copy link

Administrator in D:\github\iOSRealRun-cli-17 on  main via 🐍 v3.11.11 via 🅒 iOSRealRun  took 2s
❯ python .\main.py
Your system version is 17.0.2
2024-12-23 15:44:17 p14 __main__[14284] INFO init done
2024-12-23 15:44:17 p14 __main__[14284] INFO starting tunnel
Process Process-1:
Traceback (most recent call last):
  File "D:\scoop\apps\anaconda3\current\App\envs\iOSRealRun\Lib\multiprocessing\process.py", line 314, in _bootstrap
    self.run()
  File "D:\scoop\apps\anaconda3\current\App\envs\iOSRealRun\Lib\multiprocessing\process.py", line 108, in run
    self._target(*self._args, **self._kwargs)
  File "D:\github\iOSRealRun-cli-17\init\tunnel.py", line 7, in tunnel_proc
    server_rsd = connect.get_serverrsd()
                 ^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\github\iOSRealRun-cli-17\driver\connect.py", line 49, in get_serverrsd
    return select_device(None)
           ^^^^^^^^^^^^^^^^^^^
  File "D:\scoop\apps\anaconda3\current\App\envs\iOSRealRun\Lib\site-packages\pymobiledevice3\cli\remote.py", line 159, in select_device
    raise NoDeviceConnectedError()
pymobiledevice3.exceptions.NoDeviceConnectedError

出现以上问题后,无法使用Ctrl+C结束,只能关闭窗口。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant