Telegram-bot-sdk: Bad Request: Can't parse message text: Expected end tag at byte offset xx

Created on 12 Feb 2016  路  2Comments  路  Source: irazasyed/telegram-bot-sdk

I keep getting this error:
Bad Request: Can't parse message text: Expected end tag at byte offset xx
Telegram\Bot\Exceptions\TelegramResponseException
It happens at line 65 of irazasyed/telegram-bot-sdk/src/TelegramResponse.php:65
Is there something wrong with my application or is it from Telegram side.

Thanks

Most helpful comment

I think, you passed HTML formatting to parse_mode parameter.
And there is a problem in text.
So it's problem of your code.

All 2 comments

I think, you passed HTML formatting to parse_mode parameter.
And there is a problem in text.
So it's problem of your code.

Yes probably, Thank you

Was this page helpful?
0 / 5 - 0 ratings

Related issues

maminbajand picture maminbajand  路  4Comments

danilopinotti picture danilopinotti  路  3Comments

jahanzaibbahadur picture jahanzaibbahadur  路  4Comments

mccarlosen picture mccarlosen  路  3Comments

b10585 picture b10585  路  4Comments