-
Notifications
You must be signed in to change notification settings - Fork 189
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
Proper logging for invalid feeds #653
Comments
This could be something that might want to be evaluated after PR #1828 lands. |
Let's fix this. @manekenpix and I are trying to determine why our good friend @raygervais's blog feed constantly gets invalidated--it's not because we don't love his writing, we do! We need to do a few things to make this debuggable:
I'm going to file another issue in order to allow us to see invalid feeds, and get the reason. |
Hi, I would like to take on this issue. |
@joshuali7536 awesome, thank you! It's all yours. |
@joshuali7536 yes, you're close: // TODO: we need to bubble up the reason for the failure
await feed.setInvalid('unknown reason'); You need to update this bit too. Remove the TODO, and use |
What would you like to be added:
PR for #462 should land this week, the PR invalidates feeds and provides a reason. Problem is the reason is not working properly and will be outside of the scope of that PR. You can find the code responsible for invalidating feeds inside src/backend/index.js
Why would you like this to be added:
At the moment all feeds that error will have a value of unknown reason making it hard to inform users of what is wrong.
The text was updated successfully, but these errors were encountered: