Closed
Bug 1113970
Opened 10 years ago
Closed 9 years ago
Candy Crush TypeError: element.srcURI is null ShumwayStreamConverter.jsm:885:6
Categories
(Firefox Graveyard :: Shumway, defect)
Firefox Graveyard
Shumway
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: cpeterson, Assigned: yury)
References
()
Details
STR:
1. Enable Shumway
2. Load https://flowplayer.org/
RESULT:
Shumway TypeError in browser console:
> TypeError: element.srcURI is null. ShumwayStreamConverter.jsm:885:6
from:
> if (element) {
> // Getting absolute URL from the EMBED tag
> url = element.srcURI.spec;
| Reporter | ||
Comment 1•10 years ago
|
||
I see the same TypeError when trying to load the "Candy Crush Saga" Facebook game:
https://apps.facebook.com/candycrush/
Summary: flowplayer.org TypeError: element.srcURI is null ShumwayStreamConverter.jsm:885:6 → Candy Crush TypeError: element.srcURI is null ShumwayStreamConverter.jsm:885:6
Comment 2•10 years ago
|
||
Yury, can you take a look at this?
Flags: needinfo?(ydelendik)
OS: Mac OS X → All
Hardware: x86 → All
| Reporter | ||
Comment 3•10 years ago
|
||
I see the same error when trying to play the video at http://telusgarden.com/:
> Shumway fails to load telusgarden.com video: TypeError: element.srcURI is null ShumwayStreamConverter.jsm:885:6
| Assignee | ||
Comment 4•10 years ago
|
||
We can ignore "element.srcURI" errors or, now, "Movie url is not specified" message (see https://github.com/mozilla/shumway/commit/0bbb894f0acf10b06c7e00ab0f102f8f975e4249) -- that's SWFObject library is trying to create Flash object without movie/src parameters to test Flash version.
Flags: needinfo?(ydelendik)
| Reporter | ||
Updated•10 years ago
|
Assignee: nobody → ydelendik
Blocks: shumway-1.0
| Reporter | ||
Updated•10 years ago
|
| Reporter | ||
Updated•10 years ago
|
Updated•9 years ago
|
Product: Firefox → Firefox Graveyard
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•