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

jec006’s picture

Can 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.

Poieo’s picture

I actually just resolved it by updating the URL to the embed URL:

http://youtu.be/GW8DL__D9bA

The URL that used to work was:

http://www.youtube.com/watch?v=GW8DL__D9bA&feature=related
jec006’s picture

Assigned: Unassigned » jec006

Ok, looks like the &feature=related is now breaking :/

Will fix asap.

jec006’s picture

Status: Active » Fixed

http://drupal.org/commitlog/commit/25834/8416b6452ca9abd74ff54585801617b... - fixed here, made a new release which should show up soon - beta2.

Thanks for reporting so quickly.

Poieo’s picture

I think you left some debugging code in video_embed_field.handlers.inc:

  drupal_set_message('<pre>'.print_r($id, true).'</pre>');
  return $id;
}
jec006’s picture

Ugh, thanks - I pushed again with that removed.

Gonna take a few to build a new release.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.