Posted by dropchew on October 13, 2008 at 8:27am
Jump to:
| Project: | Youtube API |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Hi,
I installed this module with feedapi and notice there's a youtube_feed parser and node creater. Tried enabling the options but feed return no items. Simplepie parser was working fine with Feedapi Node.
Can you guide me to use this? I am particuarly interested in the tags area. Thanks!
Comments
#1
Same problem here. This module doesn't seem to be doing squat right now. Just spent quite a lot of time trying to figure this out and got nowhere. :-(
#2
I just did a fresh install on a D5 checkout with only the YouTube API, Youtube FeedAPI Integration Module, and FeedAPI modules installed and was able to set up a feed as expected (although I did get some warnings thrown by what looks to be an API change in the FeedAPI, the feed was created, I'll try to address the warnings quickly). Perhaps a more detailed explanation of the problem would assist me in helping you.
For reference, here are the steps I took:
I'd love to help you guys, but I need a little bit more to go on here... which of these steps are completed? where exactly are you running into issues?
#3
I'm trying to use this feed:
http://gdata.youtube.com/feeds/base/users/Citizens4Giannoulias/uploads?a...
I also tried this since yours didn't include the arguments:
http://gdata.youtube.com/feeds/base/users/Citizens4Giannoulias
The second one gives me a fatal error:
Fatal error: Call to a member function attributes() on a non-object in /var/www/html/alexiforillinois.com/html/modules/youtube_api/youtube_api.module on line 484#4
Your instructions seem to indicate that you enabled modules other than the ones you listed. Looks like you used FeedAPI Aggregator, rather than the standard feed content type. I tried it with that and that didn't work either. I'm using the 5.x-1.x-dev version of all of the modules.
#5
The problem with there being no items appears to be due to the fact that when you view a YouTube feed in Firefox, it gives you an RSS2 feed instead of the Atom feed that the Youtube Feed module expects. The failure to work with any of the other URLs above appears to have been caused by the hash check (it never tried to parse the feed items since it thought it was the same apparently). Once I tried the Atom URL, I was able to get it to call the parser, but got a fatal error as reported here: http://drupal.org/node/350182
#6
Hey,
Sorry I've been slow to respond on this, things are pretty hectic trying to wrap up work before the holidays. I'm leaving to go out of town early tomorrow morning, but I'll try to carve out some time this evening to take a look at this issue in more depth. If I can't get back to you tonight, it will likely be sometime shortly after the holidays.
Thanks for reporting these issues.
#7
Solved by this one: http://drupal.org/node/350182
Feed URL should have been this:
http://gdata.youtube.com/feeds/api/users/Citizens4Giannoulias/uploads
#8
Automatically closed -- issue fixed for two weeks with no activity.