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

[BUG] failed to create egress, no response from servers #720

Closed
jsyqrt opened this issue Jul 7, 2024 · 2 comments
Closed

[BUG] failed to create egress, no response from servers #720

jsyqrt opened this issue Jul 7, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@jsyqrt
Copy link

jsyqrt commented Jul 7, 2024

Describe the bug
A clear and concise description of what the bug is.

Failed to start-room-composite-egress

2024-07-07T10:42:40.975Z        DEBUG   egress  stats/monitor.go:173    cpu check       {"nodeID": "NE_s7aGJGh4RzTK", "clusterID": "", "total": 8, "pending": 0, "used": 0, "required": 4, "available": 8, "activeRequests": 0, "canAccept": true}
2024-07-07T10:42:40.976Z        INFO    egress  server/server_rpc.go:55 request received        {"nodeID": "NE_s7aGJGh4RzTK", "clusterID": "", "egressID": "EG_4EYXNfRZSTXJ"}
2024-07-07T10:42:41.982Z        ERROR   egress  service/io.go:47        failed to create egress {"nodeID": "NE_s7aGJGh4RzTK", "clusterID": "", "error": "no response from servers"}
github.com/livekit/egress/pkg/service.(*IOClient).CreateEgress
        /workspace/pkg/service/io.go:47
github.com/livekit/egress/pkg/server.(*Server).StartEgress
        /workspace/pkg/server/server_rpc.go:64
github.com/livekit/psrpc/pkg/server.(*rpcHandlerImpl[...]).handleRequest
        /root/go/pkg/mod/github.com/livekit/psrpc@v0.5.3-0.20240403150641-811331b106d9/pkg/server/rpc.go:188
github.com/livekit/psrpc/pkg/server.(*rpcHandlerImpl[...]).run.func1.1
        /root/go/pkg/mod/github.com/livekit/psrpc@v0.5.3-0.20240403150641-811331b106d9/pkg/server/rpc.go:133

Egress Version
What version are you running?
v1.8.5

Egress Request
Post the request here (be sure to remove any PII).

{
  "room_name": "cc1f5d29-3972-4da3-87a1-6ae42aa3ff31",
  "layout": "speaker-dark",
  "file_outputs": [
    {
      "filepath": "/opt/my-room-test.mp4"
    }
  ]
}

Additional context
Add any other context about the problem here.

livekit-cli version 1.2.10
livekit-server version 1.4.5

Logs
Post any relevant logs from the egress service here.

@jsyqrt jsyqrt added the bug Something isn't working label Jul 7, 2024
@jsyqrt
Copy link
Author

jsyqrt commented Jul 7, 2024

command line used

livekit-cli start-room-composite-egress --url http://localhost:7880 --api-key devkey --api-secret secret --request x.json --verbose
{
  "room_name": "cc1f5d29-3972-4da3-87a1-6ae42aa3ff31",
  "layout": "speaker-dark",
  "Output": null,
  "Options": null,
  "file_outputs": [
    {
      "filepath": "/opt/my-room-test.mp4",
      "Output": null
    }
  ]
}
twirp error unavailable: no response from servers

@jsyqrt
Copy link
Author

jsyqrt commented Jul 13, 2024

It works fine after upgrading livekit-server to 1.7.0, closing this.

@jsyqrt jsyqrt closed this as completed Jul 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants