Hi folks,
I'm trying to implement an RSS feed from my TG 1.0.4b2 app, which I
think has all the known (feedcontroller) fixes in. I followed the
recipe in:
http://docs.turbogears.org/1.0/FeedObject?highlight=%28FeedObject%29
My sample follows the steps upto and including the "Serviing the feed"
seciton
http://docs.turbogears.org/1.0/FeedObject?highlight=%28FeedObject%29#id4
I'm facing the same problem listed in the following post.
http://groups.google.com/group/turbogears/browse_thread/thread/08869ea840eb641e#
titled "FeedController RSS feeds usable with Bloglines but not Google
Reader or Yahoo?"
I can see that his resolution involved the removal of the redirect in
his sample. But in the sample recipe listed above, there is no
redirect step at all. I'm unable to subscribe to the feed via Google's/
Yahoo's readers. In Google's reader I get the msg: "No feed available
for http://mydomain/feed/rss2.0". However, I can access it via
Firefox2.x, using the same url. Any idea what I may be doing wrong
here.
Also, when I try to access the atom feeds, I get a runtime exception
like:
...
File "..../turbogears/feed/atom1_0.py", line 70, in _pull
TypeError: string indices must be integers
...
I presume that recipe should also work for atom0.3/atom1.0 feeds...
no ?
Appreciate any pointers.
Thanks much,
/venkat
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---