jsrobo
February 13, 2023, 7:16pm
1
I have found a bug when using a secure domain with Tokens (tried multiple deployments), If while waiting in a lobby a user toggle’s their camera, when the moderator lets them in they get stuck in a limbo where they can hear the meeting but can’t see or speak. The console log shows an error with getVideoTracks.
Logger.js:154 2023-02-13T19:16:09.999Z [JitsiMeetJS.ts] <Object.getGlobalOnErrorHandler>: UnhandledError: Cannot read properties of null (reading ‘getVideoTracks’) Script: null Line: null Column: null StackTrace: TypeError: Cannot read properties of null (reading ‘getVideoTracks’)
Do you reproduce this on meet.jit.si?
jsrobo
February 13, 2023, 8:12pm
3
I can only reproduce it on a secure domain server so far. I can pm you the console logs and a gif of it happening if that would be helpful
saghul
February 14, 2023, 12:45pm
4
Any chance you can get a more complete stack trace?
jsrobo
February 15, 2023, 3:43am
5
I pm’d you the console logs but can get you anything else that you need.
saghul
February 17, 2023, 11:06am
6
The error looks very weird, it’s failing in the face-landmarks code, but that probably means something else is wrong.
Can you try to disable face-landmarks and give it another try?