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
>ws=new WebSocket("ws://tjs.dyns.gq/testing",{
: origin: 'https://zibri.org'
:})
Uncaught InternalError: Unable to locate host
at line 1 col 81
...},this.onConnect.bind(this))
^
in function "initializeConnection" called from line 1 col 41
var c=new g(a,b);c.initializeConnection();return c
^
in function "WebSocket" called from line 3 col 2
})
but
for some reason this works:
but this doesn't:
but as you can see the host exists
https://dnschecker.org/#A/tjs.dyns.gq
and
https://tjs.dyns.gq
The text was updated successfully, but these errors were encountered: