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
Hi, when I load an image with a broken EXIF dictionary, the program throws this error (I think it also reset my config when handling this image because the font size and UI layout changed after restarting).
Traceback (most recent call last):
File "run_gui.py", line 42, in <module>
File "run_gui.py", line 32, in <module>
File "run_gui.py", line 21, in run_gui
File "widgets\main_window.py", line 177, in __init__
File "widgets\main_window.py", line 571, in restore
File "widgets\main_window.py", line 209, in load_directory
File "models\image_list_model.py", line 130, in load_directory
File "exifread\__init__.py", line 147, in process_file
KeyError: 'E'
I'm on Windows, using the latest release (1.25).
The text was updated successfully, but these errors were encountered:
Hi, when I load an image with a broken EXIF dictionary, the program throws this error (I think it also reset my config when handling this image because the font size and UI layout changed after restarting).
This is the image in question: broken_img.zip
I'm on Windows, using the latest release (1.25).
The text was updated successfully, but these errors were encountered: