livebook: Crashes on startup on Mac
Environment
- Elixir & Erlang/OTP versions (elixir --version): 1.16.1-otp-26
- Operating system: 26.2.1
- How have you started Livebook (mix phx.server, livebook CLI, Docker, etc): Livebook Desktop
- Livebook version (use
git rev-parse HEADif running with mix): 0.12.1 - Browsers that reproduce this bug (the more the merrier): all
- Include what is logged in the browser console:
- Include what is logged to the server console:
Current behavior
When launching Livebook Desktop, it shuts down, and the following content is left in the log.
Protocol 'inet_tcp': the name livebook_app@<host> seems to be in use by another Erlang node
However, no other Livebook instances are running, and checking with ps aux | grep beam does not seem to show that the node is launched.
Expected behavior
no error
About this issue
- Original URL
- State: closed
- Created 5 months ago
- Reactions: 1
- Comments: 18 (9 by maintainers)
Commits related to this issue
- Use random names for apps, closes #2474 — committed to livebook-dev/livebook by josevalim 4 months ago
- Use random names for apps, closes #2474 (#2496) — committed to roger120981/livebook by josevalim 4 months ago
@kuatroka can you please do a separate report? Please try to include more steps for reproduction. I assume this is related to the directory size, assuming you are literally trying to add 12K files to Livebook. We should maybe detect such cases or allows directories to be added instead.
No. It doesn’t work.