-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getting error while trying parce big json #34
Comments
Can you reproduce this using tests? |
yes, using docker on local machine: result is error: |
Yeah I'm getting these as well, makes it spam telegram. |
Getting same error, as i can understand the error arise when bot try to split big json to multiple messages, and as a result message have invalid html format (without end tag). |
PRs are welcomed. |
Splitting HTML document is not easy. As an workaround we could add this to the config.yaml file to avoid splitting. Notice that Telegram might refuse to send if the message is too big. split_msg_byte: 2147483647 # math.MaxInt32 |
im having the same issue. any news on this? |
Hello!
I'm using bot in docker, and there is problem with big alerting message, in telegram chat we getting "Error sending message, checkout logs".
In docker logs there are errors "Error sending message: Bad Request: can't parse entities: Unexpected end tag at byte offset 0", with different digits at the end.
JSON data is here: https://pastebin.com/31uZTPZa
The text was updated successfully, but these errors were encountered: