Skip to content
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

[Bug]: Feed can't be read from github.io repo rss #45

Closed
krossovochkin opened this issue Nov 23, 2020 · 5 comments
Closed

[Bug]: Feed can't be read from github.io repo rss #45

krossovochkin opened this issue Nov 23, 2020 · 5 comments
Labels
invalid Not a bug or feature request

Comments

@krossovochkin
Copy link

Describe the bug
Set up workflow as in your repo (with the only difference that link to feed changed)

Expected behavior
Feed is parsed and shown on Readme successfully

Workflow Yml Used

name: Latest blog post workflow
on:
  schedule:
    # Runs every hour
    - cron: '0 * * * *'
  workflow_dispatch:

jobs:
  update-readme-with-blog:
    name: Update this repo's README with latest blog posts
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: gautamkrishnar/blog-post-workflow@master
        with:
          max_post_count: "4"
          feed_list: "https:/krossovochkin.github.io/index.xml"

Error says:

Error: https:/krossovochkin.github.io/index.xml runner failed, please verify the configuration. Error:
Error: Error: connect ECONNREFUSED 127.0.0.1:443

https://github.com/krossovochkin/krossovochkin/runs/1442964262?check_suite_focus=true

Thank you

@krossovochkin krossovochkin added the bug Something isn't working label Nov 23, 2020
@gautamkrishnar
Copy link
Owner

gautamkrishnar commented Nov 23, 2020

@krossovochkin please check the domain you had given. its https://krossovochkin.github.io/index.xml not https:/krossovochkin.github.io/index.xml you missed a /

@gautamkrishnar gautamkrishnar added invalid Not a bug or feature request and removed bug Something isn't working labels Nov 23, 2020
@krossovochkin
Copy link
Author

Thanks, @gautamkrishnar
Shame on me, stupid mistake.

But unfortunately it still not working (

Error: https://krossovochkin.github.io/index.xml runner failed, please verify the configuration. Error:
Error: Cannot read response->item->title

https://github.com/krossovochkin/krossovochkin/runs/1444087612?check_suite_focus=true

Maybe you have an idea what's wrong this time?

Thank you

@gautamkrishnar
Copy link
Owner

@krossovochkin looks like one of your post don't have a title:
https://krossovochkin.github.io/about/

<item>
<title/>
<link>https://krossovochkin.github.io/about/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://krossovochkin.github.io/about/</guid>
<description>Vasya Drobushkov @krossovochkin About me Android developer with mathematical background. Experienced in developing smart applications for Android, and also in mobile game development. Punctual, always pay attention to details. Fast learner, greedy for knowledge. Links LinkedIn Github StackOverflow GoodReads Medium HackerNoon Facebook Twitter Kaggle SpeakerDeck Reddit HackerRank LeetCode Projects Fibery Unofficial Android client for fibery.io. MVVM, Android Architecture components, coroutines. KWeather Android weather app. MVI, Kotlin MPP, Jetpack Compose.</description>
</item>

A title is required for the blog post to show up, please remove that item from the rss feed/add title to that item.

Screenshot 2020-11-24 at 2 08 52 AM

@krossovochkin
Copy link
Author

Changed URL to link to posts RSS: https://krossovochkin.github.io/posts/index.xml

And it works now.
Thanks!

@gautamkrishnar
Copy link
Owner

👍🏻 Awesome

mre added a commit to mre/endler.dev that referenced this issue Jan 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid Not a bug or feature request
Projects
None yet
Development

No branches or pull requests

2 participants