Closed
Bug 1174663
Opened 10 years ago
Closed 10 years ago
Facebook video call is failing intermittently (hard to repro)
Categories
(Core :: WebRTC: Audio/Video, defect, P1)
Tracking
()
RESOLVED
INCOMPLETE
| Tracking | Status | |
|---|---|---|
| firefox41 | --- | affected |
| backlog | webrtc/webaudio+ |
People
(Reporter: VarCat, Unassigned)
Details
Attachments
(1 file)
|
40.89 KB,
text/plain
|
Details |
Environment:
Caller:
FF 41
OS: Ubuntu 14.04 x64
Callee:
FF 38.0.1 ESR
Windows 7 x86
Prerequisites:
media.navigator.video.preferred_codec = 126
STR:
1. The caller start a video call from facebook.
Issue:
The call is failing at the start.
This error is logged in browser console:
this.editor is null urlbarBindings.xml:203:0
TypeError: this.editor is null urlbarBindings.xml:203:15
RemoteWebProgress failed to call onStateChange: [Exception... "[JavaScript Error: "this.editor is null" {file: "chrome://browser/content/urlbarBindings.xml" line: 203}]'[JavaScript Error: "this.editor is null" {file: "chrome://browser/content/urlbarBindings.xml" line: 203}]' when calling method: [nsIWebProgressListener::onStateChange]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :: resource://gre/modules/RemoteWebProgress.jsm :: RemoteWebProgressManager.prototype._callProgressListeners :: line 174" data: yes]
RemoteWebProgress.jsm:176:0
this.editor is null
Note:
This issue is intermittent.
| Reporter | ||
Comment 1•10 years ago
|
||
I've attached the logs from a debug FF 41 build.
Please note that this bug is reproducible even without adding
media.navigator.video.preferred_codec = 126 pref
Comment 2•10 years ago
|
||
We need NSPR_LOG_MODULES to be set to get the right logs
NSPR_LOG_MODULES=signaling:5,mediamanager:5,timestamp
(5 may be overkill but I'd rather get too much data than not enough).
backlog: --- → webRTC+
Rank: 15
Flags: needinfo?(catalin.varga)
Priority: -- → P1
Comment 3•10 years ago
|
||
Also: how frequent is this intermittent?
| Reporter | ||
Comment 4•10 years ago
|
||
I've tried for over an hour to reproduce the issue to collect NSPR logs but I didn't manage to reproduce it so apparently is not that common.
Flags: needinfo?(catalin.varga)
Updated•10 years ago
|
Summary: Facebook video call is failing → Facebook video call is failing intermittently (hard to repro)
Comment 5•10 years ago
|
||
Can you try one more time to reproduce this (with logs). Otherwise, I think we have to close this as incomplete or worksforme as the problem could lie in Facebook (and have been an intermittent issue with their service). Thanks!
Flags: needinfo?(catalin.varga)
Comment 6•10 years ago
|
||
I'm happy to reopen if we can get more info.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → INCOMPLETE
| Reporter | ||
Comment 7•10 years ago
|
||
I've tried several times to reproduce the issue without success.
Flags: needinfo?(catalin.varga)
You need to log in
before you can comment on or make changes to this bug.
Description
•