-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Hello,
Thanks for the seemingly awesome tool, which I'm looking forward to try out... :)
However I'm not able to load the image folder, that's been generated by the M4T. When trying to open the files, the app raises an error saying that a T.raw file is missing (which is true since the folder created by the M4T only contains .JPG-files). Here's the entire error:
Oops. An unexpected error occured:
File "/app/main.py", line 1245, in load_folder_phase1
self.load_folder_phase2()
File "/app/main.py", line 1269, in load_folder_phase2
self.update_img_list()
File "/app/main.py", line 1424, in update_img_list
raise ThermogramError(f"Failed to update image list: {str(e)}") from eThermogramError: Failed to update image list: [Errno 2] No such file or directory: '/images/DCIM/DJI_202509132053_008_grnland-buildins-thermal/IRLab_3/img_th_original/DJI_20250913205528_0001_T.raw'
I'm running the app through a docker container and xQuartz (MAC), but I don't assume that have anything to do with it?