Ripcord Dev Logo Ripcord Development — View Ticket Login or Create Account
Ticket UUID: 8e80a24bce006296e0eb01209dda7a6a925f90a8
Title: Pasted images get uploaded as binary files
Status: Open Type: Bug
Severity: Minor Priority: Low
Subsystem: Slack Resolution: Duplicate
Last Modified: 2021-10-09 09:58:21
Version Found In: 0.4.29
f1d4ae702021-09-27 21:14:57

It worked before, I've always pasted, not browsed to upload. Slack apps now view images uploaded via ripcord from the clipboard as binary files. Browse-upload works fine. Might be mime-type / file extension.

I can reproduce it 100%.

cancel2021-09-28 15:50:56

It's a Slack bug. It started ignoring the mimetype and only looks at the file extension now (wtf) and pasted clipboard images don't have file extensions... sigh.

Self-Perfection2021-10-05 18:52:38

Looks like a duplicate of issue 93716c1812

There is workaround: if you append ".png" extension to pasted image filename it will be properly displayed.

f1d4ae702021-10-09 09:58:21

I can confirm the workaround, interesting that it didn't affect me before, maybe workspace got upgraded a month later..