- Ably FAQs
- Ably error codes
- Connection Errors
-
Account billing and packages
-
General
-
Realtime API and client libraries
-
Troubleshooting
-
Channels
-
REST API and client libraries
-
Ably error codes
-
Account and app setup and configuration
-
Ably architecture, transports, and security
-
Performance and Redundancy
-
Push Notifications
-
Integrations
-
Migrating to Ably from an existing service
Error code: 80017 - Connection closed
This error can occur when a connection has been closed due to some circumstances and then for example a channel or presence method e.g. channel.presence.update being called on the connection when the connection is still in the closed state.
Make sure you are doing a check on the connection state of the client before to avoid this error.