clj-commons / byte-streams

A Rosetta stone for JVM byte representations
417 stars 33 forks source link

"Don't know how to convert class manifold.stream.BufferedStream into class java.io.InputStream" #43

Closed theronic closed 3 years ago

theronic commented 3 years ago

Given deps.edn with:

aleph/aleph {:mvn/version "0.4.6"}

Attempting to

(require '[aleph.http :as http])
(http/get "https://google.com/") ;; returns a manifold.deferred.Deferred
=> <...>
;; But attempting to deref throws:
@(http/get "https://google.com/")
=> Don't know how to convert class manifold.stream.BufferedStream into class java.io.InputStream
theronic commented 3 years ago

Closing because this probably belongs on manifold or aleph repo. Sorry!