Hello All,
I am learning Clojure, and I found clojupyter to be very helpful. But recently I am getting errors as shown. I use Mac M1 (Monterey 12.1)
[I 2022-01-25 10:21:54.017 LabApp] Build is up to date
[I 2022-01-25 10:21:57.063 ServerApp] Creating new notebook in
[I 2022-01-25 10:21:57.529 ServerApp] Kernel started: 271c0671-68c9-4ebc-b92d-9d8fe5b86837
[E 04:52:08.886 Clojupyter] c8r.messages -- Invalid message signature
[E 04:52:08.932 Clojupyter] c8r.util-actions --
java.lang.Thread.run Thread.java: 745
java.util.concurrent.ThreadPoolExecutor$Worker.run ThreadPoolExecutor.java: 617
java.util.concurrent.ThreadPoolExecutor.runWorker ThreadPoolExecutor.java: 1142
...
clojure.core.async/thread-call/fn async.clj: 443
clojupyter.zmq/start/fn zmq.clj: 108
clojure.core.async/>!! async.clj: 143
clojure.core.async.impl.channels.ManyToManyChannel/put! channels.clj: 143
clojure.core.async.impl.channels/chan/fn channels.clj: 300
clojure.core/map/fn/fn core.clj: 2742
...
clojupyter.util-actions/wrap-report-and-absorb-exceptions/fn util_actions.clj: 239
clojure.core/apply core.clj: 665
...
clojure.core/comp/fn core.clj: 2569
clojupyter.kernel.core/wrap-skip-shutdown-tokens/fn core.clj: 83
clojure.core/comp/fn core.clj: 2569
clojure.core/partial/fn core.clj: 2624
...
clojure.spec.test.alpha/spec-checking-fn/fn alpha.clj: 142
...
clojupyter.messages/fn/frames->jupmsg messages.clj: 288
java.lang.Exception: Invalid message signature
[E 04:52:09.009 Clojupyter] c8r.util-actions --
java.lang.Thread.run Thread.java: 745
java.util.concurrent.ThreadPoolExecutor$Worker.run ThreadPoolExecutor.java: 617
java.util.concurrent.ThreadPoolExecutor.runWorker ThreadPoolExecutor.java: 1142
...
clojure.core.async/thread-call/fn async.clj: 443
clojupyter.zmq/start/fn zmq.clj: 108
clojure.core.async/>!! async.clj: 143
clojure.core.async.impl.channels.ManyToManyChannel/put! channels.clj: 143
clojure.core.async.impl.channels/chan/fn channels.clj: 300
clojure.core/map/fn/fn core.clj: 2742
...
clojupyter.util-actions/wrap-report-and-absorb-exceptions/fn util_actions.clj: 239
clojure.core/apply core.clj: 665
...
clojure.core/comp/fn core.clj: 2569
clojupyter.kernel.core/wrap-skip-shutdown-tokens/fn core.clj: 83
clojure.core/comp/fn core.clj: 2569
clojure.core/partial/fn core.clj: 2624
...
clojure.spec.test.alpha/spec-checking-fn/fn alpha.clj: 142
...
clojupyter.messages/fn/frames->jupmsg messages.clj: 288
java.lang.Exception: Invalid message signature
Exception in thread "async-thread-macro-11" java.lang.AssertionError: Assert failed: handle-request - internal error (':shell_port' neq '')
It will be great if some one could tell me whats happening, and possible fix.