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

ValueError: zero length field name in format #72

Open
thavidu opened this issue Jan 3, 2016 · 0 comments
Open

ValueError: zero length field name in format #72

thavidu opened this issue Jan 3, 2016 · 0 comments

Comments

@thavidu
Copy link

thavidu commented Jan 3, 2016

When I try to run iloot, I get the following error pretty quickly:
Perhaps apple has changed the protocol or something? Does this script still work?

Output directory : output
Traceback (most recent call last):
  File "iloot.py", line 649, 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)
  File "iloot.py", line 592, in download_backup
    mbsacct = client.get_account()
  File "iloot.py", line 192, in get_account
    return self.mobile_backup_request("GET", MBS[self.dsPrsID](), MBSAccount)
  File "iloot.py", line 135, in __call__
    url = "/{}".format("/".join(self.components))
ValueError: zero length field name in format
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

1 participant