-
Notifications
You must be signed in to change notification settings - Fork 9
Description
I keep encoutering issues with livebook_tools. sometime everything works fine and it really provides value in the dev process.
but then it stops working for unknown reasons. At some point I thought that it might be depending on the network / wifi joined ... but that doesn't seem to be the case.
Any recommendations on how to debug further? Nothing changed on the configuration side:
livebook_tools watch proto.livemd
11:06:21.462 [notice] Protocol 'inet_tcp': register/listen error: econnrefused
** (ArgumentError) errors were found at the given arguments:
-
1st argument: the node name is not part of a distributed system
:erlang.set_cookie(:nonode@nohost, :secret)
(livebook_tools 0.0.1) lib/livebook_tools/cli.ex:139: LivebookTools.CLI.watch/1
(elixir 1.18.3) lib/kernel/cli.ex:137: anonymous fn/3 in Kernel.CLI.exec_fun/2
mate ~/.livebookdesktop.sh
export LIVEBOOK_NODE="livebook@127.0.0.1"
export LIVEBOOK_COOKIE="secret"