Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

got() fails on Mac OS X with Node.js <= 10.20.1 #2

Closed
johnwalicki opened this issue May 1, 2020 · 2 comments
Closed

got() fails on Mac OS X with Node.js <= 10.20.1 #2

johnwalicki opened this issue May 1, 2020 · 2 comments

Comments

@johnwalicki
Copy link
Member

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

@johnwalicki
Copy link
Member Author

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.

@johnwalicki
Copy link
Member Author

b65582e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant