Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Telegram Bot not working #50

Closed
lasmaty07 opened this issue Jan 24, 2023 · 1 comment
Closed

Telegram Bot not working #50

lasmaty07 opened this issue Jan 24, 2023 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@lasmaty07
Copy link

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

Repository owner deleted a comment from douginoz Mar 22, 2023
@aetaric aetaric added this to the 3.1.2 milestone Mar 22, 2023
@aetaric aetaric added the bug Something isn't working label Mar 22, 2023
@aetaric aetaric self-assigned this Mar 22, 2023
aetaric added a commit that referenced this issue Mar 22, 2023
This API is like trying to get blood from a stone.
@aetaric
Copy link
Owner

aetaric commented Mar 22, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants