newfs / gobotany-app

Deployable code for the Go Botany application
9 stars 8 forks source link

Images sometimes fail to upload #777

Closed jnga closed 2 years ago

jnga commented 2 years ago

Sometimes images fail to upload when trying to submit them using Ask the Botanist. Looking into these errors, an exception is being thrown: "Exception Value: 'IFDRational' object is not subscriptable".

jnga commented 2 years ago

Evidently the cause is a change to the way the Pillow image processing library returns EXIF coordinates data (https://stackoverflow.com/questions/64405326).