Skip to content

Unable to import RSS articles into Jekyll via 'jekyll-import' (no warning messages) #391

@espressobeanies

Description

@espressobeanies

I’m not able to import my RSS articles (originally Blogger feed.atom format) into the latest version of Jekyll via the ‘jekyll-import’ method. When I go to run the import command for RSS documents, I receive the following output with no debug information:

[root@localhost blog]# ruby -r rubygems -e 'require "jekyll-import";
>      JekyllImport::Importers::RSS.run({
>        "source" => "/home/user/feed.rss"
>      })'
Traceback (most recent call last):
        2: from -e:2:in `<main>'
        1: from /usr/local/share/gems/gems/jekyll-import-0.17.1/lib/jekyll-import/importer.rb:25:in `run'
/usr/local/share/gems/gems/jekyll-import-0.17.1/lib/jekyll-import/importers/rss.rb:37:in `process': private method `open' called for #<URI::Generic /home/user/feed.rss> (NoMethodError)

When I go to check the directory where my file should have been exported, nothing is there. Not sure what to do here to troubleshoot further.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions