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] Fail to connect livekit with meet demo after egress request #343

Closed
calvin-seo opened this issue Apr 21, 2023 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@calvin-seo
Copy link

Describe the bug
Unable to connect livekit with Livekit Meet whenever egress recording is requested. If I disable the recording, it works very well.

I posted the same issue (livekit-examples/meet#58) to livekit/meet repo because I am not sure which side causes the issue

Egress Version
v1.6.0

Egress Request

  • RoomComposite Egress
  • TrackComposite Egress

My application makes those two requests whenever it receives webhooks

  • Room_Started Webhook triggers RoomComposite request
  • Track_Published Webhook triggers TrackCompsite request

I am not sure this is a proper way to make egress requests tho

Logs
This is a console log of my web browser when I try to connect to my livekit

framework-7751730b10fa0f74.js:9 TypeError: Cannot read properties of undefined (reading 'matchAll')
    at 590-005945d272d18427.js:1:101542
    at Array.map (<anonymous>)
    at 590-005945d272d18427.js:1:101514
    at rx (590-005945d272d18427.js:1:101958)
    at 590-005945d272d18427.js:1:100800
    at Object.useMemo (framework-7751730b10fa0f74.js:9:67913)
    at n.useMemo (framework-7751730b10fa0f74.js:25:5985)
    at rE (590-005945d272d18427.js:1:100786)
    at aD (framework-7751730b10fa0f74.js:9:61583)
    at i (framework-7751730b10fa0f74.js:9:119731)

main-cca64c2bc7b52412.js:1 TypeError: Cannot read properties of undefined (reading 'matchAll')
    at 590-005945d272d18427.js:1:101542
    at Array.map (<anonymous>)
    at 590-005945d272d18427.js:1:101514
    at rx (590-005945d272d18427.js:1:101958)
    at 590-005945d272d18427.js:1:100800
    at Object.useMemo (framework-7751730b10fa0f74.js:9:67913)
    at n.useMemo (framework-7751730b10fa0f74.js:25:5985)
    at rE (590-005945d272d18427.js:1:100786)
    at aD (framework-7751730b10fa0f74.js:9:61583)
    at i (framework-7751730b10fa0f74.js:9:119731)
@calvin-seo calvin-seo added the bug Something isn't working label Apr 21, 2023
@lukasIO
Copy link
Contributor

lukasIO commented Apr 21, 2023

meet repo is the right place

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

3 participants