Giter VIP home page Giter VIP logo

Comments (3)

gautamkrishnar avatar gautamkrishnar commented on May 16, 2024

@cybercoder-naj from the action run i can see that the stattus code is 404. It might be a problem in the google's side.
https://github.com/cybercoder-naj/cybercoder-naj/runs/2581142400?check_suite_focus=true
Screenshot 2021-05-14 at 12 02 07 PM

When i opened the url https://www.youtube.com/feeds/videos.xml?channel_id=UCPoU-LKr3XG0IujgCFFt4_A for the first time in my browsser it gave me a 404. When i reloaded the page it showed the feed.

Screenshot 2021-05-14 at 12 14 47 PM

You can report the same to google.

from blog-post-workflow.

gautamkrishnar avatar gautamkrishnar commented on May 16, 2024

@cybercoder-naj i also tried hitting it a couple of times via CURL, this was the status:
Screenshot 2021-05-14 at 12 22 22 PM

As you can see there are a lots of 404 and 500 coming from the google's end.

from blog-post-workflow.

gautamkrishnar avatar gautamkrishnar commented on May 16, 2024

@cybercoder-naj looks like google fixed it. Its working fine right now. Please try re enabling the workflow.

I had released a new release with the retry feature so that the workflow will retry muliple times if the first try fials: https://github.com/gautamkrishnar/blog-post-workflow/releases/tag/1.5.6

name: YouTube Videos
on:
  schedule:
    - cron: '0 * * * *'
  workflow_dispatch:

jobs:
  update-readme-with-youtube:
    name: Update this repo's README with latest videos from YouTube
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: gautamkrishnar/blog-post-workflow@master
        with:
          comment_tag_name: "YOUTUBE"
          feed_list: "https://www.youtube.com/feeds/videos.xml?channel_id=UCPoU-LKr3XG0IujgCFFt4_A"
          retry_count: 10

from blog-post-workflow.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.