Fork me on GitHub
#cider
<
2020-08-30
>
zackteo08:08:04

What should I do when I get error in process filter: nrepl-send-sync-request: Sync nREPL request timed out (op clone id 1) error in process filter: Sync nREPL request timed out (op clone id 1) doing a cider-jack-in-cljs after selecting figwheel. Am following Eric's Purely Functional Re-frame course

dpsutton15:08:32

I’m not sure. Can you check the “Messages” buffer (with asterisks not bold) and see if there was any output?

zackteo01:08:54

@U11BV7MTK the relevant bits are ...

[nREPL] Starting server via /usr/bin/lein update-in :dependencies conj \[me.raynes/fs\ \"1.4.6\"\] -- update-in :dependencies conj \[compliment\ \"0.3.6\"\] -- update-in :dependencies conj \[com.cemerick/pomegranate\ \"0.4.0\"\] -- update-in :dependencies conj \[org.tcrawley/dynapath\ \"0.2.5\"\] -- update-in :dependencies conj \[nrepl\ \"0.8.0\"\] -- update-in :dependencies conj \[cider/piggieback\ \"0.5.1\"\] -- update-in :plugins conj \[refactor-nrepl\ \"2.5.0\"\] -- update-in :plugins conj \[cider/cider-nrepl\ \"0.25.3\"\] -- repl :headless :host localhost
[nREPL] server started on 46173
[nREPL] Establishing direct connection to localhost:46173 ...
[nREPL] Direct connection to localhost:46173 established
error in process filter: nrepl-send-sync-request: Sync nREPL request timed out (op clone id 1)
error in process filter: Sync nREPL request timed out (op clone id 1)

zackteo01:08:37

Would otherwise be run with lein figwheel

zackteo01:08:07

If I try to connect to the running nrepl from above ... I get

nrepl-send-sync-request: Sync nREPL request timed out (op eval code (seq (.split (System/getProperty "java.class.path") ":")) id 99)

dpsutton01:08:05

Is this public? Or based on a template?

dpsutton01:08:24

Strange to see so many dependencies added on the command line like that

zackteo01:08:17

It is public

zackteo01:08:54

I checkout the 001 branch -

git checkout -f 001

Umar Daraz09:08:11

Hello friends, I m unable to start cider-jack-in-clojurescript for my shadowcljs project in spaceemacs but cider-jack-in works fine. Please help me know what i m missing to make it work! Here are the logs that I m getting. Thanks

A session with the same parameters exists (clojure-projects/reviews:localhost:56442).  You can connect a sibling instead.  Proceed? (y or n) y
[nREPL] Starting server via /usr/local/bin/clojure -Sdeps '{:deps {nrepl {:mvn/version "0.8.0"} cider/piggieback {:mvn/version "0.5.1"} refactor-nrepl {:mvn/version "2.5.0"} cider/cider-nrepl {:mvn/version "0.25.3"}}}' -m nrepl.cmdline --middleware '["refactor-nrepl.middleware/wrap-refactor", "cider.nrepl/cider-middleware", "cider.piggieback/wrap-cljs-repl"]'
[nREPL] server started on 57396
[nREPL] Establishing direct connection to localhost:57396 ...
[nREPL] Direct connection to localhost:57396 established
error in process filter: user-error: The shadow-cljs ClojureScript REPL is not available.  Please check  for details
error in process filter: The shadow-cljs ClojureScript REPL is not available.  Please check  for details

dpsutton15:08:15

It’s not starting shadow it’s starting through clj. That’s strange