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.
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:
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: