You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: Cannot read property 'length' of undefined
at t.default in rss-to-json/dist/index.js — line 1
The RSS feed is, at the time of posting, returning:
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title><![CDATA[Amazon API Gateway (London) Service Status]]></title>
<link>http://status.aws.amazon.com/</link>
<language>en-us</language>
<lastBuildDate>Fri, 17 Dec 2021 00:05:40 PST</lastBuildDate>
<generator>AWS Service Health Dashboard RSS Generator</generator>
<description><![CDATA[Amazon API Gateway (London) Service Status]]></description>
<ttl>5</ttl>
<!-- You seem to care about knowing about your events, why not check out https://docs.aws.amazon.com/health/latest/ug/getting-started-api.html -->
</channel>
</rss>
The text was updated successfully, but these errors were encountered:
Using latest rss-to-json: 2.0.2
This code is causing an error to be thrown:
The error:
The RSS feed is, at the time of posting, returning:
The text was updated successfully, but these errors were encountered: