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.

fetch_url_error: This URL returned a 524 status code

See original GitHub issue

Thanks for the great library, I’ve been using it for years and after upgrading to v3.1.0 I’m running into problems so I had to revert to using v2.0.1

This is the trace that I keep seeing:

      throw er; // Unhandled 'error' event
      ^

fetch_url_error: This URL returned a 524 status code
    at Request.request.get.on (/code/rssalerts/node_modules/rss-feed-emitter/src/Feed.js:128:28)
    at emitOne (events.js:115:13)
    at Request.emit (events.js:210:7)
    at Request.onRequestResponse (/code/rssalerts/node_modules/request/request.js:1066:10)
    at emitOne (events.js:115:13)
    at ClientRequest.emit (events.js:210:7)
    at HTTPParser.parserOnIncomingClient [as onIncoming] (_http_client.js:565:21)
    at HTTPParser.parserOnHeadersComplete (_http_common.js:116:23)
    at Socket.socketOnData (_http_client.js:454:20)
    at emitOne (events.js:115:13)
    at Socket.emit (events.js:210:7)
    at addChunk (_stream_readable.js:266:12)
    at readableAddChunk (_stream_readable.js:253:11)
    at Socket.Readable.push (_stream_readable.js:211:10)
    at TCP.onread (net.js:587:20)

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:17 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
TobiTennocommented, Apr 16, 2020

yeah, so in general, i’d recommend adding a feeder.on('error', () => {}) handler at minimum

0reactions
filipedeschampscommented, Jul 23, 2020

🎉 This issue has been resolved in version 3.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cloudflare throws 524 an error on my server - Stack Overflow
A 524 error states that CloudFlare was able to make a TCP connection to the origin, but the origin did not reply with...
Read more >
Troubleshooting a CloudFlare Gateway Timeout error 524 in a ...
The 524 gateway Timeout Error is a Cloudflare-specific HTTP status code that indicates that the connection to the server has been closed due...
Read more >
Community Tip - Fixing Error 524: A timeout occurred
Error 524 error indicates that Cloudflare made a successful TCP connection to the origin web server, but the origin did not reply with...
Read more >
How to Fix Cloudflare Error 524: A Timeout Error Occurred
Quickly fix the Error 524: A Timeout Error Occurred on WordPress and other hosting platforms. If your browser (Chrome or any other) returns ......
Read more >
How To Fix Cloudflare Error 524: A Timeout Occured - Skynats
It is a Cloudflare-specific HTTP status code. Due to Error 524, you will not be able to load the specific web page you...
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