-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to visualize another app? #20
Comments
Does the first node actually return |
If I run
So my node name would be |
I start my app with:
From iex, the node is:
I have tried both |
Curious. From the visualixir iex session, does I wonder if epmd isn't running for some reason. |
Yes, it takes some seconds to respond, and finally returns |
It's interesting that it takes a few seconds… it sounds like maybe it's trying to connect to an external host. Does What does |
5 seconds should be the normal timeout so that makes sense.
This is definitely the next step. |
No it doesn't.
|
I'm a little stumped. Does |
No, it doesn't return |
Uh, |
hi, i have the same problem here I am running on a MacOS Mojave 10.14.4 with elixir/mix 1.8.1 using Zsh (as a shell) my app is started with it is discoverable using |
I was also having problems on OSX - seems related to this elixir-lang/elixir#3955 I did get it to work doing the following:
Once I manually connected, refresh page and the node appears. |
Hello!
I'm trying to visualize a Elixir 1.6 / Phoenix app I have running in my machine. I launch it like this:
elixir --sname myapp -S mix phx.server
and then I run visualixir like this:
elixir --sname visualixir --hidden -S mix phoenix.server
Then I add the node in the GUI (
myapp@holly
) but nothing happens on the GUI. I see this on the logs:What am I doing wrong?
The text was updated successfully, but these errors were encountered: