-
Notifications
You must be signed in to change notification settings - Fork 41
can not establish a connection to the server #100
Comments
I think I'll move it to use the origins hostname serving the page, and use a websocket path instead of a separate listener/port. |
yes maybe tv can use the host define in |
I think my problem is related. Because when I access the Tv console I can see it but on the Chrome Dev Tools it shows -> WebSocket connection to 'ws://localhost:42421/' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED |
+1 seeing similar error with Chrome 41 on Mac Yosemite, node 0.12.0.
|
@realyze when you register |
What about using the hostname form the request location? I've had the same issue where the hostname of the machine is not directly routable e.g. I can reach the debug console at |
Hi,
TV doesn't work if the hostname is not properly configured.
hostname should point to 127.0.0.1 in /etc/hosts.
I know this is not related to TV, but maybe it could be noted in the doc ? (known issue)
The text was updated successfully, but these errors were encountered: