You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I installed 0.1.2, all attachments stopped working on slack.chat.post_message(). Downgrading to 0.1.0 fixed the problem without any changes to my code. (At the expense of "Unverified HTTPS request" warnings...)
The text was updated successfully, but these errors were encountered:
To clarify, the attachment payloads I'm sending look similar to this and I'm using attachments= kwarg to send them in post_message():
[{"fallback":"The following plugins will be executed sequentially in this phase:","text":"The following plugins will be executed sequentially in this phase:","fields":[{"title":"","value":"1. User frequency filter","short":false},{"title":"","value":"2. Custom Stopword Remover","short":false}],"color":"#FF00C3"}]
When I installed 0.1.2, all attachments stopped working on
slack.chat.post_message()
. Downgrading to 0.1.0 fixed the problem without any changes to my code. (At the expense of "Unverified HTTPS request" warnings...)The text was updated successfully, but these errors were encountered: