Copy from workflow without any changes Get information of an image | n8n workflow template
Maybe I’m the only one who made this mistake?
Hey @duttchasel, I am sorry to hear you’re having trouble.
I just gave this a go on my end and the workflow seems to work fine for me though:
Could you confirm the details asked the template coming up when posting a new question here on the forum? Specifically those around your n8n setup:
Information on your n8n setup
- n8n version:
- Database you’re using (default: SQLite):
- Running n8n with the execution process [own(default), main]:
- Running n8n via [Docker, npm, n8n.cloud, desktop app]:
When using docker, could you please also confirm the exact image you are using? If you’re using bare metal (npm or the desktop app), could you confirm the operating system + version you have in use?
n8n:0.175.1
Running n8n via:npm
Database:default
Running process:default
Python:3.7.8
nodejs:v14.18.2
System :Alibaba cloud Linux 3 (Soaring Falcon) is based on Anolis OS 8 and is compatible with CentOS 8 and RHEL 8.
#cat /proc/version:
Linux version 5.10.84-10.2.al8.x86_64 (mockbuild@koji-aliyun011016174077.na61) (gcc (GCC) 10.2.1 20200825 (Alibaba 10.2.1-3 2.32), GNU ld version 2.35-12.2.al8) #1 SMP Thu Feb 10 15:03:09 CST 2022
#uname -a
Linux iZj6cc8miiew8bccpsu40uZ 5.10.84-10.2.al8.x86_64 #1 SMP Thu Feb 10 15:03:09 CST 2022 x86_64 x86_64 x86_64 GNU/Linux
ecosystem.config.js
module.exports = {
apps : [{
name : "n8n",
script: "n8n",
env: {
N8N_HOST:"n8n.xxx.net",
WEBHOOK_URL:"https://n8n.xxx.net"
}
}]
}
Then your system does not have GraphicsMagick installed.
If you install it or run n8n via Docker (all of our Docker images come with GraphicsMagick pre-installed) it will work fine.

