clj-slack icon indicating copy to clipboard operation
clj-slack copied to clipboard

file upload broken

Open yenda opened this issue 7 months ago • 0 comments

The example of file upload using a clojure.java.io/input-stream from the readme is broken

Execution error at clojure.data.json/write-generic (json.clj:599).
Don't know how to write JSON of class java.io.BufferedInputStream

seems like it was caused by this commit: https://github.com/julienXX/clj-slack/commit/739847b208e8037cc6fbf155e78a3f7e11a17ec5

yenda avatar Nov 06 '23 17:11 yenda