Fork me on GitHub
#conjure
<
2022-06-23
>
Santiago18:06:05

I’m trying to run a bb script and conjure complaints with

(err) : error=2, No such file or directory conjure.internal
when evaluating any form e.g.
(require '[babashka.pods :as pods])
I haven’t used babashka in a while, but last time it was as simple as connect to the bb repl and bam. What did I mess up in the mean time? 😅

Dumch18:06:26

Did you try to relaunch vim?) I think I got this error once, but don't really remember that it was error=2

Santiago18:06:11

yes. let me try a full system reboot 🤷

Santiago18:06:08

no change 😄

Dumch18:06:30

And you didn't forget to pass port? echo "5678" > .nrepl-port bb --nrepl-server 5678

Santiago18:06:15

I passed it directly to ConjureConnect , but let me try that anyways

Santiago18:06:57

yap same thing 😕

Dumch18:06:57

Until we have conjure author here, may be try to update? I have the laters Conjure and nvim v0.7.0 and everything works. M1

Santiago18:06:23

ah updating fixed it 😄

Santiago18:06:34

thanks @UL05W6AEM I wasn’t aware I was so behind

Olical22:06:43

Glad you found a solution! Sorry I didn't get here in time! 🙂