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
After connecting to Cloud from local files, I get this message when running in dev:
{"message": "failed to connect to livekit, retrying in 4s: Cannot connect to host localhost:7880 ssl:default [The remote computer refused the network connection]", "level": "WARNING", "name": "livekit.agents", "timestamp": "2024-10-12T19:29:55.138077+00:00"}
"failed to connect to livekit, retrying in 4s: Cannot connect to host localhost:7880 ssl:default [The remote computer refused the network connection]", "level": "WARNING", "name": "livekit.agents", "timestamp": "2024-10-12T19:29:55.138077+00:00"}
The text was updated successfully, but these errors were encountered:
you need to set LIVEKIT_URL in your env, otherwise it might be trying to connect to local LiveKit
LIVEKIT_URL
Sorry, something went wrong.
No branches or pull requests
After connecting to Cloud from local files, I get this message when running in dev:
{"message":
"failed to connect to livekit, retrying in 4s: Cannot connect to host localhost:7880 ssl:default [The remote computer refused the network connection]", "level": "WARNING", "name": "livekit.agents", "timestamp": "2024-10-12T19:29:55.138077+00:00"}
The text was updated successfully, but these errors were encountered: