Closed
Bug 980834
Opened 11 years ago
Closed 11 years ago
When Soundcloud fails to load you cannot play make
Categories
(Webmaker Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: laura, Assigned: thecount)
Details
Attachments
(2 files)
I'm curious as to why this popcorn make looks like it loads but isn't really doing so. It shows what I'm guessing is the first frame, but you can't play or remix or full screen or anything else. I was just wondering if this is fixable for old makes?
http://popcorn.webmadecontent.org/apz
Comment 1•11 years ago
|
||
I think it's because http://soundcloud.com/kimlehere/rocky-gonna-fly-now doesn't exist anymore. If you replace that soundcloud file with a different one, maybe it'll work again?
Having a soundcloud file 404 and have the whole thing break is kinda janky. Lets fix that!
Assignee: nobody → scott
Summary: Popcorn make from long ago doesn't work → When Soundcloud fails to load you cannot play make
| Assignee | ||
Comment 2•11 years ago
|
||
Fxing it so if it errors it lets you play but the clip won't work.
This particular case looks to be the user changed their name.
Attachment #8387696 -
Flags: review?(jon)
| Assignee | ||
Comment 3•11 years ago
|
||
Attachment #8387697 -
Flags: review?(jon)
Updated•11 years ago
|
Attachment #8387697 -
Flags: review?(jon)
Comment 4•11 years ago
|
||
Comment on attachment 8387696 [details] [review]
https://github.com/mozilla/popcorn-js/pull/389
This fix looks good, but https://github.com/mozilla/popcorn-js/commit/373097d2ba835b60abfa962ea5f157193a77dab4 changed things for the worse...
Attachment #8387696 -
Flags: review?(jon) → review-
| Assignee | ||
Comment 5•11 years ago
|
||
Comment on attachment 8387696 [details] [review]
https://github.com/mozilla/popcorn-js/pull/389
Updated
Attachment #8387696 -
Flags: review- → review?(jon)
Updated•11 years ago
|
Attachment #8387696 -
Flags: review?(jon) → review+
Updated•11 years ago
|
Attachment #8387697 -
Flags: review+
| Assignee | ||
Comment 6•11 years ago
|
||
Staged: https://github.com/mozilla/popcorn.webmaker.org/commit/06a24448cf51e2793a972fa9c14cdb51e8327259
Staged: https://github.com/mozilla/popcorn-js/commit/a7e0d2c27f2b2bb1178dce482fc6e6d5b14b2187
Staged: https://github.com/mozilla/popcorn-js/commit/c265a58b0355a65b76ac59799026523afa8ee485
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: needinfo?(scott)
Resolution: --- → FIXED
| Assignee | ||
Comment 7•11 years ago
|
||
Looks like we don't listen for error events in projects before we used the null wrapper.
So maybe we swap out the busted player for a null wrapper if it fails.
Status: RESOLVED → REOPENED
Flags: needinfo?(scott)
Resolution: FIXED → ---
| Assignee | ||
Comment 8•11 years ago
|
||
Yeah, we're not going to make this work for old projects, but for new ones we now properly fall back.
Status: REOPENED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•