Fork me on GitHub
#datomic
<
2021-07-09
>
Drew Verlee20:07:58

How can I resolve the error i get when i run datomic.ion.cast/event locally? 1. Unhandled java.lang.IllegalArgumentException No implementation of method: :-event of protocol: #'datomic.ion.cast.impl/Cast found for class: nil I assume It has something todo with the context not being set, that i'm supposed to be redirecting the output to somewhere.

Joe Lane21:07:52

Restart your repl, then make sure you run initialize-redirect.

👍 2
Drew Verlee21:07:13

Ah, ok. I called initialize-redirect, but i didn't restart my repl.

Joe Lane21:07:11

You need to initialize-redirect before you cast anything otherwise it throws that forever because the nil caster is memoized. We've got this in our backlog.