Connect ENETUNREACH error in http node

Describe the problem/error/question

For my app, I need to download images from intagram posts. I get the url of the image with a scrapping api, then I use a http request node to download the image.
I now have again an issue that I used to have and was fixed ( Http Request node error : ENETUNREACH )

But it’s been a few weeks it sarted again with the ENETUNREACH error, i havn’t change anything. Currently I am sending around 10 to 20 images in my worklow, I try batching them, split batch them etc… nothing works.

I have the error like once a week, sometimes more often (my workflow runs once a day).

Any idea ? again the IPV4 thing ?

Thanks in advance,

Arnaud

What is the error message (if any)?

connect ENETUNREACH 2600:5801:4003:3:face:b00c:3333:a3f:443 - Local (:::0)

Please share your workflow

Share the output returned by the last node

https://instagram.ftpa1-2.fna.fbcdn.net/v/t51.2885-15/588638752_18086391268983759_1568107091620377302_n.jpg?stp=dst-jpg_e15_tt6&_nc_ht=instagram.ftpa1-2.fna.fbcdn.net&_nc_cat=103&_nc_oc=Q6cZ2QGU_l6fSGWdReW-zY_K2E5OKAIBgYUiOhVB7TxXw1vLeyV0UyCZ3U4R5Bp_T6rQK9x1rNaSrkW-f1T78G3J3lfD&_nc_ohc=5d2vTLjRVAsQ7kNvwF-lC1z&_nc_gid=lxCvdWkSSfy7-znkS3rpCg&edm=APs17CUBAAAA&ccb=7-5&oh=00_AfjhtOm9aYyvTEUHCNrYz1F5xOIGxxo8LiJcJvkJKpYDwg&oe=692A525D&_nc_sid=10d13b

Information on your n8n setup

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

Is it possible to force IPV4 in a cloud n8n ? Can I do it myself ?

Hello @ArnaudG

This link is unreachable

image

It was working when I posted my question. It is just that Instagram changes regularly the adresses of the image. Today the error happened with this adress : “https://instagram.flas1-1.fna.fbcdn.net/v/t51.2885-15/587970946_18391811083177622_2102467621410221579_n.jpg?stp=dst-jpg_e35_p1080x1080_sh0.08_tt6&\_nc_ht=instagram.flas1-1.fna.fbcdn.net&\_nc_cat=102&\_nc_oc=Q6cZ2QFPTGliJK0jPwTkwyLIhfZLq9Kl4w514FKGR27gdL6qvTlPgd3Micma9I54-3uysTbSWFZ06uqcVcuxGQNCaatW&\_nc_ohc=SvJzPrlR-swQ7kNvwGcXQax&\_nc_gid=9vpMmfV_3lVzK7CI-B6YAA&edm=APs17CUBAAAA&ccb=7-5&oh=00_AfixXq79frjo4mx6bAFKHd7BH1RFtHtEsw0F48j7WcvkfA&oe=69337613&\_nc_sid=10d13b”

Which is currently working but probably won’t be in some days. But that is not the issue cause I use the adress right after getting it from Instagram so it is working when it is used by my workflow.

image

Still not working,
And you’re actually right, you already pointed out the issue: Instagram keeps changing the links.

I’m not sure to be honest, If the link is not publicly accessible, then it won’t be reachable in n8n, since the whole point is scraping.

The link is publicly available, I can reach it from my browser (firefox or chrome) at the time I have posted the message. There is only some secondes between when I scrappe the link and when and I download the image, so the problem is not the url. I have tested it many many many many time, I already made a post about it ( Http Request node error : ENETUNREACH ). If you want we make a live conversation and I show you in live that the links when I use them in my workflow are reachable. Please if you can look into an other issue.

Other example :

https://instagram.flas1-1.fna.fbcdn.net/v/t51.2885-15/587970946_18391811083177622_2102467621410221579_n.jpg?stp=dst-jpg_e35_p1080x1080_sh0.08_tt6&\_nc_ht=instagram.flas1-1.fna.fbcdn.net&\_nc_cat=102&\_nc_oc=Q6cZ2QFPTGliJK0jPwTkwyLIhfZLq9Kl4w514FKGR27gdL6qvTlPgd3Micma9I54-3uysTbSWFZ06uqcVcuxGQNCaatW&\_nc_ohc=SvJzPrlR-swQ7kNvwGcXQax&\_nc_gid=9vpMmfV_3lVzK7CI-B6YAA&edm=APs17CUBAAAA&ccb=7-5&oh=00_AfixXq79frjo4mx6bAFKHd7BH1RFtHtEsw0F48j7WcvkfA&oe=69337613&\_nc_sid=10d13b

I have copied the image from my browser.

Could someone check that my environnement is still cofigured to force IPv4 connection ?

Thanks in advance