We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: