Closed (fixed)
Project:
Embedded Media Field
Version:
6.x-1.x-dev
Component:
Providers
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Feb 2009 at 00:02 UTC
Updated:
12 Nov 2010 at 22:10 UTC
Anyone getting Vimeo working with Drupal 6? I'm getting - Sorry there was a problem loading this video.
I see this same result in the 'Provider analysis' post. I have api key and code.
Comments
Comment #1
sam_squarewave commentedI see this - http://drupal.org/node/345515, will try.
Comment #2
TheProducer commentedI'm using the latest dev version of the plugin on Drupal 6...and Vimeo video thumbnails still isn't appearing...any ideas?
Comment #3
sam_squarewave commentedI see the provider no longer needs an api key, but still I have no luck with getting this to work.
Comment #4
netentropy commentedI am having no trouble with vimeo
Comment #5
TheProducer commentedAre you using an API Key?
Comment #6
netentropy commentedno
Comment #7
gmak commentedI'm also getting the "Sorry...there was a problem..." screen. This happens with or without an API key.
Comment #8
brian.mccune commentedAdd me to the list. What I did notice is that the api seems to be working because if i put
with a video ID in it I still see the xml file with thumbnail_url Is it just the breakdown of the xml that's breaking...not sure I'm not too familiar with Viemo's api yet...
Comment #9
brian.mccune commentedThis is what i'm leaning too. If you use http://vimeo.com/api/clip/videoid/php it outputs it in php rather then xml....I would think less headaces what do you guys think?
Comment #10
marcingy commentedThe issue is that the path that is being called is http://vimeo.com/api/oembed.xml?url=http://vimeo.com/moogaloop.swf?clip_... rather than http://vimeo.com/api/oembed.xml?url=http://vimeo.com/xxxxxxx so no xml is being returned I have a temporary fix but I thing is needs work hence I'm not going to submit a patch.
I'm guessing something needs to happen before thumbnail is called to pass in the correct embed value.
Comment #11
sam_squarewave commentedComment #12
2ndmile commentedI am re-opening because I am experiencing the same issue and the above patches (hacks) did not work for me. In fact #10 just pulled in random thumbnails. I will research more and post back but this one is not fixed so far as I can tell.
Comment #13
2ndmile commentedInvestigation results...
I am using the Plus account, hiding the video on Vimeo.com and embedding them on my site. Is anyone else experiencing this problem using the same set-up. I think my problem is tied to this.
I found in this thread that you can't use the Simple API to grab thumbnails (http://vimeo.com/forums/topic:28534) made me think it could be something to do with my privacy settings. I posted a public video with no restrictions and added it to a node via emfield and the thumbnail showed up. Using the Devel module and placing
dsm($xml)I was able to see that on the 'private' videos, it seems as though the API response is truncated. I am getting type, version, provider_name, provider_url, html, width, and height in that order. On the public video I am getting the full API response.Therefore the problem (or at least my problem) seems to be with Vimeo's API rather than the emfield module, so re-closing this issue.
Comment #14
brightsite commentedAny progress on this issue? Me too, I want to hide from vimeo and integrate in my drupalsite but no thumbnails working :(
So this is a problem on the vimeo side, right? Is registering and using a api-key helping?