Open Bug 1308921 Opened 8 years ago Updated 2 years ago

Multiple JS errors while waiting for peer to join conversation via Jitsi

Categories

(Core :: WebRTC, defect, P5)

All
Windows
defect

Tracking

()

Tracking Status
firefox50 --- affected

People

(Reporter: ccomorasu, Unassigned)

References

Details

(Whiteboard: [jitsi-meet])

[Affected versions]:

 Fx 50.0b5

[Affected platforms]:
 
 Windows XP x86
 Windows 7 x64
 Windows 8.1 x86
 Windows 10 x64

[Steps to reproduce]:

 1. Open Firefox
 2. Open a room via https://meet.jit.si/.
 3. Open the console (F12).
 5. Start a conversation with a peer. 

[Expected result]:

 The conversation starts without any issues.

[Actual result]:

 While waiting for the peer to join the conversation the JS errors :  "uncaught exception: undefined" increase by the second.
Summary: Multimple JS errors while waiting for peer to join conversation via Jitsi → Multiple JS errors while waiting for peer to join conversation via Jitsi
Rank: 25
Priority: -- → P2
Depends on: 1311050
It appears from this report that the call establishes without any problem.  Errors in the console are minor if there's no user/app impact; and in this case may well be due to a bug in the site.  

Also: does this happen if full_duplex is off?
Flags: needinfo?(cristian.comorasu)
(In reply to Randell Jesup [:jesup] from comment #1)
> It appears from this report that the call establishes without any problem. 
> Errors in the console are minor if there's no user/app impact; and in this
> case may well be due to a bug in the site.  
> 
> Also: does this happen if full_duplex is off?

The errors occur with "media.navigator.audio.full_duplex" on true and false. One simpler way to see the errors is using " https://talky.io/  ". Here we can control the waiting time until the peer connects.
However these errors do not affect the conversation.
Flags: needinfo?(cristian.comorasu)
suggestions on finding the source of the exceptions?
Flags: needinfo?(jib)
I was able to reproduce with talky.io.

This is really a script error at this point. Open the JS debugger and set some breakpoints. I see tons of setTimeouts in the code. Pity our developer console can't locate where this particular exception is coming from, but someone with familiarity with the code should be able to recognize where an error of this high frequency must be coming from. Once it's been located to come from a platform call, or even a particular part of the content script, please include that info and let us know.
Flags: needinfo?(jib)
Likely should be closed, unless a developer from jitsi or talky can point to something we're doing wrong.
Rank: 25 → 55
Priority: P2 → P5
Flags: needinfo?(cristian.comorasu)
I am not a developer, nor do I know one for talky.io or jitsi.
Flags: needinfo?(cristian.comorasu)
Whiteboard: [jitsi-meet]
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.