QuiteRSS / quiterss

Free news feeds reader
https://quiterss.org
Other
1.01k stars 123 forks source link

YouTube channels broken #1375

Open frznn opened 3 years ago

frznn commented 3 years ago

I could follow youtube channel updates until few days ago. Now I don't receive any update nor can't add new channels. I receive the following error: server replied: Request Entity Too Large (299). I initially thought this might be a YouTube problem, but I can receive updates on other rss readers, so I'm not sure where the issue is.

frznn commented 3 years ago

After few days, youtube feeds started working again. I'm closing the issue for now

frznn commented 3 years ago

YouTube feed keep being broken. Currently no error is shown, but feeds are not updated (no new videos are shown).

Jon-guy30 commented 3 years ago

I had the same problem momentarily today. Now it refreshes normally again. Odd.

Jon-guy30 commented 3 years ago

It seems to be an intermittent problem. Now I couldn't refresh the YT feeds.

Looks like YouTube has done something to their feeds. I tried a different reader and RSS was problematic there too.

Steendy commented 3 years ago

Just downloaded the program to use it specifically for Youtube. I've been able to put all my subscriptions fine, but there are no updates since two hours ago. Will follow this thread to see if the issue will be solved.

jpastuszek commented 3 years ago

I have the same issue now. My YT feeds were working fine but now I get 299 error on my old and new feeds. Same URL works with curl and gets me the feed XML.

jpastuszek commented 3 years ago

OK, I know what it is.

If you edit your config (.config/QuiteRss/QuiteRss.ini) and set

saveCookies=0

your feed will work again.

Looks like if you use the built in browser to navigate to YT it will set cookies and they will be send with feed requests as well making the request too big.

freemansfreedom commented 3 years ago

To add on this you might have to delete the cache/cookies manually for it to work again.

m8 commented 3 years ago

Same problem, is there any solution?

Teezton commented 1 month ago

OK, I know what it is.

If you edit your config (.config/QuiteRss/QuiteRss.ini) and set

saveCookies=0

your feed will work again.

Looks like if you use the built in browser to navigate to YT it will set cookies and they will be send with feed requests as well making the request too big.

Thank you, this saved me today!