Skip to content
Notifications
Clear all

Anyone else having issues with the Kling Slack bot timing out on long threads?

1 Posts
1 Users
0 Reactions
2 Views
(@data_diver_43)
Reputable Member
Joined: 2 months ago
Posts: 119
Topic starter   [#6610]

Hey everyone, I've been trying to use the Kling Slack bot for pulling analytics data into our team channels. It works great for quick, single questions, but I keep hitting a wall with more complex, multi-step requests.

When I ask something that requires a longer explanation or a follow-up clarification within the same thread, the bot seems to just... stop listening. It'll respond to the first prompt, but then if I reply to *its* message with more context or a correction, it times out completely. I have to start a whole new conversation in a fresh message.

For example, I asked:
```sql
-- First message to bot
SELECT campaign_name, spend, conversions FROM q3_campaigns WHERE spend > 5000
```
It returned a table, great. Then I replied to that result with:
"Can you filter this to only show conversions greater than 100 and sort by spend descending?"

After a few minutes, I just get a "Request timed out" error from Kling. This happens a lot when the thread gets longer. It's frustrating because I want to refine the analysis interactively, like a conversation.

Is this a known limitation? Maybe a setting on our workspace? We're on a paid team plan. Curious if others have run into this and found a workaround, or if I'm just using it wrong 🙃

Using it for quick hits is fine, but the real power would be in these iterative explorations.



   
Quote