LlmKira / claude-in-slack-server

⚡️ HTTP server that help you interact with Claude in slack, compatible with ChatGPT Web API.
GNU General Public License v3.0
63 stars 20 forks source link

No response from slack claude response #3

Open prog-ape opened 1 year ago

prog-ape commented 1 year ago

I can see the conversation sent to slack and Claude responsed in slack. However the server can not get the response from slack. Step1: I sent the message to the server, and the server sent to slack.

image

Step2: Slack get the message and claude responsed the message.

https://user-images.githubusercontent.com/112878809/238190986-4b054acb-0870-423d-8987-125855a2a261.png

Step3: The server can not get the response: I add a print log here, and I found it blocked and never get the response in label 2.

https://user-images.githubusercontent.com/112878809/238191063-1f1d2e50-6603-44a9-9b01-717da282aef0.png

I have invited my application and cloud to the channel of the workspace

lss233 commented 1 year ago

Sorry for the late respond. From the step 2, it seems that you're chatting in DM, not in channel, can you show me your code?

a937259612 commented 1 year ago

I have encountered the same problem. I used the sample code in the README. I saw in Slack that it sends a private message. How should I handle it? image