You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
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
Describe the bug
It cant import IRecvNoDeviceConnectedError from pymobiledevice3 because it doesnt exist.
To Reproduce
Steps to reproduce the behavior:
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)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Test environment
Describe the bug
It cant import IRecvNoDeviceConnectedError from pymobiledevice3 because it doesnt exist.
To Reproduce
Steps to reproduce the behavior:
python -m pylera1n jailbreak -v <iOS Version> --fsboot
Expected behavior
It should jailbreak.
Logs
The text was updated successfully, but these errors were encountered: