Open Ashoka74 opened 3 weeks ago
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"}
you need to set LIVEKIT_URL in your env, otherwise it might be trying to connect to local LiveKit
LIVEKIT_URL
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"}