JavaScript Demo on Photon Cloud doesn't work

Options
I've tried the JavaScript SDK demo (loadbalancing & particle), but it doesn't work. The HTTP request and response header to the cloud server are:

CONNECT app-asia.exitgamescloud.com:4530 HTTP/1.0
User-Agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0; Touch)
Host: app-asia.exitgamescloud.com:4530
Content-Length: 0
DNT: 1
Connection: Keep-Alive
Pragma: no-cache

HTTP/1.0 200 Connection Established
StartTime: 18:01:02.175
Connection: close

GET http://app-asia.exitgamescloud.com:4530/ HTTP/1.1
Origin: XXXXXXXXXX
Sec-WebSocket-Key: vyRGUxkvLJmDen8mWCV2SQ==
Connection: Upgrade
Upgrade: Websocket
Sec-WebSocket-Version: 13
User-Agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0; Touch)
Host: app-asia.exitgamescloud.com:4530
DNT: 1
Cache-Control: no-cache

And there's no response for the 2nd request. I tried on both local computer and remote web host.

The demo gave me "Error 1001 Master peer error" and "Error 1004 Master peer error timeout"

However, it works fine with my self-hosted Photon server, and demos of other SDKs like Silverlight works fine as well.

What's wrong? Thanks.

Comments