Skip to content

Unable to create Reddit feed #23

@0xD9C706E8

Description

@0xD9C706E8

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions