We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I run convert on some images I get this error: convert: UnableToOpenConfigureFile `colors.xml' @ warning/configure.c/GetConfigureOptions/616.
I don't use other buildpacks
The text was updated successfully, but these errors were encountered:
Command failed: convert: UnableToOpenConfigureFile colors.xml' @ warning/configure.c/GetConfigureOptions/722. convert: UnableToOpenBlob 'undefined': No such file or directory @ error/blob.c/OpenBlob/3570. convert: UnableToOpenConfigureFile delegates.xml' @ warning/configure.c/GetConfigureOptions/722. convert: UnableToOpenBlob 'undefined': No such file or directory @ error/blob.c/OpenBlob/3570. convert: NoDecodeDelegateForThisImageFormat ' @ error/constitute.c/ReadImage/741. convert: ImageSequenceRequired -composite' @ error/mogrify.c/MogrifyImageList/7995. convert: UnableToOpenBlob 'undefined': No such file or directory @ error/blob.c/OpenBlob/3570. convert: NoDecodeDelegateForThisImageFormat ' @ error/constitute.c/ReadImage/741. convert: UnableToOpenBlob 'undefined': No such file or directory @ error/blob.c/OpenBlob/3570. convert: NoDecodeDelegateForThisImageFormat ' @ error/constitute.c/ReadImage/741. convert: UnableToOpenBlob 'undefined': No such file or directory @ error/blob.c/OpenBlob/3570. convert: NoDecodeDelegateForThisImageFormat ' @ error/constitute.c/ReadImage/741. convert: NoImagesDefined 3f213882-cac5-4496-a375-8eb8b6b0031e-artworks.png' @ error/convert.c/ConvertImageCommand/3342.
colors.xml' @ warning/configure.c/GetConfigureOptions/722. convert: UnableToOpenBlob 'undefined': No such file or directory @ error/blob.c/OpenBlob/3570. convert: UnableToOpenConfigureFile
' @ error/constitute.c/ReadImage/741. convert: ImageSequenceRequired
' @ error/constitute.c/ReadImage/741. convert: UnableToOpenBlob 'undefined': No such file or directory @ error/blob.c/OpenBlob/3570. convert: NoDecodeDelegateForThisImageFormat
' @ error/constitute.c/ReadImage/741. convert: NoImagesDefined
Sorry, something went wrong.
Hi,
I faced maybe something similar and found a hotfix.
In Heroku I added env variable MAGICK_CONFIGURE_PATH and set it to /app/vendor/imagemagick
MAGICK_CONFIGURE_PATH
/app/vendor/imagemagick
You need to double check where imagemagick was installed. I used just regular console heroku run bash -a your-app
heroku run bash -a your-app
No branches or pull requests
When I run convert on some images I get this error:
convert: UnableToOpenConfigureFile `colors.xml' @ warning/configure.c/GetConfigureOptions/616.
I don't use other buildpacks
The text was updated successfully, but these errors were encountered: