Torgeir L
Torgeir L
I'm running something similar to @cliffburdick on v1.12.2 using client v8.0, and it seems to be working apart from the ValueError getting thrown. It looks to me that [the value...
/remove-lifecycle stale
> Any update on this ? I am still facing this issue with Version: 9.0.0 of the client I too get an error thrown using 8.0.x, but my pods still...
@cofiiwu: just tested* and it doesn't seem to be fixed client version 11.0. :disappointed: (* I only had a Kubernetes 1.17 cluster at hand; a solid confirmation should probably come...
After updating to Errbot 6.2.0, the provided `Slackv3` has the following behavior: - `send_message()` replies either in-channel or in-thread (where prompted) :heavy_check_mark: - `send_card()` always reply in-thread :x: - `send_stream_request()`...
Can confirm the connection re-establishing itself is graceful handled as of Errbot v6.2.0 using the `SlackV3` backend. Every few hours it logs the following info messages (INFO; not ERROR as...
Noted! I'll see what I can do myself.
Closed this issue since I'm unable to fix it myself, but now realizing you had put it in the maintenance backlog milestone I'll re-open it as I do really want...
Had another look at this after upgrading to Errbot 6.2.0, and when attempting to provide `card.parent`, as exemplified by @TheJokersThief in #76 ... ```python @botcmd def hello(self, msg, args): """Say...