ERROR: UNKNOWN ERROR - check the detailed error for more information

Hi everyone,

I’ve already set up the HTTP request and Write Binary File nodes in case to be able to write a binary file from an image file to the files directory. However, encountered an error with the status rejected: :slight_smile:

What is the error message (if any)?

ERROR: UNKNOWN ERROR - check the detailed error for more information
connect ECONNREFUSED 127.0.0.1:80

Please share your workflow

Information on your n8n setup

  • n8n version: Docker image: n8nio/n8n:latest
  • Database (default: SQLite): not using via docker-compose
  • n8n EXECUTIONS_PROCESS setting (default: own, main): main
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
  • Operating system: Ubuntu 22.04

Hi @organicnz, your screenshot suggests you are using only a filename in the URL field of your HTTP Request node.

For the HTTP Request to work you’d need to specify a valid full URL, so you probably want to use the url field rather coming from Airtable than the filename field which you currently use:

1 Like

Hi @MutedJam. Thanks so much for getting back :blush:

Oops, sorry, I didn’t check that field with the left filename output in it properly after playing with various outputs :sweat_smile:

Well, I’m getting the image data now, but I’m not sure how to set it up properly with Ghost and Facebook nodes. I would also like to add an Instagram node if possible. Do I need to get a binary for that? :slight_smile:

Switching from Make to n8n :slight_smile:

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