question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Bug] Makes real network requests in Node 10

See original GitHub issue

Works fine in v6/v8: https://travis-ci.org/aaronjameslang/survey-monkey-streams/jobs/387636141

Very slow in v10: https://travis-ci.org/aaronjameslang/survey-monkey-streams/jobs/387636140

Running these tests offline locally gives {"errno":"ENOTFOUND","code":"ENOTFOUND","syscall":"getaddrinfo"}

Don’t have time to fix this rn, hopefully someone else can pick it up, or at least confirm. Thanks for the awesome module!

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:6

github_iconTop GitHub Comments

1reaction
djanowskicommented, Nov 30, 2018

2.4.0 fixes this issue. Thanks for reporting.

1reaction
tamlyncommented, Oct 25, 2018

Node 10 is now LTS. Does anyone have time to dig deeper and resolve this issue? See also #141, #157.

Read more comments on GitHub >

github_iconTop Results From Across the Web

5 ways to make HTTP requests in Node.js - LogRocket Blog
Make HTTP requests in Node.js using the native module as well as npm packages like Axios, Got, SuperAgent, and node-fetch.
Read more >
TypeError: Network Request Failed #971 - mswjs/msw - GitHub
Describe the bug. I received this error whenever there's code error on the handler code. Environment. This unit testing running on Node ......
Read more >
15 Common Error Codes in Node.js and How to Fix Them
1. ECONNRESET ... If this exception occurs when making a request to another server, you should catch it and decide how to handle...
Read more >
Delays in HTTP requests via Node.js compared to browser
I see the delays under higher workloads, simple (low numbers of) requests work fine... So, probably there are some tweaks for the request...
Read more >
Top 10 Most Common Node.js Developer Mistakes - Toptal
In this article, we will take a look at ten common mistakes that developers new to Node.js often make, and how they can...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found