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
open thread for this message with file and mention user group with methods:
SlackPreparedMessage slackPreparedMessage = new Builder().withMessage(message).withLinkNames(true).withThreadTimestamp(messageHandle.getReply().getTimestamp()).build();
session.sendMessage(session.findChannelByName(channelName), slackPreparedMessage);
I get 500 error
{
"timestamp": "2019-09-06T14:48:24.400+0000",
"status": 500,
"error": "Internal Server Error",
"message": "class com.ullink.slack.simpleslackapi.replies.SlackReplyImpl cannot be cast to class com.ullink.slack.simpleslackapi.replies.SlackMessageReply (com.ullink.slack.simpleslackapi.replies.SlackReplyImpl and com.ullink.slack.simpleslackapi.replies.SlackMessageReply are in unnamed module of loader 'app')",
"path": "/start/notify"
}
Please, fix this! I need to implement this case in my product! Thanks a lot!
The text was updated successfully, but these errors were encountered:
Nikitos9I
changed the title
class com.ullink.slack.simpleslackapi.replies.SlackReplyImpl cannot be cast to class com.ullink.slack.simpleslackapi.replies.SlackMessageReply
500 error from server side via sending message in tred
Sep 6, 2019
Nikitos9I
changed the title
500 error from server side via sending message in tred
500 error from server side via sending message in thread
Sep 6, 2019
Nikitos9I
changed the title
500 error from server side via sending message in thread
500 error from server side via sending message with mention in thread
Sep 6, 2019
Hello!
I try to use this combo of methods:
Please, fix this! I need to implement this case in my product! Thanks a lot!
The text was updated successfully, but these errors were encountered: