Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Builds Currently Hanging #1176

Closed
isaacrlevin opened this issue Sep 20, 2022 · 8 comments
Closed

Builds Currently Hanging #1176

isaacrlevin opened this issue Sep 20, 2022 · 8 comments

Comments

@isaacrlevin
Copy link
Member

I kicked off a build today and see these endless Warnings. Seems to be an issue with Statiq. Can you take a look @daveaglick. This is also happening for me if I run dotnet run locally

https://github.com/dotnet-foundation/website/actions/runs/3093838283

[WARN] Content/Process » ExecuteSources » GetBlogFeeds » Exception while processing Content in https://feeds.feedburner.com/ShawnWildermuth: Value cannot be null. (Parameter 'value')
[WARN] Content/Process » ExecuteSources » GetBlogFeeds » Exception while processing Content in https://feeds.feedburner.com/ShawnWildermuth: Value cannot be null. (Parameter 'value')
[WARN] Content/Process » ExecuteSources » GetBlogFeeds » Exception while processing Content in https://feeds.feedburner.com/ShawnWildermuth: Value cannot be null. (Parameter 'value')
[WARN] Content/Process » ExecuteSources » GetBlogFeeds » Exception while processing Content in https://feeds.feedburner.com/ShawnWildermuth: Value cannot be null. (Parameter 'value')
[WARN] Content/Process » ExecuteSources » GetBlogFeeds » Exception while processing Content in https://feeds.feedburner.com/ShawnWildermuth: Value cannot be null. (Parameter 'value')
[WARN] Content/Process » ExecuteSources » GetBlogFeeds » Exception while processing Content in https://feeds.feedburner.com/ShawnWildermuth: Value cannot be null. (Parameter 'value')

cc @shawnwildermuth

@daveaglick
Copy link
Member

I think his blog is producing invalid RSS or Atom feeds and might need to be removed until it's fixed on that end. I recently had the same problem with this same blog on Discover .NET and had to remove it.

I didn't get as far as running it through a feed validator though - that might be illustrative. Between Discover .NET and the DNF sites, the code in Statiq processes hundreds of blog feeds successfully but there's always a chance this one is valid and I've just never seen something exotic that it's doing and can't handle it. If you happen to find that's the case let me know.

@daveaglick
Copy link
Member

I can try to allocate a little time to see if I can uncover where the problem lies over the next day or two as well (hopefully...my available time has been difficult to find lately).

@isaacrlevin
Copy link
Member Author

Removing that feed fixed the issue.

@shawnwildermuth FYI your blog feed seems to be broken so it was removed from your Speaker entry

@shawnwildermuth
Copy link
Contributor

Thanks isaac, sorry about that.

@daveaglick
Copy link
Member

@shawnwildermuth I'm not 100% sure this is the problem, but the W3C feed validator fails on this itunes bit:

image

(from https://validator.w3.org/feed/check.cgi?url=https%3A%2F%2Ffeeds.feedburner.com%2FShawnWildermuth)

If you happen to get that fixed, let me know and I'd love to add it back to Discover .NET as well (in addition to adding it back to the speaker page here).

@shawnwildermuth
Copy link
Contributor

I'll check it out

@shawnwildermuth
Copy link
Contributor

I have a fix that should be live if you want to try it again in about 10 minutes.

@isaacrlevin
Copy link
Member Author

Can you open a PR? That will kick off a staging environment so we can test.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants