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 was archived by the owner on Oct 12, 2022. It is now read-only.
I used https://127.0.0.1:9843 to connect, but after I clicked the connect button, the connect window disappeared and nothing appeared then.
I tried to figure out the problem and this is what I've found so far:
The error message is:
"Failed to construct 'WebSocket': The URL 'wss://127.0.0.1:9843:9843/wsgate?host=azfcxv&user=asdf&pass=YXNkZg%3D%3D&perf=0&fntlm=0&nowallp=0&nowdrag=1&nomani=0¬heme=0&nonla=0¬ls=0&dtsize=598x955' is invalid." (By the way, the password is not my password ;-)
The url here is not a correct url. The port number is duplicated.
And the url comes from here:
from the server.
It's obviously a mistake, and I hope you guys can fix it.
I'm using verison 1.0.0.167 of wsgate, with Chrome 50.0.2661.94 m (64-bit) and Windows 10.