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
Describe the bug
When the output of @BotKube command is too long, the BotKube backend sends it as a file attachment. Currently, the file upload is failing in BotKube backend.
To Reproduce
Steps to reproduce the behavior:
Execute @BotKube command having long output e.g @BotKube logs
Check backend logs
Expected behavior
We should get long output in an uploaded file on Slack client
Logs
ERRO[2019-10-06T14:36:48Z] Error in uploading file:files.upload: FileUploadParameters.Filename is mandatory
The text was updated successfully, but these errors were encountered:
Describe the bug
When the output of
@BotKube
command is too long, the BotKube backend sends it as a file attachment. Currently, the file upload is failing in BotKube backend.To Reproduce
Steps to reproduce the behavior:
@BotKube
command having long output e.g@BotKube logs
Expected behavior
We should get long output in an uploaded file on Slack client
Logs
The text was updated successfully, but these errors were encountered: