Skip to content

[Bug]: youtube runner failed, please verify the configuration. Error 404 #65

@cybercoder-naj

Description

@cybercoder-naj

Describe the bug
I have a workflow that draws from Youtube. For many months, I have used it and it worked perfectly but now it seems to fail.
When I enter the link https://www.youtube.com/feeds/videos.xml?channel_id=XXXX in my browser, I get all my data.

Expected behavior
I expect the workflow to get the required contents and updated my README.md accordingly.

Screenshots
image

Workflow Yml Used

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=XXX"

Note: The link has been double tested. There is no problem there.

Metadata

Metadata

Assignees

No one assigned

    Labels

    invalidNot a bug or feature request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions