livekit-cli icon indicating copy to clipboard operation
livekit-cli copied to clipboard

I need help with some error message

Open carlvallory opened this issue 1 year ago • 1 comments

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

carlvallory avatar Apr 25 '24 16:04 carlvallory

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?

davidzhao avatar Apr 27 '24 05:04 davidzhao