[GH-ISSUE #684] Wallabag RSS fetch bug #444

Open
opened 2026-03-02 11:49:55 +03:00 by kerem · 3 comments
Owner

Originally created by @yinan-c on GitHub (Nov 22, 2024).
Original GitHub issue: https://github.com/karakeep-app/karakeep/issues/684

Describe the Bug

I have subscribed to a RSS feed generated by my wallabag instance. However, all the link crawed are wallabag login portal

Steps to Reproduce

  1. Select any rss feed generated from wallabag
  2. subscribe in hoarder

Expected Behaviour

Original link and content fetched

Screenshots or Additional Context

CleanShot 2024-11-22 at 00 10 43@2x

Device Details

No response

Exact Hoarder Version

v0.19.0

Originally created by @yinan-c on GitHub (Nov 22, 2024). Original GitHub issue: https://github.com/karakeep-app/karakeep/issues/684 ### Describe the Bug I have subscribed to a RSS feed generated by my wallabag instance. However, all the link crawed are wallabag login portal ### Steps to Reproduce 1. Select any rss feed generated from wallabag 2. subscribe in hoarder ### Expected Behaviour Original link and content fetched ### Screenshots or Additional Context ![CleanShot 2024-11-22 at 00 10 43@2x](https://github.com/user-attachments/assets/3488d3ac-c3ea-4844-9a14-8811b629a441) ### Device Details _No response_ ### Exact Hoarder Version v0.19.0
Author
Owner

@MohamedBassem commented on GitHub (Nov 22, 2024):

Does wallabag RSS by any chance require some kind of authentication?

<!-- gh-comment-id:2492629565 --> @MohamedBassem commented on GitHub (Nov 22, 2024): Does wallabag RSS by any chance require some kind of authentication?
Author
Owner

@yinan-c commented on GitHub (Nov 22, 2024):

I think the RSS url I pass to hoarder includes the authentication key? It can be subscribed without issue in other readers

<!-- gh-comment-id:2492634043 --> @yinan-c commented on GitHub (Nov 22, 2024): I think the RSS url I pass to hoarder includes the authentication key? It can be subscribed without issue in other readers
Author
Owner

@yinan-c commented on GitHub (Nov 22, 2024):

I think the problem may be that in wallabag rss, each item have two link tags.

    <link rel="alternate" type="text/html"
          href="https://wallabag.link/view/218"/>
    <link rel="via"
          href="https://the real link"/>

hoarder looks at the first one not the second one.

<!-- gh-comment-id:2493211723 --> @yinan-c commented on GitHub (Nov 22, 2024): I think the problem may be that in wallabag rss, each item have two link tags. <link rel="alternate" type="text/html" href="https://wallabag.link/view/218"/> <link rel="via" href="https://the real link"/> hoarder looks at the first one not the second one.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/karakeep#444
No description provided.