Error in Edit Image node after upgrade

Just upgraded to 1.64.3 and get the following error ( previously working)

{
  "errorMessage": "Stream yields empty buffer",
  "errorDetails": {},
  "n8nDetails": {
    "n8nVersion": "1.64.3 (Self Hosted)",
    "binaryDataMode": "default",
    "stackTrace": [
      "Error: Stream yields empty buffer",
      "    at Socket.<anonymous> (C:\\Users\\sales\\AppData\\Roaming\\npm\\node_modules\\n8n\\node_modules\\gm\\lib\\command.js:56:21)",
      "    at Socket.emit (node:events:531:35)",
      "    at Socket.emit (node:domain:488:12)",
      "    at endReadableNT (node:internal/streams/readable:1696:12)",
      "    at processTicksAndRejections (node:internal/process/task_queues:82:21)"
    ]
  }
}

I can see the file.

Information on your n8n setup

  • n8n version: 1.64.3
  • **Database (default: SQLite) SQLite
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • **Running n8n via (Docker, npm, n8n cloud, desktop app): Local
  • **Operating system: Win 10

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hey @Steve_Warburton,

Do you have GraphicsMagic installed? Normally we would see that error if n8n is running from npm and the command we use isn’t available.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.