google-metadata-matcher icon indicating copy to clipboard operation
google-metadata-matcher copied to clipboard

image fIle is truncated Error

Open DaveGalas opened this issue 1 year ago • 0 comments

Im runnning on Windows 11 with Python 3.12 installed. I have a particular folder which contains 312 photos (625 including jsons). Some of it went through but the rest pushes out this following unhandled exception and exits the app.

Traceback (most recent call last): File "window.py", line 24, in File "main.py", line 60, in mainProcess File "PIL\Image.py", line 901, in convert File "PIL\ImageFile.py", line 251, in load OSError: image file is truncated (17 bytes not processed)

DaveGalas avatar Nov 24 '23 09:11 DaveGalas