hackappcom / iloot

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

KeyError: 'com.apple.Dataclass.Backup' #76

Open mdPlusPlus opened 8 years ago

mdPlusPlus commented 8 years ago

python iloot.py %APPLEID% %PASSWORD%

Working with %APPLEID% : %PASSWORD%
Output directory : output
Traceback (most recent call last):
  File "iloot.py", line 679, in <module>
    download_backup(args.apple_id, args.password, args.output, args.item_types, args.snapshot, args.combined, args.itunes_style, args.domain, args.threads, args.keep_existing)
  File "iloot.py", line 607, in download_backup
    client = MobileBackupClient(account_settings, dsPrsID, auth, output_folder)
  File "iloot.py", line 161, in __init__
    mobilebackup_url = account_settings["com.apple.mobileme"]["com.apple.Dataclass.Backup"]["url"]
KeyError: 'com.apple.Dataclass.Backup'

What exactly does this mean?

alias34 commented 8 years ago

same issue happen to me

tfranovic commented 8 years ago

I've seen this happen when the account doesn't have any backups present or the account expired (Apple is asking you to update your security questions when you try to login to iCloud).