linuxserver / docker-ombi

GNU General Public License v3.0
160 stars 35 forks source link

Every request says could not be added, added into requests queue and will keep retrying #82

Closed DoNotResuscitate closed 3 years ago

DoNotResuscitate commented 3 years ago

linuxserver.io


Expected Behavior

When adding it a request, it will do so without this error message.

Current Behavior

When a request is added, this notification is sent in addition to the normal approval notification. The request is actually immediately added and is sent as expected. This has not always happened, started happening like a month ago when I updated image. I don't know what previous image was before, but it has next been fixed with any image updates.

Steps to Reproduce

  1. Make request
  2. Get this notification

Environment

OS: Ubuntu 20.04 CPU architecture: x86_64

Command used to create docker container (run/create/compose/screenshot)

    ombi:
        image: ghcr.io/linuxserver/ombi
        container_name: ombi
        environment:
            - PUID=999
            - PGID=1002
            - TZ=America/New_York
            - BASE_URL=/ombi #optional
        volumes:
            - /home/alex/docker/ombi/config:/config
        ports:
            - 3579:3579
        restart: unless-stopped

Docker logs

ombi.log

github-actions[bot] commented 3 years ago

Thanks for opening your first issue here! Be sure to follow the issue template!

j0nnymoe commented 3 years ago

You're best to ask ombi direct via their discord.

github-actions[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.