This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-09-21
Channels
- # announcements (1)
- # bangalore-clj (1)
- # beginners (5)
- # calva (20)
- # cider (5)
- # clj-kondo (6)
- # clojure-czech (1)
- # clojure-dev (22)
- # clojure-hk (5)
- # clojure-norway (9)
- # clojure-switzerland (1)
- # clojure-uk (22)
- # clojurescript (7)
- # code-reviews (26)
- # cursive (1)
- # data-science (1)
- # datomic (1)
- # emacs (1)
- # fulcro (24)
- # off-topic (43)
- # om (1)
- # pathom (5)
- # pedestal (1)
- # re-frame (9)
- # reagent (1)
- # shadow-cljs (1)
- # spacemacs (7)
- # sql (4)
- # xtdb (8)
I'm trying to get SSE working, and ran into this:
ERROR i.p.http.impl.servlet-interceptor - {:msg "Dev interceptor caught an exception;
Forwarding it as the response.", :line 314}
clojure.lang.ExceptionInfo: java.lang.IllegalArgumentException in Interceptor :io.pedes
tal.http.sse/start-event-stream41445 - No implementation of method: :exec of protocol:
#'clojure.core.async.impl.protocols/Executor found for class: clojure.core.async.impl.e
xec.threadpool$thread_pool_executor$reify__8430
at clojure.core$ex_info.invokeStatic(core.clj:4739)
at clojure.core$ex_info.invoke(core.clj:4739)
at io.pedestal.interceptor.chain$throwable__GT_ex_info.invokeStatic(chain.clj:3
5)
at io.pedestal.interceptor.chain$throwable__GT_ex_info.invoke(chain.clj:32)
at io.pedestal.interceptor.chain$try_f.invokeStatic(chain.clj:57)
at io.pedestal.interceptor.chain$try_f.invoke(chain.clj:44)
at io.pedestal.interceptor.chain$process_all_with_binding.invokeStatic(
j:171)