You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 😉.
Maybe add an entry in README about it or some checks in code to prevent this 🤔
The text was updated successfully, but these errors were encountered:
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 😉.
Maybe add an entry in README about it or some checks in code to prevent this 🤔
The text was updated successfully, but these errors were encountered: