-
-
Notifications
You must be signed in to change notification settings - Fork 269
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]: youtube runner failed, please verify the configuration. Error 404 #65
Comments
@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. 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. You can report the same to google. |
@cybercoder-naj i also tried hitting it a couple of times via CURL, this was the status: As you can see there are a lots of 404 and 500 coming from the google's end. |
@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 |
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
Workflow Yml Used
Note: The link has been double tested. There is no problem there.
The text was updated successfully, but these errors were encountered: