Error Event

Built-in Socket.IO event that fires when there’s an error connecting to the Comet server.

Event name

error

Errors

SSL configuration issues

You need to specify a path to both an SSL certificate and an SSL key in the Server Configuration.

Error Text
Configuration problem: both server.comet_ssl_certificate and server.comet_ssl_key should be defined

Bad client session

Error Text
Bad client session

Failed to read session information

The server tries to find a user based on the provided session ID or an authentication token. If it fails to read session information, it throws the following error:

Error Text
Internal error: failed to read session information.

No session

No session ID or authentication tokens were provided.

Error Text
No session.