You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
node-red-contrib-twc-covid19-tracker v0.3.0 has been posted to NPM. The new version uses axios instead of got. I've tested on Mac OS X with Node.js v10.x and it works correctly. Closing issue.
Older versions of Node.js have a bug that is causing the got() network request to fail.
See sindresorhus/got#998
I upgraded my Mac to Node.js 10.20.1, but the example flow fails with a different error.
RequestError: connect ECONNREFUSED 127.0.0.1:443
I changed the got() URL from https:// to http:// and it works
This is a temporary work around until I figure out axios
The text was updated successfully, but these errors were encountered: