fetch_url_error: This URL returned a 524 status code
See original GitHub issueThanks 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:
- Created 3 years ago
- Comments:17 (7 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
yeah, so in general, i’d recommend adding a
feeder.on('error', () => {})
handler at minimum🎉 This issue has been resolved in version 3.2.0 🎉
The release is available on:
Your semantic-release bot 📦🚀