I am using the Yii framework and the OpenTok API integrated with the PUSHER API . When I'm tired of instantiating the PUSHER event, the connection is established. But after a few seconds, the connection automatically closes and gives an error, for example: Pusher: Error: {"type": "WebSocketError", "error": {}}. I am trying to make the version of pusher version 1.11.2 and 1.12 (but at the same time) for testing.
Console Logs:
Pusher : State changed : initialized -> connecting Firefox can't establish a connection to the server at ws:
I checked telnet ws.pusherapp.com 443.80 and 843, but I get a connection closed by a foreign host.
Is there any method or something that I am missing for debugging or testing? Help is needed to avoid this warning.
I have
chrome Version 23.0.1271.97
Ubuntu 12.04
Firefox 18.0
source share