mamabun / iphone-dataprotection

Automatically exported from code.google.com/p/iphone-dataprotection
0 stars 0 forks source link

backup_tool.py extraction problems iOS 6 #117

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 hybridhe...@googlemail.com on 20 Sep 2013 at 10:43

GoogleCodeExporter commented 8 years ago
This issue was updated by revision 00aea2688dc8.

Original comment by jean.sig...@gmail.com on 7 Dec 2013 at 3:44

GoogleCodeExporter commented 8 years ago
Just pushed a fix. Thanks for reporting the issue, sorry for the delay.

Original comment by jean.sig...@gmail.com on 7 Dec 2013 at 3:46