Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I need help with some error message #313

Open
carlvallory opened this issue Apr 25, 2024 · 1 comment
Open

I need help with some error message #313

carlvallory opened this issue Apr 25, 2024 · 1 comment

Comments

@carlvallory
Copy link

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
Copy link
Member

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants