Skip to content
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

Telegram didn't accept long messages #19

Closed
requiemofthesouls opened this issue Jan 22, 2022 · 2 comments · Fixed by #20
Closed

Telegram didn't accept long messages #19

requiemofthesouls opened this issue Jan 22, 2022 · 2 comments · Fixed by #20
Assignees
Labels
bug Something isn't working

Comments

@requiemofthesouls
Copy link
Owner

Describe the bug
Message bigger than 4096 length is not sending right now

To Reproduce
Steps to reproduce the behavior:

  1. Send large mail
  2. See error in bot logs

Expected behavior
Message received in telegram

Logs
{"level":"error","ts":1642851629.368856,"msg":"error send message","error":"Bad Request: message is too long"}

Additional context
How to fix: https://dev-qa.com/320717/sending-large-messages-telegram-bot

@requiemofthesouls
Copy link
Owner Author

Need to implement a service which renders html mails, cause send full html body isn't convenient right now.

@requiemofthesouls
Copy link
Owner Author

fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant