Node.js local deployment n8n calls Telegram robot and encounters network error
The connection timed out, consider setting the ‘Retry on Fail’ option in the node settings
connect ETIMEDOUT 199.16.156.40:443
connect ETIMEDOUT 199.16.156.40:443
The service refused the connection - perhaps it is offline
connect ECONNREFUSED 130.211.15.150:443
connect ECONNREFUSED 130.211.15.150:443
1 Like
Hi @ke_li,
I would recommend checking your network setting, checking curl -v https://api.telegram.org
or even, allowing firewall rules, I prefer to just use dockers as mostly everything is configured correctly, and avoids any local env issue.
Hope this helps,
Samuel