search for: feedaccesserror

Displaying 1 result from an estimated 1 matches for "feedaccesserror".

2006 Apr 29
3
Feedtools question
...well,eg,if I type http://localhost:3000/feeds/userrss/1 I can get well organized xml output. Following is the code for feeds reading: @feed = FeedTools::Feed.open("http://localhost:3000/feeds/userrss/#{params[:id]}") I will get the timeout error if i want to read my feeds: FeedTools::FeedAccessError (Timeout while attempting to retrieve feed): d:/ruby/lib/ruby/gems/1.8/gems/feedtools-0.2.24/lib/feed_tools/helpers/retrieval_helper.rb:195:in `http_request'' d:/ruby/lib/ruby/gems/1.8/gems/feedtools-0.2.24/lib/feed_tools/helpers/retrieval_helper.rb:220:in `http_get''...