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

Warnings about telegram, although telegram is not enabled #444

Closed
web2brain opened this issue Jan 12, 2024 · 4 comments
Closed

Warnings about telegram, although telegram is not enabled #444

web2brain opened this issue Jan 12, 2024 · 4 comments

Comments

@web2brain
Copy link
Contributor

web2brain commented Jan 12, 2024

Since the last update, I get log entries about telegram, although it is not actvated. Setting the telegram integration to false obviously didn't change this as false already is the default:

2024-01-12 16:39:54 WARNING  Send **** to the bot in your desired chat.
2024-01-12 16:39:54 WARNING  Waiting for code ...
2024-01-12 16:39:54 WARNING  Error starting Telegram: [] - You must pass the token you received from https://t.me/Botfather!```
@Der-Henning
Copy link
Owner

Hi @web2brain.
I just tried but couldn't reproduce your issue. Can you please provide some more information?
Which version on which OS are you using? Are you running the executable, docker, or something else?
Could you also please provide your configuration? With masked tokens and personal information of course.

@web2brain
Copy link
Contributor Author

Hi @Der-Henning,
sorry, I should have been more specific.

I use the alpine docker container on a raspberry pi with the following docker-compose.yml:


 services:
   scanner:
     image: derhenning/tgtg:latest-alpine         ## pre build image from docker hub
     container_name: tgtg
     #image: tgtg-scanner:latest-alpine           ## locally build image
     environment:
     # Configuration via environment variables.
     # For more options and details visit https://github.com/Der-Henning/tgtg/wiki/Configuration

     - [email protected]
     - SLEEP_TIME=60
     - TZ=Europe/Berlin
     - LOCALE=de_DE

     - NTFY=true
     - NTFY_SERVER=https://url.com
     - NTFY_TOPIC=xyz
     - NTFY_USERNAME=abc
     - NTFY_PASSWORD=def

     volumes:
     - tokens:/tokens             ## volume to save TGTG credentials to reuse on next start up and avoid login mail

 volumes:
   tokens:

@Der-Henning
Copy link
Owner

The Bug should be fixed in Release 1.19.0.

@web2brain
Copy link
Contributor Author

Thanks @Der-Henning

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants