eidam / cf-workers-status-page

Monitor your websites, showcase status including daily history, and get Slack/Telegram/Discord notification whenever your website status changes. Using Cloudflare Workers, CRON Triggers, and KV storage.
https://status-page.eidam.dev
MIT License
2.35k stars 1.43k forks source link

Telegram bot not working #25

Open pniedzwiedzinski opened 3 years ago

pniedzwiedzinski commented 3 years ago

I just finished one hour of debugging and looking for an error with my telegram bot. The reason why that happened is that I had dots (.) in names in my config.yaml, and markdown parser in telegram API doesn't like unescaped dots.

Posting it here as maybe somebody will have a similar problem :wink:.

Maybe add an entry in README about it or some checks in code to prevent this :thinking:

eidam commented 3 years ago

Thank you for reporting! I will take a look and add a note about Telegram API to the README for the time being.