Closed robintown closed 10 months ago
Ping @quitrk
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I'm guessing this is probably still relevant
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Description:
Jitsi Meet's logger can sometimes try to post circular data structures over the iframe API, causing the app to get wedged.
Steps to reproduce:
apiLogLevels
config value of["log"]
Expected behavior:
Jitsi Meet should start normally, and send back logs over the iframe API.
Actual behavior:
Jitsi Meet begins to start and join the conference, but then crashes because of trying to call
postMessage
on a circular data structure:After monkey-patching
JSON.stringify
to try to see what object is causing this, the object is revealed to be this:Server information:
Client information: