Open carlvallory opened 6 months ago
I can't figure it out what to do.
I'm using:
apiUrl = http://localhost apiPort = 7880 and the appropiate api key and secret
Then when i want to create a room using:
livekit-cli create-room --url ${apiUrl}:${apiPort} --api-key ${apiKey} --api-secret ${apiSecret} --name ${roomName}
I got this message: "twirp error internal: could not create room: could not find any available nodes"
Still... the room is created. But I'm not sure if I'm supposed to get this message
Then i tried to delete the room using:
livekit-cli delete-room --api-key ${apiKey} --api-secret ${apiSecret} --room ${roomName}
And it just hangs there doing nothing
And when i use:
livekit-cli list-rooms --api-key ${apiKey} --api-secret ${apiSecret}
It brings the room already created
Help plz
likely, this means your system has too heavily loaded that it cannot handle any more rooms.
did you check the server logs? what does it say?
I can't figure it out what to do.
I'm using:
apiUrl = http://localhost apiPort = 7880 and the appropiate api key and secret
Then when i want to create a room using:
livekit-cli create-room --url ${apiUrl}:${apiPort} --api-key ${apiKey} --api-secret ${apiSecret} --name ${roomName}
I got this message: "twirp error internal: could not create room: could not find any available nodes"
Still... the room is created. But I'm not sure if I'm supposed to get this message
Then i tried to delete the room using:
livekit-cli delete-room --api-key ${apiKey} --api-secret ${apiSecret} --room ${roomName}
And it just hangs there doing nothing
And when i use:
livekit-cli list-rooms --api-key ${apiKey} --api-secret ${apiSecret}
It brings the room already created
Help plz