nkanaev / yarr

yet another rss reader
MIT License
3.02k stars 225 forks source link

Articles added to the wrong feed #110

Closed tillcash closed 1 year ago

tillcash commented 2 years ago

Sometimes if I add the same feed twice unknowingly, the contents get appended it to random feed.

Screenshot_20220823_232649

Tried to add the feed https://audioboom.com/channels/4959898.rss it got into the feed https://www.theregister.com/security/patches/headlines.atom.

I have faced the same issue a few times randomly.

image

nkanaev commented 2 years ago

hi @tillcash

was the binary compiled manually? if so, the missing sqlite_foreign_keys (foreign key constraint enforcement) feature might be the reason of the issue.

tillcash commented 2 years ago

@nkanaev, thanks for the reply.

Using the docker image by @arsfeld which has 10k+ pulls. https://hub.docker.com/r/arsfeld/yarr https://github.com/arsfeld/yarr-build

nkanaev commented 2 years ago

interesting. what version are you using?

tillcash commented 2 years ago

Tag v2.3

tillcash commented 2 years ago

I'm not sure whether it's expected behavior.

If I press the arrow up or down key in the unread or started tab, it navigates to the next feed as per the All column instead of navigating to the next unread or started feed.

nkanaev commented 2 years ago

sorry for the late reply.

Sometimes if I add the same feed twice unknowingly...

I tried adding the same feed multiple times, and got the "FOREIGN KEY constrain failed" messages too. It doesn't affect the functionality, and can be safely ignored. You may get duplicate entries occasionally, but that's the nature of the feeds (see https://github.com/nkanaev/yarr/issues/67).

...the contents get appended it to random feed. Tried to add the feed https://audioboom.com/channels/4959898.rss it got into the feed https://www.theregister.com/security/patches/headlines.atom.

That's very strange. But unfortunately I couldn't reproduce it with the local build. I'll keep the ticket open until the issue gets resolved.

If I press the arrow up or down key in the unread or started tab, it navigates to the next feed as per the All column instead of navigating to the next unread or started feed.

That's an accidental "feature". The supported feed navigation shortcut is via H/L keys. Making arrow navigation properly usable would be nice, but I'm too lazy to implement it right now.

nkanaev commented 1 year ago

Sometimes if I add the same feed twice unknowingly, the contents get appended it to random feed.

@tillcash are you still experiencing the issue? I couldn't reproduce the issue you've described in the latest release, neither in the local nor the docker setup.

If there's no clear reproduction steps, I'm unable to help with the issue, and would have to close the ticket.

tillcash commented 1 year ago

You can close the ticket.

Yarr capture Alt + 1 to 3 keyboard shortcut interfere with Firefox and hinder productivity. https://support.mozilla.org/en-US/kb/keyboard-shortcuts-perform-firefox-tasks-quickly

Go to Tab 1 to 8 - Alt + 1 to 8

Fixing this will be very beneficial.

nkanaev commented 1 year ago

Yarr capture Alt + 1 to 3 keyboard shortcut interfere with Firefox and hinder productivity.

fixed in https://github.com/nkanaev/yarr/commit/0f6d4d639d82d7a4a9d8bb580d6b17abd738f706. thanks for the mention.