Closed jcpsantiago closed 4 years ago
rebooting my system fixed this 🤷 still don't know what caused it, but I'm closing the issue
Hey, was out for a long weekend.
That's interesting, I'll have to look into how the ports are closed on SIGINT or maybe there's another signal I need to catch in halo. It was probably because the port was left open when it shouldn't be.
I'll write up a test for it and come up with a better error than "failed to initialize server" 😆
I'm new to Janet and to
joy
. I don't know what is triggering this error. I started a new project withjoy new proj
and everything was working i.e. server started with bothjoy server|watch
.Now I'm getting this even on a brand new project:
I'm on MacOS, using the fish shell and running Janet 1.11.3. Installed
joy
viajpm install joy
and added to my path witset PATH $PATH /usr/local/Cellar/janet/1.11.3/bin
(I use homebrew)Didn't udpate anything, just closed my terminal and opened again.