GhostText / GhostText-for-Atom

Allows live editing of Chrome/Firefox text area or JS Code editor content with Atom using WebSockets
MIT License
40 stars 4 forks source link

Socket Connection Not Happening #5

Open drewmutt opened 7 years ago

drewmutt commented 7 years ago

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!