-
Couldn't load subscription status.
- Fork 12.4k
Open
Labels
Description
Have you checked that your issue isn't already filed?
- I read through FAQ and searched through the past issues, none of which addressed my issue.
- Yes, I have checked that this issue isn't already filed.
Bug description
Unable to fetch my blog posts from my dev.to profile for Latest Blog Posts section on about page
How to reproduce the bug
# External sources.
# If you have blog posts published on medium.com or other external sources,
# you can display them in your blog by adding a link to the RSS feed.
external_sources:
- name: dev
rss_url: https://dev.to/feed/[myusername]
In the _config.yml file I have setup the rss url for my dev.to account. The build is failing when I run 'docker compose up' and shows the error. I have verified my rss feed using curl command and XML is properly received. Please look into it. Thankyou.
Error messages and logs
Fetching external posts from dev:
jekyll-1 | bundler: failed to load command: jekyll (/usr/local/bundle/bin/jekyll)
jekyll-1 | /usr/local/bundle/gems/feedjira-3.2.5/lib/feedjira.rb:59:in 'Feedjira.parse': No valid parser for XML. (Feedjira::NoParserAvailable)
What operating system are you using?
Windows
Where are you seeing the problem on?
Running locally with Docker (docker compose)
More info
No response