[GH-ISSUE #2243] Reddit Saved Posts RSS Feed Failing After Working Initially #1367

Closed
opened 2026-03-02 11:56:48 +03:00 by kerem · 2 comments
Owner

Originally created by @daniel-tp on GitHub (Dec 10, 2025).
Original GitHub issue: https://github.com/karakeep-app/karakeep/issues/2243

Describe the Bug

Previously I used Reddit's RSS feeds to automatically put any posts/comments I save into karakeep. This worked when I set it up initially but at some point no longer works.

I am using the RSS feed in the format of https://www.reddit.com/saved.rss?feed=feedkey&user=username.

Using this link directly works (though in Firefox this forces a download of a .rss file with the correct content.), and doesn't seem to require a login to access.

The error that happens in logs when attempting to fetch from the feed is:

karakeep  | 2025-12-10T16:56:08.349Z info: [feed][9169] Starting fetching feed "Saved Reddit" (o631wex8zy7ecpqcyvhd7m5o) ...
karakeep  | 2025-12-10T16:56:13.349Z error: [feed][9169] Feed fetch job failed: AbortError: The operation was aborted.
karakeep  | AbortError: The operation was aborted.
karakeep  |     at abort (file:///app/apps/workers/node_modules/.pnpm/node-fetch@3.3.2/node_modules/node-fetch/src/index.js:70:18)
karakeep  |     at AbortSignal.abortAndFinalize (file:///app/apps/workers/node_modules/.pnpm/node-fetch@3.3.2/node_modules/node-fetch/src/index.js:89:4)
karakeep  |     at [nodejs.internal.kHybridDispatch] (node:internal/event_target:845:20)
karakeep  |     at AbortSignal.dispatchEvent (node:internal/event_target:778:26)
karakeep  |     at runAbort (node:internal/abort_controller:486:10)
karakeep  |     at abortSignal (node:internal/abort_controller:457:3)
karakeep  |     at Timeout._onTimeout (node:internal/abort_controller:153:7)
karakeep  |     at listOnTimeout (node:internal/timers:588:17)
karakeep  |     at process.processTimers (node:internal/timers:523:7)

Steps to Reproduce

  1. Add a new RSS feed with your "Saved Links" Reddit RSS feed (Found here)
  2. Attempt to Fetch from this feed
  3. Error occurs.

Expected Behaviour

RSS feed would successfully be fetched from, creating karakeep entries for each RSS entry.

Screenshots or Additional Context

No response

Device Details

No response

Exact Karakeep Version

0.29.1

Have you checked the troubleshooting guide?

  • I have checked the troubleshooting guide and I haven't found a solution to my problem
Originally created by @daniel-tp on GitHub (Dec 10, 2025). Original GitHub issue: https://github.com/karakeep-app/karakeep/issues/2243 ### Describe the Bug Previously I used Reddit's RSS feeds to automatically put any posts/comments I save into karakeep. This worked when I set it up initially but at some point no longer works. I am using the RSS feed in the format of `https://www.reddit.com/saved.rss?feed=feedkey&user=username`. Using this link directly works (though in Firefox this forces a download of a .rss file with the correct content.), and doesn't seem to require a login to access. The error that happens in logs when attempting to fetch from the feed is: ``` karakeep | 2025-12-10T16:56:08.349Z info: [feed][9169] Starting fetching feed "Saved Reddit" (o631wex8zy7ecpqcyvhd7m5o) ... karakeep | 2025-12-10T16:56:13.349Z error: [feed][9169] Feed fetch job failed: AbortError: The operation was aborted. karakeep | AbortError: The operation was aborted. karakeep | at abort (file:///app/apps/workers/node_modules/.pnpm/node-fetch@3.3.2/node_modules/node-fetch/src/index.js:70:18) karakeep | at AbortSignal.abortAndFinalize (file:///app/apps/workers/node_modules/.pnpm/node-fetch@3.3.2/node_modules/node-fetch/src/index.js:89:4) karakeep | at [nodejs.internal.kHybridDispatch] (node:internal/event_target:845:20) karakeep | at AbortSignal.dispatchEvent (node:internal/event_target:778:26) karakeep | at runAbort (node:internal/abort_controller:486:10) karakeep | at abortSignal (node:internal/abort_controller:457:3) karakeep | at Timeout._onTimeout (node:internal/abort_controller:153:7) karakeep | at listOnTimeout (node:internal/timers:588:17) karakeep | at process.processTimers (node:internal/timers:523:7) ``` ### Steps to Reproduce 1. Add a new RSS feed with your "Saved Links" Reddit RSS feed ([Found here](https://www.reddit.com/prefs/feeds/)) 2. Attempt to Fetch from this feed 3. Error occurs. ### Expected Behaviour RSS feed would successfully be fetched from, creating karakeep entries for each RSS entry. ### Screenshots or Additional Context _No response_ ### Device Details _No response_ ### Exact Karakeep Version 0.29.1 ### Have you checked the troubleshooting guide? - [x] I have checked the troubleshooting guide and I haven't found a solution to my problem
kerem 2026-03-02 11:56:48 +03:00
Author
Owner

@myselfprincee commented on GitHub (Dec 24, 2025):

I tried to reproduce this error. but it worked fine for me

Image

I tried by saving multiple posts into reddit and then fetching.

did 3-4 times with chrome and firefox each.

but found no issues.

<!-- gh-comment-id:3688716075 --> @myselfprincee commented on GitHub (Dec 24, 2025): I tried to reproduce this error. but it worked fine for me <img width="500" height="180" alt="Image" src="https://github.com/user-attachments/assets/9099650f-257e-4ded-9418-1c86610711cf" /> I tried by saving multiple posts into reddit and then fetching. did 3-4 times with chrome and firefox each. but found no issues.
Author
Owner

@daniel-tp commented on GitHub (Dec 28, 2025):

I've found the issue was I had the crawler http proxy env var set, but empty.

<!-- gh-comment-id:3695149564 --> @daniel-tp commented on GitHub (Dec 28, 2025): I've found the issue was I had the crawler http proxy env var set, but empty.
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#1367
No description provided.