livekit / livekit-cli

Command line interface to LiveKit
https://docs.livekit.io
Other
215 stars 65 forks source link

I need help with some error message #313

Open carlvallory opened 5 months ago

carlvallory commented 5 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

davidzhao commented 5 months ago

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?