Unable to import RSS articles into Jekyll (no warning message)

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 error messages:

[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.

Hello @espressobeanies
Please report this issue at the jekyll-import repository.

That will allow the maintainers to track and resolve the issue as soon as the holidays get over.