statamic:assets:generate-presets fails #5634
-
Hey there, I have this Problem: We are deploying a Statamic Site via Ploi.io. So far everything works fine, but today the deploy failed due to this deploy-script-command: This is the error from the log:
So, it seems, the conversion is not possible for Is there any command for clearing the cache (of course I did clear the cache, cleared glide, etc) with some command I don't know? Or where could I look for the Any help would be great! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
If you deleted the file, maybe try You could also try installing imagick and changing the setting in However this seems like a bug in the generate-presets command to be honest, it should probably handle this exception and move on. |
Beta Was this translation helpful? Give feedback.
-
Thank you all for your help. I figured it out. Solution below for people with the same issues.
Since I had a lot of images, and couldn't just delete everything, or go through every file. So I use the command line with a relatively simple command to check the "real file type" behind the naming suffix. Then you get a long list, which you can copy to a text editor and search for all unwanted types. This way I got the corrupted files. Maybe it helps someone as well.
Thanks again. Closed! |
Beta Was this translation helpful? Give feedback.
Thank you all for your help. I figured it out. Solution below for people with the same issues.
Since I had a lot of images, and couldn't just delete everything, or go through every file.
So I use the command line with a relatively simple command to check the "real file type" behind the naming suffix. Then you get a long list, which you can copy to a text editor and search for all unwanted types. This way I got the corrupted files. Maybe it helps someone as well.