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

I get a StopIteration when running getDeviceList() #27

Open
ddofborg opened this issue Dec 19, 2022 · 1 comment
Open

I get a StopIteration when running getDeviceList() #27

ddofborg opened this issue Dec 19, 2022 · 1 comment

Comments

@ddofborg
Copy link

ddofborg commented Dec 19, 2022

I get a StopIteration when running getDeviceList(). I am on MacOS Ventura. Any ideas?

>>> from iOSbackup import iOSbackup
>>> iOSbackup.getDeviceList()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/iphone_backup_extract/venv/lib/python3.8/site-packages/iOSbackup/__init__.py", line 374, in getDeviceList
    (_, dirnames, _)=next(os.walk(root))
StopIteration
@Andre81
Copy link

Andre81 commented Dec 30, 2022

I have the same problem with OSX Ventura 13.1.
You can resolve by setting permission to access the whole disk to terminal app

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

2 participants