iphone-dataprotection
iphone-dataprotection copied to clipboard
backup_tool.py extraction problems iOS 6
Hello,
if have a problem with the backup_tool.py on windows 7. I try to extract a iOS
6.1.4 backup.
While extracting the backup, the following error occurs:
Traceback (most recent call last):
File "backup_tool.py", line 78, in <module>
main()
File "backup_tool.py", line 75, in main
extract_backup(backup_path, output_path)
File "backup_tool.py", line 46, in extract_backup
mbdb.extract_backup(output_path)
File "E:\iPhone_Dataprotection\python_scripts\backups\backup4.py
, line 128, in extract_backup
self.extract_file(filename, record, output_path)
File "E:\iPhone_Dataprotection\python_scripts\backups\backup4.py
, line 137, in extract_file
file_data = self.read_file(filename, record)
File "E:\iPhone_Dataprotection\python_scripts\backups\backup4.py
, line 150, in read_file
file_data = f.read()
MemoryError
Is this a windows based error?
Greetings
Original issue reported on code.google.com by [email protected] on 20 Sep 2013 at 10:43
This issue was updated by revision 00aea2688dc8.
Original comment by [email protected] on 7 Dec 2013 at 3:44
Just pushed a fix. Thanks for reporting the issue, sorry for the delay.
Original comment by [email protected] on 7 Dec 2013 at 3:46
- Changed state: Accepted