-
Notifications
You must be signed in to change notification settings - Fork 166
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
Exception in Tkinter callback #1017
Comments
Hello @joecandelas, Thank you very much for reporting this error. I think and hope that the last commit fixed that. Regards. |
Hello @Johann-PLW, Thanks a lot for your reply. Edit. |
Hello @joecandelas, Thank you very much to let me know that the last commit fixed this issue. If you want to analyze an iTunes Backup from a zip or a tar file with iLEAPP, you need to unzip or untar it first as at the moment, only iTunes Backup folders are supported. Regards, |
Hello,
When running 'python3 ileappGUI.py' or 'python3 ileapp.py' I get this error:
Exception in Tkinter callback
Traceback (most recent call last):
File "/usr/lib/python3.12/tkinter/init.py", line 1971, in call
return self.func(*args)
^^^^^^^^^^^^^^^^
File "/home/joe/Tools/iLEAPP/ileappGUI.py", line 511, in
process_button = ttk.Button(bottom_frame, text='Process', command=lambda: process(casedata))
^^^^^^^^^^^^^^^^^
File "/home/joe/Tools/iLEAPP/ileappGUI.py", line 192, in process
crunch_successful = ileapp.crunch_artifacts(
^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/joe/Tools/iLEAPP/ileapp.py", line 453, in crunch_artifacts
report.generate_report(out_params.report_folder_base, run_time_secs, run_time_HMS, extracttype, input_path, casedata, profile_filename, icons)
File "/home/joe/Tools/iLEAPP/scripts/report.py", line 139, in generate_report
create_index_html(reportfolderbase, time_in_secs, time_HMS, extraction_type, image_input_path, nav_list_data, casedata, profile_filename)
File "/home/joe/Tools/iLEAPP/scripts/report.py", line 219, in create_index_html
f = open(os.path.join(reportfolderbase, '_HTML', filename), 'w', encoding='utf8')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/home/joe/Documents/iLEAPP_Reports_2025-01-16_Thursday_130133/_HTML/index.html'
Regards
The text was updated successfully, but these errors were encountered: