The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
The Guiding Principles and New Rules document is now in effect.
YouTube embeds no longer playing embedded
LuvTheMonkeyHigh Sierra SerenadeRegistered Userregular
I take one look at it and now I'm confused how it ever works (actually, it seems to always fail for me, so maybe some people have a cached good copy or something?)
var pattern = /^[\w-]+(\?autoplay\=1)(\&start=[\w-]+)?$/;
if (!videoid.test(pattern)) {
return false;
}
videoid is a string, and pattern is a RegExp. So, isn't that supposed to be !pattern.test(videoid)?
However, that's just the error when I click the play button. Not sure if that's the same problem with the whole preview image or not, since I haven't tried digging into that.
End on
I wish that someway, somehow, that I could save every one of us
Interesting. I'm trying to isolate this. LuvTheMonkey let me know if you see a pattern?
No pattern as of yet, and Chrome's multitude of errors that pop when the Chromecast extension is not installed are making looking at the debug console hard. I will try FF Dev after I've slept and go from there.
Went to go through the SE++ youtube thread to see if previously working ones weren't (and if there were any differences with links), and everything seems fixed now. Stuff that was sending me to youtube five minutes ago are playing embedded now.
Edit: Scratch that. Two minutes later everything is linking to youtube again. Weird.
Yep, seems to be working for me. I checked this thread and the one I originally saw the problem in and both videos seems to be working. I'll keep an eye out and update if I find anything that isn't working.
I'm on desktop though, I don't know if the mobile issue that Grey Ghost is referring to was fixed.
the video on this page of a traffic cam embedded correctly when clicked on
This happened in FF and Chrome, I checked both after I saw it happen
Amazingly enough, the exact opposite happened for me. Both apple videos on page 65 there embedded properly, and the traffic cam video on page 66 linked instead of embedded.
LuvTheMonkeyHigh Sierra SerenadeRegistered Userregular
I know multi posting is bad and all, but I found something in the console logs:
Uncaught TypeError: videoid.test is not a function
This shows up every time videos act as a link, it never shows up for videos that embed. Seems to reference global.js line 1231, and videoid gets defined a few before that at line 1223.
Yep, I was just about to post that it should be reversed with "pattern.test(videoid)" or "videoid.match(pattern)" but it looks like that has just been fixed?
e: the fix is in 2.2.100.8 but some pages still are referencing javascript version 2.2.100.7 so that's the erratic behaviour, should sort itself in time I would think
Posts
Chrome Version 45.0.2454.85 m and Firefox 35.0.1 and 40.0.3 (I hadn't updated in a while)
videoid is a string, and pattern is a RegExp. So, isn't that supposed to be !pattern.test(videoid)?
However, that's just the error when I click the play button. Not sure if that's the same problem with the whole preview image or not, since I haven't tried digging into that.
Some still work but most of them are non functioning
firefox 40.0.3 here
No pattern as of yet, and Chrome's multitude of errors that pop when the Chromecast extension is not installed are making looking at the debug console hard. I will try FF Dev after I've slept and go from there.
I am getting this on Chrome on mobile, but desktop Chrome is still OK
Edit: Scratch that. Two minutes later everything is linking to youtube again. Weird.
When I click an embedded YouTube video on the mobile site the link only goes to a jpg of the preview image
It doesn't even take me to YouTube itself
I'm on desktop though, I don't know if the mobile issue that Grey Ghost is referring to was fixed.
http://forums.penny-arcade.com/discussion/200553/chat-son-pollock/p65
the two apple videos (starting with the one with jeff goldblum) on page 65 don't work. they link to youtube instead of embedding
http://forums.penny-arcade.com/discussion/200553/chat-son-pollock/p66
the video on this page of a traffic cam embedded correctly when clicked on
This happened in FF and Chrome, I checked both after I saw it happen
Amazingly enough, the exact opposite happened for me. Both apple videos on page 65 there embedded properly, and the traffic cam video on page 66 linked instead of embedded.
One uses "https:// youtu.be /luFgV4nuSxc" (without the spaces obviously)
The other uses the old style link of https:// youtube.com /v=luFgV4nuSxc or whatnot
This shows up every time videos act as a link, it never shows up for videos that embed. Seems to reference global.js line 1231, and videoid gets defined a few before that at line 1223.
e: the fix is in 2.2.100.8 but some pages still are referencing javascript version 2.2.100.7 so that's the erratic behaviour, should sort itself in time I would think
You bros are clearing you cache out, yeah?
http://forums.penny-arcade.com/discussion/comment/33382142/#Comment_33382142
If I quote it and replace the t= part of the link, it works fine.
Happening across a full reformat and a few workstations. Might be a chrome issue, since that's the only real common thing between them.
the format of that broken video is
but when I go to the video and link from the time, youtube gives me this: which works:
so how do you get a URL in that format, originally?