-
Notifications
You must be signed in to change notification settings - Fork 14
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
Can't get telegram bot working #25
Comments
Notifications in Telegram and Gmail do not work |
Please make telegram chat id a separate field, now it’s not clear how to make sure that it is defined correctly in the application. And how to change it |
Managed to launch telegram alerts
|
Thanks, we will take a look. We are now working on v2. Probably fix will be there, probably in this version. @MultiFox200 how do you think? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I try to setup the telegram bot I can't send a test message, it always prints
undefinedChatId and invalidChatId in the docker log.
When I send a message to the bot it seems that it can't get the chat id.
When I set the chat id manually in the JSON file as "telegramLastChannelId": "12345" (with my correct Id) I don't get the error anymore but I also don't get a message
Is this something you can look into?
The text was updated successfully, but these errors were encountered: