danmichaelo / croptool

Tool for cropping images at Wikimedia Commons and other Wikimedia wikis
https://croptool.toolforge.org/
Other
46 stars 23 forks source link

Images larger than 50 mb fail with the info api returning a 404 #215

Open bawolff opened 2 months ago

bawolff commented 2 months ago

For example:

Both of these images are around 50 mb, and both fail in the same way

These evetually make a call to info api endpoint - https://croptool.toolforge.org/api/file/info?site=commons.wikimedia.org&title=Planisph%C3%A8re,+Colonies+fran%C3%A7aises+-+par+P.+Vidal-Lablache...+-+btv1b52514112q+(2+of+2).jpg which after a while returns a 404 error.

sohomdatta1 commented 1 month ago

I believe this is due to ImageMagick resource limits in the heroku container, probably need a update from heroku/Toolforge's end.