-
Notifications
You must be signed in to change notification settings - Fork 202
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
AttributeError #73
Comments
Add a |
I added "print data" to line 79, line 80, line 379 and 380. |
it should look like this ...
|
Okay, now that's the result: protocolVersion 1.0
|
The issue is that you have not approved the terms and conditions released when iOS 9 was released. Back in October iloot was changed to pretend to be iOS 9 in a vain attempt to get it to fetch iOS 9 backups. Aside from perhaps a recent version of iTunes, I'm not sure anything but signing in on an iOS 9 device can trigger the approval process. You could also roll back the changes made in commit bcc5052 and it would begin working again. |
The MOBILEME_TERMS_OF_SERVICE_UPDATE line made me think of that problem too but i didn't found a solution. I installed the newest iTunes and iCloud but there wasn't an option to accept the new TOS. I now rolled back the changes made in commit bcc5052 and - it's working! Now it stopps after about 5mb with that: Traceback (most recent call last): The backup has a size of 1.81gb. I successfully downloaded it with wondershare dr.fone. |
Hi, I am a total and complete noob when it comes to programming of any kind. I was wondering if you could post the version without the ios9 changes on MEGA or email them to me at [email protected]. It would be greatly appreciated. |
I needed sms.db to restore dialog deleted by accident. On my 5s script worked fine. On wife's 5s it gave MOBILEME_TERMS_OF_SERVICE_UPDATE error. Googling shows that no easy solution. But above link to commit bcc5052 that did the trick. In current script I changed only 3 lines: |
Hi, its my first attempt to use python. Maybe the solution is obvious for someone else.
I'm running Win 10 with Python 2.7.7.
C:\Python27\iloot-master>iloot.py EMAIL PASSWORD
Working with EMAIL PASSWORD
Output directory : output
Traceback (most recent call last):
File "C:\Python27\iloot-master\iloot.py", line 679, in
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 "C:\Python27\iloot-master\iloot.py", line 605, in download_backup
account_settings = plist_request("setup.icloud.com", "POST", "/setup/get_account_settings", "", headers)
File "C:\Python27\iloot-master\iloot.py", line 89, in plist_request
print "{}: {}".format(plist_data.title, plist_data.message)
File "C:\Python27\lib\plistlib.py", line 301, in getattr
raise AttributeError, attr
AttributeError: title
The text was updated successfully, but these errors were encountered: