Start Livebook on Windows not in distributed mode

When i try to start Livebook with mix phx.server on my windows machine i get this error message:

[info] Protocol 'inet_tcp': register/listen error: econnrefused

ERROR!!! [Livebook] could not start distributed node: {{:shutdown, {:failed_to_start_child, :net_kernel, {:EXIT, :nodistribution}}}, {:child, :undefined, :net_sup_dynamic, {:erl_distribution, :start_link, [[:livebook_f3izaff3, :shortnames, 15000], false]}, :permanent, 1000, :supervisor, [:erl_distribution]}}
[os_mon] win32 supervisor port (win32sysinfo): Erlang has closed

I can’t even run mix test.
Can somebody point me in the right direction?

Cheers!

I think this issue has been fixed already. There were discussions on both #196 and #194.

3 Likes

Thank you @jhefreyzz! I was searching for a ticket in the Github issues but i must have overlooked it