-
-
Notifications
You must be signed in to change notification settings - Fork 350
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
Bot goes offline automatically #24
Comments
Can you please send me the logs. I don't think larger text would be the issue, it rather seems to be an exception in your code. I too faced such issue but later I figured out that there was an exception in my bot (the bot which I made using jbot and not jbot itself) code. |
The problem, there was no exception when the bot goes offiline. I'm attaching the code, let me know, if this helps
RequestProcessor.processRequest
And also, it would be helpful, if you can share what exception you faced in your bot |
See the limits section for RTM. It specifically says:
|
Thanks a lot!! This helps. I split the message into small chunks. |
Hi,
Thanks for the awesome framework. I'm using your framework to create a Slack Bot. I have an issue when the bot tries to reply back with large text (around 10k characters). The bot simply goes offline without any error. I tried debugging the issue, but couldn't get into a solution.
I suspect, the web socket session is getting closed for larger text. I tried setting the text limit for the session, even that didn't work.
Can you help me fix the issue?
TIA!
The text was updated successfully, but these errors were encountered: