-
-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
When trying to generate a Reddit feed I am getting the following error
2025-10-21 4:55:35pm | INFO > Cache cleared
2025-10-21 4:55:35pm | INFO > Requesting new token from Reddit for user xxxxx
2025-10-21 4:55:39pm | INFO > New token received from Reddit for user xxxxx
2025-10-21 4:55:48pm | INFO > Monthly average top score for funny is 0
2025-10-21 4:55:53pm | ERROR > There was an error communicating with Reddit.
The rest of the feeds are working as expected
Deployed it with docker compose with the following config
upvote-rss:
image: "ghcr.io/johnwarne/upvote-rss:v1.8.0"
environment:
TZ: "xxxxx/xxxxxx"
REDDIT_USER: "xxxxx"
REDDIT_CLIENT_ID: "xxxxx"
REDDIT_CLIENT_SECRET: "xxxxx"
volumes:
- "xxxxx:/app/cache"
restart: "always"
Am I missing something?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels