Hi there,
Today I’ve started getting an error on some scripts I run every hour that outputs multiple times:
Error: connect ETIMEDOUT 52.70.61.144:443
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1106:14)
I’m using the latest version of Node.js Asana package and these scripts haven’t been changed in a few months. The methods I use in one of the scripts are:
- tasks.findByProject
- tasks.findById
- tasks.removeTag
- tasks.addTag
- tasks.removeFollowers
I’m not entirely sure which method has the issue is occurring in as it the above error is all I get. It seems to work half the time on my local machine but on my linux server (Ubuntu 14.04.6 LTS). My local machine is using Node v10.15.1 and the server is using v10.16.0.
Any ideas would be much appreciated.