Alert Received & Sent Error: Chat not found #82
Unanswered
danywayGit
asked this question in
Q&A
Replies: 2 comments
-
I have found the solution |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have suggested you a pull request to add an additional comment for this channel variable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying this TradingView-Webhook-Bot project, and I'm not sure yet how it should works.
I have a Telegram Chanel, and I have create a bot on @Botfather
I suppose the script receive the WebHook from the TradingView Alert, and tell the TelegramBot(created @Botfather) to forward the messages to the Telegram Chanel.
I have added the TelegramBot as Admin (with the right to post message), on the Telegram Chanel.
In the config.py, I have set
sec_key = (
"MySecretKey"
)
Telegram Settings
send_telegram_alerts = True
tg_token = "xxxxxxxxxx:yyyyyyyyyyyyyyyyyyyyyyyyyyy"
channel = zzzzzzzzzz # I have try also with -zzzzzzzzz
and in tradingview a simple one.
{
"key": "MySecretKey",
"msg": "Long #{{ticker}} at
{{close}}
"}
In the out put of the script I got this message :
2021-12-16 03:08:19 Alert Received & Sent!
[X] 2021-12-16 03:08:19 Error:
So the Sec_Key look like correct, and also the Json data format of the message.
It's look like a problem with my Telegram configuration, but I haven't found how to solve it.
Any idea ?
Beta Was this translation helpful? Give feedback.
All reactions