String webhook to telegram bug : reject_bytes is on and 'xxx' is bytes

Firstly, thanks for visiting my error and providing me help.

I’m struggling with the bug on my project to send the string webhook alert from Tradingview to Telegram.
This is the Replit

When the webhook is fired. It states the error reject_bytes is on and 'xxx' is bytes

Please help me with this please. Thanks

Just got the same error. Did you figure out a fix?

me to I also have the same error

Try just calling .decode() on your data that you pass to Telegram.

1 Like