mikeboers / Flask-Images

On-demand resizing of images for Flask applications.
https://mikeboers.github.io/Flask-Images/
BSD 3-Clause "New" or "Revised" License
81 stars 43 forks source link

Error gets cached forever #18

Closed lovato closed 10 years ago

lovato commented 10 years ago

This URL is being used by my system.

http://imagebox.lovato.geek42.org/imgsizer/remote?w=66&u=https://pbs.twimg.com/profile_images/1475747719/DSC01015_400x400.JPG

Its providing a broken image. But if I go directly to the target URL, it is ok. I faced this a few days ago, and solved by erasing all the /tmp folder.

Can I know which file to erase? Or do you think this can be fixed programatically? I can send you my hole /tmp folder, if needed.

Lovato

mikeboers commented 10 years ago

This was because the extension was case sensitive in one location. I've fixed this and it will be relased under 1.1.5 (along with your other issue).