-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fail to connect with 'wss://testnet-harbour.datahighway.com' #3
Comments
on the server side I see the request in reverse-proxy log like this: |
ERR_NAME_NOT_RESOLVED indicates issues resolving the hostname to the IP. Can you try:
|
seems like 101.112.209.41 is Australia, Sydney |
Sam connected wss from chrome at home, so network is fine |
problem solved, it is android emulator DNS thing |
The issue was solved. That because is that my android simulator can be instability connected to the network on my laptop. |
this is my branch develop_sam, and run this project, it would show this issue:
I/chromium(15810): [INFO:CONSOLE(33)] "WebSocket connection to 'wss://testnet-harbour.datahighway.com/' failed: Error in connection establishment: net::ERR_NAME_NOT_RESOLVED", source: (33)
no more detail to view in the error log.
The text was updated successfully, but these errors were encountered: