Skip to content
#

chatops

Here are 267 public repositories matching this topic...

anrajme
anrajme commented Mar 9, 2022

SUMMARY

While using the action runner type "local-shell-script", the action always try to set execute permission for the action script before the execution.

For example, action runner logs for the core.sendmail action

2022-03-09 07:02:06,866 INFO [-] Executing action via LocalRunner: dcc6c28d-5674-4cc2-9174-ca6c1e7b23a3
2022-03-09 07:02:06,866 INFO [-] [Action info] name: sendm
botkube
jainpratik163
jainpratik163 commented Sep 21, 2021

Describe the bug

To Reproduce
Steps to reproduce the behavior:

  1. I tried to install botkube helm chart and integrate it with Elasticseach which is installed in one of VM'
  2. POD get to install successfully but in logs, I can see below error
    ERRO[2021-09-21T10:04:06Z] Failed to get index. Error: Head "https://xxxyz:9201/esskube-2021-09-21": x509: certificate signed by unknown author
bug good first issue integration-els
Cyb-Nikh
Cyb-Nikh commented Oct 8, 2021

I want to perform operations when a member has joined a channel which takes more than 5 seconds, but I'm getting BrokenPipeError: [Errno 32] Broken pipe.

The minimal step to reproduce the same has been shown below while using the lazy listener it waits for 10 seconds before responding back.

Reproducible in:

from chalice import Chalice, Response
from slack_bolt impo

Improve this page

Add a description, image, and links to the chatops topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the chatops topic, visit your repo's landing page and select "manage topics."

Learn more