slack icon indicating copy to clipboard operation
slack copied to clipboard

Attachments aren't working in 0.1.2.

Open clayheaton opened this issue 11 years ago • 2 comments

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...)

clayheaton avatar Feb 27 '15 19:02 clayheaton

@Mikecom32 would you like to look into this?

kn avatar Feb 27 '15 19:02 kn

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"}]

clayheaton avatar Feb 27 '15 19:02 clayheaton