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

manifestMbdbParser UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf5 in position 3: invalid start byte #21

Open
johnfoxii opened this issue Jul 11, 2022 · 1 comment

Comments

@johnfoxii
Copy link

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

@thadude3
Copy link

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.

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

2 participants