-
Notifications
You must be signed in to change notification settings - Fork 2
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
XmlException: An error was encountered when parsing a DateTime value in the XML #75
Comments
Well that was fun evening diving into the code and specs! TLDR; It looks like the .NET The RSS feed for The Talk Show uses single-digit days (when less than 10). The <guid>https://daringfireball.net/thetalkshow/2023/06/17/ep-379</guid>
<pubDate>Sat, 17 Jun 2023 19:22:55 EDT</pubDate> But fails for the next episode: <guid>https://daringfireball.net/thetalkshow/2023/06/07/ep-378</guid>
<pubDate>Wed, 7 Jun 2023 20:13:43 EDT</pubDate> with the exception message:
Diving into the code... When The RSS 2.0 spec does specify that RFC 822 in turn specifies that the date portion of the date-time value be formatted like so:
where that But the |
Bug report submitted: dotnet/runtime#99193 |
Pull request submitted: dotnet/runtime#99194 |
I updated the Sentry.io link in the original description since the old one had expired. |
* Add SonarCloud project binding * Fix some minor layout issues * Display a warning if XML parsing error is encountered -- ref #75 * Remove unused exception variable
Reported via Sentry:
Affected page: https://podcast-rewind.azurewebsites.net/Setup?feedUrl=https%3A%2F%2Fdaringfireball.net%2Fthetalkshow%2Frss
Feed URL:
https://daringfireball.net/thetalkshow/rss
Exception:
Full stack trace:
The text was updated successfully, but these errors were encountered: