aetaric / checkrr

Checkrr Scans your library files for corrupt media and replace the files via sonarr and radarr
MIT License
179 stars 8 forks source link

Telegram Bot not working #50

Closed lasmaty07 closed 1 year ago

lasmaty07 commented 1 year ago

Expected behavior

get a notification via telegram to the user set on username, when I start a run.

Actual behavior

I'm not getting any notifications. ever.

Information about the Issue

my docker-compose.yaml

  checkrr:
    container_name: checkrr
    image: aetaric/checkrr:latest
    volumes:
      - ${USERDIR}/docker/checkrr/config/checkrr.yaml:/etc/checkrr.yaml
      - ${USERDIR}/docker/checkrr/config/checkrr.db:/checkrr.db
      - /media/wdblue/movies:/media/movies
      - /media/wdblue/tvmedia/tv
    ports:
      - 8585:8585
    environment:
      - PUID= ${PUID}
      - PGID= ${PGID}
      - TZ=${TZ}

this is my checkrr.yaml:

notifications:
  telegram:
    token: "bot_token"
    username: "@my_username"
    notificationtypes:
      - reacquire
      - unknowndetected
      - startrun
      - endrun

I dont see anything in checkrr.log names telegram

the token is working on sonarr and radarr, also testing with curl

Steps to reproduce the behavior

aetaric commented 1 year ago

Will be patched in 3.1.2.

For your reference and for reference of anybody tracking this, make sure you've at least started the conversation with the bot you create via BotFather.