Comments on: Jopml & FeedForward http://blogs.cetis.org.uk/feedforward/2009/04/06/jopml-feedforward/ Just another Cetis Blogs site Thu, 27 Aug 2009 20:13:37 +0000 hourly 1 http://wordpress.org/?v=4.1.22 By: Good press for ticTOCs « News from ticTOCs http://blogs.cetis.org.uk/feedforward/2009/04/06/jopml-feedforward/#comment-133 Tue, 28 Apr 2009 10:46:25 +0000 http://blogs.cetis.org.uk/feedforward/?p=80#comment-133 […] FeedForward have been using ticTOCS data in […]

]]>
By: scott http://blogs.cetis.org.uk/feedforward/2009/04/06/jopml-feedforward/#comment-132 Wed, 22 Apr 2009 21:08:27 +0000 http://blogs.cetis.org.uk/feedforward/?p=80#comment-132 Yes, its all fixed

]]>
By: scott http://blogs.cetis.org.uk/feedforward/2009/04/06/jopml-feedforward/#comment-131 Mon, 06 Apr 2009 16:14:49 +0000 http://blogs.cetis.org.uk/feedforward/?p=80#comment-131 Weird! I just tried recreating that one and can’t. Try again, and paste in the URL here if you get another error.

Hah, found it – its an IE bug. Apparently IE doesn’t handle MIME type options properly and takes the first option it finds, which in this case was OPML instead of HTML. I’ve switched the order and now it should work just fine.

]]>
By: Roddy MacLeod http://blogs.cetis.org.uk/feedforward/2009/04/06/jopml-feedforward/#comment-130 Mon, 06 Apr 2009 14:19:14 +0000 http://blogs.cetis.org.uk/feedforward/?p=80#comment-130 From http://jopml.org/
I’m getting only:

NoMethodError in Feeds#index
Showing app/views/feeds/index.opml.builder where line #7 raised:

You have a nil object when you didn’t expect it!
You might have expected an instance of Array.
The error occurred while evaluating nil.each

Extracted source (around line #7):

4: xml.title “Journal Feeds from JOPML”
5: end
6: xml.body do
7: for feed in @feeds
8: xml.outline(“title”=>feed.title, “text”=>feed.title, “xmlUrl”=>feed.url)
9: end
10: end

RAILS_ROOT: /var/rails/jopml

etc

]]>