Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

ImportError: cannot import name 'IRecvNoDeviceConnectedError' from 'pymobiledevice3.exceptions' (C:\Users\User\AppData\Local\Programs\Python\Python310\lib\site-packages\pymobiledevice3\exceptions.py) #10

Open
BlueSchnabeltier opened this issue Feb 10, 2023 · 0 comments

Comments

@BlueSchnabeltier
Copy link

Test environment

  • Windows
  • iPhone SE 1. Gen (but that doesnt matter)

Describe the bug
It cant import IRecvNoDeviceConnectedError from pymobiledevice3 because it doesnt exist.

To Reproduce
Steps to reproduce the behavior:

  1. Run python -m pylera1n jailbreak -v <iOS Version> --fsboot

Expected behavior
It should jailbreak.

Logs

Traceback (most recent call last):
  File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 196, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 86, in _run_code
    exec(code, run_globals)
  File "C:\Users\User\Downloads\pylera1n-1.2.1\pylera1n\__main__.py", line 8, in <module>
    from pylera1n.pylera1n import Pylera1n, wait_device_ssh
  File "C:\Users\User\Downloads\pylera1n-1.2.1\pylera1n\pylera1n.py", line 24, in <module>
    from pymobiledevice3.exceptions import NoDeviceConnectedError, IRecvNoDeviceConnectedError, ConnectionFailedError
ImportError: cannot import name 'IRecvNoDeviceConnectedError' from 'pymobiledevice3.exceptions' (C:\Users\User\AppData\Local\Programs\Python\Python310\lib\site-packages\pymobiledevice3\exceptions.py)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant