- Ably FAQs
- Ably error codes
- Spaces 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 101001 - Not entered space
Some functions are dependent on a member being entered into the space. Ensure that the space.enter() method has been called first:const space = await spaces.get(‘mySpace’');
space.enter({
username: 'Claire Lemons',
avatar: 'https://slides-internal.com/users/clemons.png',
});
View the documentation for further information on entering a space.