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

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

Open
mdPlusPlus opened this issue Feb 11, 2016 · 2 comments
Open

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

mdPlusPlus opened this issue Feb 11, 2016 · 2 comments

Comments

@mdPlusPlus
Copy link

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
Copy link

alias34 commented Apr 14, 2016

same issue happen to me

@tfranovic
Copy link

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).

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

3 participants