Skip to content
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

Feeds deactivated because error "not modified" #116

Closed
a3rosol opened this issue Jun 18, 2018 · 2 comments
Closed

Feeds deactivated because error "not modified" #116

a3rosol opened this issue Jun 18, 2018 · 2 comments

Comments

@a3rosol
Copy link

a3rosol commented Jun 18, 2018

Image

This happens way to often. A lot of my feeds get deactivated regularly because of this "error". But is this an error though? Technically, 302 is not an error code

@passiomatic
Copy link
Owner

I see it too. I believe it's not the "not modified" (which indeed is not an error) to increase the error count and thus causing the feed to be disabled, but the last HTTP error returned by the server which is not recorded correctly by the fetcher.

Actually the fetcher here is trying to be too clever, which makes the code hard to reason about. I need to simplify the whole process.

A workaround

As a temporary measure you may want to set to 0 the config max_errors setting, which makes Coldsweat to ignore the fetching errors.

@passiomatic
Copy link
Owner

This has been fixed in 0.9.8. You can update to the new release right now.

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

No branches or pull requests

2 participants