yarr icon indicating copy to clipboard operation
yarr copied to clipboard

Articles added to the wrong feed

Open tillcash opened this issue 1 year ago • 6 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

tillcash avatar Aug 23 '22 18:08 tillcash

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 avatar Aug 30 '22 08:08 nkanaev

@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

tillcash avatar Aug 30 '22 10:08 tillcash

interesting. what version are you using?

nkanaev avatar Aug 30 '22 15:08 nkanaev

Tag v2.3

tillcash avatar Aug 30 '22 16:08 tillcash

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.

tillcash avatar Aug 30 '22 16:08 tillcash

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 avatar Sep 27 '22 19:09 nkanaev