You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 18, 2023. It is now read-only.
So, I installed everything, and it just plumb wouldn't connect to Atom from Chrome on my Mac. After digging into the code, it seems at though in ghost-text.coffee the line wsServer.listen(0)
Did, as the node docs say, assign a random port but never seemed to really start listening on it. Not sure the cause of this, but I changed to a concrete value.. wsServer.listen(8524)
And it began to work. Hopefully this is helpful and thanks for this awesome tool!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
So, I installed everything, and it just plumb wouldn't connect to Atom from Chrome on my Mac. After digging into the code, it seems at though in ghost-text.coffee the line
wsServer.listen(0)
Did, as the node docs say, assign a random port but never seemed to really start listening on it. Not sure the cause of this, but I changed to a concrete value..
wsServer.listen(8524)
And it began to work. Hopefully this is helpful and thanks for this awesome tool!
The text was updated successfully, but these errors were encountered: