slmnio / slmngg-sfc

New SLMN.GG website & server
5 stars 8 forks source link

Image resizer fails with filenames that are too long #177

Closed slmnio closed 1 year ago

slmnio commented 1 year ago

The server will crash if it tries to resize and save an image whose filename will be too long for the filesystem and cause an ENAMETOOLONG error.

I think this is popping up now because the new Airtable attachment URLs have been pushed forwards (#149 #150)

slmnio commented 1 year ago

Fixed by the latest attachment system changes (they're all attXXXXXXXXXX.ext - a set length)