-
-
Notifications
You must be signed in to change notification settings - Fork 957
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
I see such error on request "connect ECONNREFUSED 127.0.0.1:443" #1039
Comments
I have the exact same thing but I don't use puppeteer neither https-proxy-agent... |
I got the same error even without
|
Seeing same issue with got 10.2.2. |
I found a thing. Look if like me you are using in your entire repo a version of node-agent-base < 5 with |
this is my dependencies in
|
I see this issue in 10.3.0 when I run a suite of Mocha tests using Got on Jenkins (node:12.10.0-slim Docker image), but not when I run them on my machine (Ubuntu 18.04) directly, outside of Docker. At first I thought maybe Docker configs were to blame, but nothing in the configs explain the behavior. An older version of these tests using Got 9.6.0 works fine on my machine and in Jenkins. |
Update: Since I'm also using the New Relic JS client, I have
So not being on Forcing my local runs to use New Relic resulted in the same issue, and forcing New Relic to use This seems to be a known interplay according to this New Relic Node client issue: |
Puppeteer fixed it in |
Would just like to add that I've run into this issue now as well since updating from I see from other issues this is not something you feel the need to resolve from your side, and I respect that. Just thought you should know this is making newer versions a non-starter for me and probably many others. |
Modern problems require modern solutions. The other libraries use Node.js legacy code and sometimes aren't compatible with newer APIs, so the saying doesn't apply here :( |
I'm facing this same issue in my project when trying to run a get request on a url npm ls agent-base |
Seeing the same! I think this should be reopened @szmarczak -
The second I installed Have to remove got now as it's incompatible with the rest of the stack. |
It should not be reopened, this is not a Got issue! |
Describe the bug
I run
puppeteer
and after it launch useGOT
to send some requestActual behavior
Expected behavior
The request will be sent
Code to reproduce
I create an example repository https://github.com/CrispusDH/puppeteer-got
Here is the single file from it:
Notes:
UPDATE:
I got the same error even just with only
AVA
andGOT
Checklist
The text was updated successfully, but these errors were encountered: