We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
iTunes_Backup_Reader.exe VERSION 4.0
Tried changing
`.decode("utf-8","ignore")
_Reader-master\Oct-09-2017-800pm\KeyboardDomain 07-11 00:03 root DEBUG Successfully created path Traceback (most recent call last): File "iTunes_Backup_Reader.py", line 211, in main() File "iTunes_Backup_Reader.py", line 161, in main recreator.startRecreate(input_dir, output_dir, password, 0, logger) File "helpers\recreator.py", line 79, in startRecreate manifestMbdbParser.mbdbParser(manifest_mbdb_path, input_dir, output_dir, logger) File "helpers\manifestMbdbParser.py", line 53, in mbdbParser path = (record.Path.String).decode("utf-8") UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf5 in position 3: invalid start byte [12648] Failed to execute script iTunes_Backup_Reader
The text was updated successfully, but these errors were encountered:
try using decode('ISO-8859-1') , that allowed me to decode but ended up with some wonky file names which failed to create the directories.
Sorry, something went wrong.
No branches or pull requests
iTunes_Backup_Reader.exe VERSION 4.0
Tried changing
`.decode("utf-8","ignore")
_Reader-master\Oct-09-2017-800pm\KeyboardDomain
07-11 00:03 root DEBUG Successfully created path
Traceback (most recent call last):
File "iTunes_Backup_Reader.py", line 211, in
main()
File "iTunes_Backup_Reader.py", line 161, in main
recreator.startRecreate(input_dir, output_dir, password, 0, logger)
File "helpers\recreator.py", line 79, in startRecreate
manifestMbdbParser.mbdbParser(manifest_mbdb_path, input_dir, output_dir, logger)
File "helpers\manifestMbdbParser.py", line 53, in mbdbParser
path = (record.Path.String).decode("utf-8")
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf5 in position 3: invalid start byte
[12648] Failed to execute script iTunes_Backup_Reader
The text was updated successfully, but these errors were encountered: