damonlynch / rapid-photo-downloader

Rapid Photo Downloader is the leading photo and video downloader for the Linux desktop.
https://damonlynch.net/rapid
GNU General Public License v3.0
109 stars 29 forks source link

feat: Add attribute error logging for failed Qt loading #176

Closed damonlynch closed 3 months ago

damonlynch commented 3 months ago

This commit adds attribute error logging when attempting to load an image using pyheif, specifically when Pillow is unable to load Qt. The error message will only be repeated once for each process name. This change helps in better error handling and debugging.