-
Notifications
You must be signed in to change notification settings - Fork 317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to import RSS articles into Jekyll via 'jekyll-import' (no warning messages) #391
Comments
We may have to revert to using |
If it helps any, the system I'm attempting it on is Fedora 29 AARCH64. I was able to convert the .atom files to .rss using a Windows program and the atom2rss.xslt file, however even in .rss format, I still am unable to import the files into Jekyll using 'jekyll-import' for the same reason above. |
@ashmaroli Is there any workaround we can currently use? I'm also facing this problem when running: jekyll import rss -s my_file.xml |
I've reverted to use You can test the fix by editing your Gemfile to use current
If that solves the issue, we'll release a fix, sorry for the inconvenience. |
Thanks @DirtyF Running the command
|
@rosariopfernandes I've pushed a temporary branch to help you with the import. gem "jekyll-import", github: "jekyll/jekyll-import", branch: "slugify-post-title" |
@ashmaroli worked perfectly! Thanks |
This issue has been automatically marked as stale because it has not been commented on for at least two months. The resources of the Jekyll team are limited, and so we are asking for your help. If this is a bug and you can still reproduce this error on the If this is a feature request, please consider whether it can be accomplished in another way. If it cannot, please elaborate on why it is core to this project and why you feel more than 80% of users would find this beneficial. This issue will automatically be closed in two months if no further activity occurs. Thank you for all your contributions. |
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:
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.
The text was updated successfully, but these errors were encountered: