Fork me on GitHub
#emacs
<
2018-06-22
>
michal11:06:01

hey guys. is there anyone using clj-refactor? it fails on cljr-add-project-dependency and doesn't even show a list of artifacts. instead, it receives an exception from underlaying refactor-nrepl:

cljr--get-error-value: Error in nrepl-refactor: java.util.concurrent.ExecutionException: refactornrepl240SNAPSHOT.com.fasterxml.jackson.core.JsonParseException: Unexpected character (’<’ (code 60)): expected a valid value (number, String, array, object, ’true’, ’false’ or ’null’)
 at [Source: (StringReader); line: 1, column: 2]
 at java.util.concurrent.FutureTask.report (FutureTask.java:122)

jumar11:06:48

@U0505TFA4 I'm getting the same error. It used to work not long time ago. I use spacemacs with cider:

20180531.823 (installed), 20180509.109 (installed), 20170722.2228 (installed).

michal11:06:48

thanks for info. I have already created a ticket and just trying to investigate what's going on inside. https://github.com/clojure-emacs/refactor-nrepl/issues/226

👍 4
michal11:06:14

I'm just curious if it's something on my side only