Skip to content

I get a StopIteration when running getDeviceList() #27

@ddofborg

Description

@ddofborg

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions