fix(HTTP Request Tool Node): Respond with an error when receive binary response (#11219)

This commit is contained in:
Eugene
2024-10-11 17:12:03 +02:00
committed by GitHub
parent 8734dc99fc
commit 0d23a7fb5b
5 changed files with 212 additions and 22 deletions

View File

@@ -124,6 +124,7 @@
"@types/cheerio": "^0.22.15",
"@types/html-to-text": "^9.0.1",
"@types/json-schema": "^7.0.15",
"@types/mime-types": "^2.1.0",
"@types/pg": "^8.11.6",
"@types/temp": "^0.9.1",
"n8n-core": "workspace:*"
@@ -171,6 +172,7 @@
"langchain": "0.3.2",
"lodash": "catalog:",
"mammoth": "1.7.2",
"mime-types": "2.1.35",
"n8n-nodes-base": "workspace:*",
"n8n-workflow": "workspace:*",
"openai": "4.63.0",