You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the tool against iCloud backup extractions from Elcomsoft Phone Breaker, error occurs.
Traceback (most recent call last):
File "C:\Users\Richard\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 196, in run_module_as_main
return run_code(code, main_globals, None,
File "C:\Users\Richard\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 86, in run_code
exec(code, run_globals)
File "C:\Users\Richard\AppData\Local\Programs\Python\Python310\Scripts\triangle_check.exe_main.py", line 7, in
File "C:\Users\Richard\AppData\Local\Programs\Python\Python310\lib\site-packages\triangle_check_main.py", line 29, in main
results = checker.scan_dir(dir, password, ask_password)
File "C:\Users\Richard\AppData\Local\Programs\Python\Python310\lib\site-packages\triangle_check_init.py", line 203, in scan_dir
fs_stat = fs_info['$objects'][1]
KeyError: '$objects'
Output from Elcomsoft is an iTunes backup structure with the requisite Manifest.plist and other files.
The text was updated successfully, but these errors were encountered:
When running the tool against iCloud backup extractions from Elcomsoft Phone Breaker, error occurs.
Traceback (most recent call last):
File "C:\Users\Richard\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 196, in run_module_as_main
return run_code(code, main_globals, None,
File "C:\Users\Richard\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 86, in run_code
exec(code, run_globals)
File "C:\Users\Richard\AppData\Local\Programs\Python\Python310\Scripts\triangle_check.exe_main.py", line 7, in
File "C:\Users\Richard\AppData\Local\Programs\Python\Python310\lib\site-packages\triangle_check_main.py", line 29, in main
results = checker.scan_dir(dir, password, ask_password)
File "C:\Users\Richard\AppData\Local\Programs\Python\Python310\lib\site-packages\triangle_check_init.py", line 203, in scan_dir
fs_stat = fs_info['$objects'][1]
KeyError: '$objects'
Output from Elcomsoft is an iTunes backup structure with the requisite Manifest.plist and other files.
The text was updated successfully, but these errors were encountered: