nitz-iron

Results 10 comments of nitz-iron

Is there eta for this?

Thanks for the quick response. this is my msg_handle code: ``` def message_handler(app): @app.message("") def message_handler(message, say): text = message["text"] sentiment = tb(text).sentiment pol = sentiment.polarity # channel = message["channel"]...

From the documentation I understood you can omit the channel and it'll fallback to current channel, no? I also see that in the documentation you gave.

thanks! I gave a look in code but I don't use channel at all. Do you have any other idea?

In socket mode I do ` handler.connect() ` and not `handler.start()` Because I have a flask http server for health check. Could it causing this problem? This sounds to me...

**I noticed this happens almost exclusively when bot talks simultaneously with more than one participant at a time. Maybe I did not configured it right?** I turned on debug mode,...

For now I noticed I can mitigate this by: 1. with regular text responses and not blocks. 2. using `client.chat_postMessage` instead of `say()`. I still want to solve it via...

Yes, I'll make a whitelabel version of my bot :) Thanks very much!