NASA Solar Flare workflow, output: error in PostBin node

As a newbie with n8n, I’ve started to create a workflow from: A longer introduction | n8n Docs

all went well until the: Step six: Output data from your workflow, point 9 and 10, adding the expression: {{$json[“classType”]}}
In the previous point 7 I’ve pasted the Postbin ID into Bin ID but in point 8 I needed to configured the data to send to Postbin within the Expression tab and open the full expression editor.
Here, I think I’ve made a mistake as apparently I can’t have booth data in the expression tab: the Bin ID and the expression from point 10 ( {{$json[“classType”]}} ) . After I’ve added booth data, the Bin ID and the expression the error has appeared: :The connection cannot be established, this usually occurs due to an incorrect host (domain) value.
I’ve tried play with it in multiple ways: to leave only one of the 2 expressions either the Bin ID or {{$json[“classType”]}} , or There was a solar flare of class {{$json[“classType”]}} but I’m still getting the same error. I’m stuck and I need your help.

Could you please help me understand and solve this error?

Describe the problem/error/question

What is the error message (if any)?

The connection cannot be established, this usually occurs due to an incorrect host (domain) value.

Please share your workflow

Share the output returned by the last node

{
  "errorMessage": "The connection cannot be established, this usually occurs due to an incorrect host (domain) value",
  "errorDetails": {
    "rawErrorMessage": [
      "getaddrinfo ENOTFOUND www.postb.in",
      "getaddrinfo ENOTFOUND www.postb.in"
    ],
    "httpCode": "none"
  },
  "n8nDetails": {
    "nodeName": "PostBin",
    "nodeType": "n8n-nodes-base.postBin",
    "nodeVersion": 1,
    "resource": "bin",
    "operation": "get",
    "itemIndex": 0,
    "runIndex": 0,
    "time": "8/21/2024, 1:05:02 PM",
    "n8nVersion": "1.54.3 (Cloud)",
    "binaryDataMode": "filesystem",
    "stackTrace": [
      "NodeApiError: The connection cannot be established, this usually occurs due to an incorrect host (domain) value",
      "    at RoutingNode.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/RoutingNode.js:175:23)",
      "    at processTicksAndRejections (node:internal/process/task_queues:95:5)",
      "    at Workflow.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/Workflow.js:779:23)",
      "    at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:673:51",
      "    at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:1104:20"
    ]
  }
}

Item Index

0

Run Index

0

Node type

n8n-nodes-base.postBin

Node version

1 (Latest)

n8n version

1.54.3 (Cloud)

Time

8/21/2024, 1:05:02 PM

Stack trace

NodeApiError: The connection cannot be established, this usually occurs due to an incorrect host (domain) value at RoutingNode.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/RoutingNode.js:175:23) at processTicksAndRejections (node:internal/process/task_queues:95:5) at Workflow.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/Workflow.js:779:23) at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:673:51 at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:1104:20

Information on your n8n setup

  • **n8n version: 1.54.3
  • **Database: SQLite
  • **n8n EXECUTIONS_PROCESS setting: default
  • **Running n8n via: n8n cloud
  • **Operating system: Windows

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:

Hi,
I’ve provided the information in my question, and I also don’t understand why the beginning of my question does not appear in my post.
This is my n8n setup:

  • **n8n version: 1.54.3
  • **Database: SQLite
  • **n8n EXECUTIONS_PROCESS setting: default
  • **Running n8n via: n8n cloud
  • **Operating system: Windows

As a newbie to n8n I wanted to create the following workflow:

This is the first part of my message that wasn’t posted in my first post/question.

hello @ClaudiaOz

Seems an issue with the node. Mine is not working either

@Jon @netroy fyi

This likely related to the DNS configuration on n8n cloud instances. I’ve asked the infrastructure team to have a look.
We’ll update you once this is fixed.

1 Like

Many thanks, netroy!

Hi folks! Sorry for the delay. We have reason to believe some DNS requests would’ve gotten blocked due to a security feature in one of our upstream DNS servers.

We have just deployed an update to the DNS configuration. @ClaudiaOz & @barn4k, would you be able to restart or upgrade your instance from the Admin panel and let us know if this fixes the issue for you?

I was able to get it to by going to the PostBin website and create a bin and get the bin number.
but goes away after a time and i cannot get the postbin node to creat a new bin to get a new bin number

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