iOSbackup icon indicating copy to clipboard operation
iOSbackup copied to clipboard

I get a StopIteration when running getDeviceList()

Open ddofborg opened this issue 3 years ago • 1 comments

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

ddofborg avatar Dec 19 '22 14:12 ddofborg

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

Andre81 avatar Dec 30 '22 09:12 Andre81