hackappcom / iloot

OpenSource tool for iCloud backup extraction
https://hackapp.com/
637 stars 201 forks source link

AssertionError #10

Open richud opened 9 years ago

richud commented 9 years ago
    HomeDomain  /media/rich/WD320/iphone/xxxxxxxxxxxxxxxxxxxxxxxxxx/snapshot_1/HomeDomain/Library/Maps/FailedSearches.mapsdata
    HomeDomain  /media/rich/WD320/iphone/xxxxxxxxxxxxxxxxxxxxxxxxxx/snapshot_1/HomeDomain/Library/MusicLibrary/AccountCache.sqlitedb
Traceback (most recent call last):
  File "iloot.py", line 542, in <module>
    download_backup(args.apple_id, args.password, args.output, args.item_types, args.combined, args.itunes_style)
  File "iloot.py", line 512, in download_backup
    client.download(UDID, types)
  File "iloot.py", line 417, in download
    self.authorize_get(authTokens, snapshot)
  File "iloot.py", line 252, in authorize_get
    self.write_file(file, decrypted_chunks, snapshot)
  File "iloot.py", line 317, in write_file
    assert self.kb.uuid == key[:0x10]
AssertionError
tecthai commented 9 years ago

Similar problem:

Traceback (most recent call last):
  File "iloot.py", line 542, in <module>
    download_backup(args.apple_id, args.password, args.output, args.item_types, args.combined,     args.itunes_style)
  File "iloot.py", line 512, in download_backup
    client.download(UDID, types)
  File "iloot.py", line 417, in download
    self.authorize_get(authTokens, snapshot)
  File "iloot.py", line 252, in authorize_get
    self.write_file(file, decrypted_chunks, snapshot)
  File "iloot.py", line 317, in write_file
    assert self.kb.uuid == key[:0x10]
AssertionError
hyde1 commented 9 years ago

Hi, I got the same issue for all voice memos, is there a fix ready?