I’ve been experiencing intermittent 404 errors when fetching YouTube channel RSS feeds over the past week. The issue seems to follow a specific pattern.
Problem: YouTube RSS feed endpoint returns 404 errors for channels that are clearly active and have public videos.
Hi @yurtgoktug and @gl1416, instead of using the normal RSS Read node, try using an HTTP request node with custom headers.
Method: GET
URL: Your RSS URL
Authentication: None
Add headers:
Name: User-Agent
Value: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36
After the HTTP request node, add an XML node to convert the result into a JSON that you can use.
Hopefully this helps. Please let me know if it does! And if it does, please make sure to mark my comment as the solution Good luck!
This was working perfectly for about a year. For the last couple of weeks the system responds with 404 for a specific time period during the day and then it starts working again.
@yurtgoktug, I was looking into it and I came upon something that caught my eye. From 9 to 12 is apparently the “global peak hour”, so youtube basically prioritizes real user to automations (not entirely sure if this is the case, but would explain why when you try yourself it works… but when you try with the automation it doesn’t) Did you try with the headers to see if it makes a difference?
Hi @yurtgoktug , how strange…. can you change when it runs to be outside of the 9 to 12 UTC? just to check if it works or not on other hours (to make sure it’s not the peak hour issue). I’m not too sure what it could be tbh