Opening weblish returns ERR_CONNECTION_TIMED_OUT (web socket timed out error)

Simply opening weblish returns the following error

Weblish.tsx:112 WebSocket connection to 'wss://singapore.webconsole.linode.com:8181/<Number I assume is important>/weblish' failed: Error in connection establishment: net::ERR_CONNECTION_TIMED_OUT

Is there a way for me to just use HTTPS instead?

2 Replies

You might be running into a network issue in between your local connection and the Linode. You can do a little investigating with MTR which will provide much more information about the packet routing and any issues it might be encountering along the way. We usually recommend the format:

mtr -rwbzc 100 (IPAddress)

For the sake of being thorough I would also recommend trying to access your Linode with LISH via SSH. This can help you determine if the issue is with LISH or the network.

And if you have any other troubles you can always open a Support Ticket.

I get the same thing here in dallas.

WebSocket connection to 'wss://dallas.webconsole.linode.com:8181/<GUID>/weblish' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED
e.connect    @   Weblish.tsx:113

It has been a problem since moving to the new web management interface.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct