I just updated from beta8 to beta9, and now I can't save any of my pages with a Vimeo embed field because I get this error:

Video Embed: This video provider is not currently supported.

Please help! Pretty much all of my videos use Vimeo.

Comments

plopesc’s picture

Hello,

Did you run update.php after update the module?

If your problems persist, you can add support manually for vimeo in the field instance settings page.

Let me know if your problems persist.

Regards

andileco’s picture

I updated with drush, which ran a database update. I tried another updatedb, but no dice. I checked the field settings for the video embed field of that content type, and it has Facebook Video, Youtube, and Vimeo selected already. Anywhere else I can look? Thanks, @plopesc!

plopesc’s picture

Hmmm, it seems working con muy tests...
Maybe this is related to #2485393: Getting error 'This video provider is not currently supported' for video field with 2 providers enabled, could you test the patch there?
Could you also debug the $instance['settings']['allowed_providers'] value in the validation function??
Regards

Charles Belov’s picture

Also happening with YouTube.
http://youtu.be/9-wBAULHWWE
and
https://www.youtube.com/9-wBAULHWWE
and
https://youtube.com/9-wBAULHWWE
all get the error Embedded video: This video provider is not currently supported.

I know http://youtu.be/9-wBAULHWWE was supported in beta8.

I did run update.php.

/admin/config/media/vef_video_styles/list/normal/edit shows settings for YouTube and Vimeo. (I don't see Facebook or Brightcove, although at this point I only care about YouTube as this issue will prevent me from adding any new videos. Interestingly, it doesn't seem to interfere with playing videos on existing pages that were added in beta8.

I'm tracking it to function _video_embed_field_get_provider_domains() in video_embed_field.module, which executes video_embed_get_handlers() in the same module, at which point the code goes beyond my Drupal knowledge.

I can't find any admin URL where the providers are listed and I can enable or disable them. What is the URL for that?

plopesc’s picture

Status: Active » Fixed

Hello,

This bug should be already fixed in the new Beta10 release of the module. https://drupal.org/node/2504303

Regards

andileco’s picture

Thanks for your quick responses, @plopesc!

jrearick’s picture

The Beta10 update worked for me. Had a heck of a time figuring out why it wasn't working until I saw that drush wasn't getting beta10 for some reason. Thanks for the quick release turnaround.

caspervoogt’s picture

For what it's worth, I updated to beta9 and ran into this issue too (youtu.be not accepted).
I almost decided to switch to beta10, but first I tried just re-saving my field. That worked for me. I was then able to add/edit/delete field values once again. Of course I just updated to beta10 anyway, but I thought it might help someone to know re-saving the field works too.

Status: Fixed » Closed (fixed)

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