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

[BUG]: "Has new articles" - but actually doesn't #618

Closed
Owyn opened this issue Feb 2, 2022 · 5 comments
Closed

[BUG]: "Has new articles" - but actually doesn't #618

Owyn opened this issue Feb 2, 2022 · 5 comments
Assignees
Labels
Status-Fixed Ticket is resolved. Type-Defect This is BUG!!!
Milestone

Comments

@Owyn
Copy link
Contributor

Owyn commented Feb 2, 2022

Brief description of the issue

image
image (all articles already read long ago and no new ones are there as you can see)

How to reproduce the bug?

This feed: https://hairywizardztranslations.blogspot.com/feeds/posts/default

What was the expected result?

says "new articles" only when there are new articles

What actually happened?

the opposite

Other information

If I click "mark selected as read" on the fead - it is still shown as unread,
but if I click "mark unread" on it first and then mark as read - then it becomes "read", but only before next feed update
rssguard.log

Operating system and version

  • OS: Win10 x64
  • RSS Guard version:
RSS Guard
Version: 4.1.3 (built on Windows/x86_64)
Revision: 03d56b30-nowebengine
Build date: 1/19/22 11:57 AM
Qt: 6.2.2 (compiled against 6.2.2)
@Owyn Owyn added the Type-Defect This is BUG!!! label Feb 2, 2022
@martinrotter
Copy link
Owner

happens only with this feed?

@Owyn
Copy link
Contributor Author

Owyn commented Feb 2, 2022

happens only with this feed?

I think so

@akinokonomi
Copy link
Collaborator

Do you have Ignore changes in article body when new articles are being fetched (Settings - Feeds & articles - Articles) checked?

@martinrotter
Copy link
Owner

Found the bug. The feed is of junk quality and some entries DO NOT HAVE TITLES!

  <entry>
    <id>tag:blogger.com,1999:blog-8518796335108270195.post-7247427995154588504</id>
    <published>2021-10-15T19:38:00.003-07:00</published>
    <updated>2022-01-31T18:12:41.353-08:00</updated>
    <title type='text'></title>

RSS Guard cannot add entries with no titles!

@martinrotter
Copy link
Owner

Fixed: 9934786

@martinrotter martinrotter added the Status-Fixed Ticket is resolved. label Feb 3, 2022
@martinrotter martinrotter added this to the 4.2.0 milestone Feb 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status-Fixed Ticket is resolved. Type-Defect This is BUG!!!
Projects
None yet
Development

No branches or pull requests

3 participants