I am getting the following error while trying to load a buffer to my (remote) REPL:
Exception in thread "nREPL-worker-0" java.lang.IllegalArgumentException: No implementation of method: :send of protocol: #'clojure.tools.nrepl.transport/Transport found for class: clojure.tools.nrepl.middleware.load_file$wrap_load_file$fn$reify__668
Complete stack trace: https://pastebin.com/fafec0AV
My profiles.clj:
{:repl {:plugins [[cider/cider-nrepl "0.17.0-SNAPSHOT"]
[refactor-nrepl "2.4.0-SNAPSHOT"]]
:dependencies [[org.clojure/tools.nrepl "0.2.12"]]
}
}
Effectively none of my required namespaces are getting loaded.
Any help/pointers would be helpful. TIA.