Closed (fixed)
Project:
Video Embed Field
Version:
7.x-2.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
20 Feb 2012 at 16:13 UTC
Updated:
5 Mar 2012 at 18:30 UTC
After updating to the latest beta1 release, running update.php, updating the player settings, and re-saving video nodes, I get a playback error on all YouTube videos.
"An error has occurred. Please try again later."
Comments
Comment #1
jec006 commentedCan you provide a video that is doing this and the settings that you have for it so I can narrow the issue down?
I'm not seeing these issues on any of my test sites.
Comment #2
Poieo commentedI actually just resolved it by updating the URL to the embed URL:
The URL that used to work was:
Comment #3
jec006 commentedOk, looks like the &feature=related is now breaking :/
Will fix asap.
Comment #4
jec006 commentedhttp://drupal.org/commitlog/commit/25834/8416b6452ca9abd74ff54585801617b... - fixed here, made a new release which should show up soon - beta2.
Thanks for reporting so quickly.
Comment #5
Poieo commentedI think you left some debugging code in video_embed_field.handlers.inc:
Comment #6
jec006 commentedUgh, thanks - I pushed again with that removed.
Gonna take a few to build a new release.