You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed n8n using the Proxmox VE Helper-Script. When attempting to use the "Edit Image" node within n8n workflows, the execution fails with an error indicating that the gm binary is missing.
It seems the graphicsmagick package is not included in the default installation script, which is required for n8n's image processing nodes.
Error Message
Could not execute GraphicsMagick/ImageMagick: gm "identify" "-ping" "-verbose" "-" this most likely means the gm/convert binaries can't be found
Solution / Workaround
I was able to fix this manually by entering the LXC console and running:
apt-get update
apt-get install -y graphicsmagick
After installing the package and restarting n8n, the "Edit Image" node works correctly.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Script
n8n LXC
Issue Description
I installed n8n using the Proxmox VE Helper-Script. When attempting to use the "Edit Image" node within n8n workflows, the execution fails with an error indicating that the
gmbinary is missing.It seems the
graphicsmagickpackage is not included in the default installation script, which is required for n8n's image processing nodes.Error Message
Solution / Workaround
I was able to fix this manually by entering the LXC console and running:
After installing the package and restarting n8n, the "Edit Image" node works correctly.
Beta Was this translation helpful? Give feedback.
All reactions