nkanaev / yarr

yet another rss reader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Articles added to the wrong feed

tillcash opened this issue · comments

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

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.

@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

interesting. what version are you using?

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.

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 #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.

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.

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.

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

fixed in 0f6d4d6. thanks for the mention.