-
Notifications
You must be signed in to change notification settings - Fork 901
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]: "Your subscribed channels does not have any videos" #4429
Comments
Can confirm experiencing the same. Also got high amounts of channel Checking the Videos/Shorts/Live tab all results the same. Tested going to the channel directly and I can see there is videos in the videos/shorts/live tab Created a new profile and added 1 channel(LTT) in there, I can confirm seeing videos in video/live tab, the channel got shorts when viewed from their channel but there is none in the shorts tab when viewed from the main page maybe the bug got something to do with RSS? Opening the Developer tools while loading it and I see Error 403 I see, it hits the limit of Youtube RSS I guess https://stackoverflow.com/a/42116087/14859274 edit: updated details |
I switched to a proxy I run on a VPS, and was able to refresh my feeds. I'm sure eventually youtube will complain again. My ISP IP address is shared with many customers, so maybe that tripped YouTube's block. It has happened before. |
seemingly, all the RSS feeds are gone, as in 404. |
The issue likely stems from Youtube's side of things, I'm encountering it both on freetube and newpipe |
The RSS feed seems involved. It's over isn't it ? |
what is the highest number of subscriptions that a profile can have, and still being updated without RSS ? |
I've also had this issue but now it works fine, I was testing rss urls in browser on mobile and desktop and I got different results
Mobile(): 404 New Pipe was working fine for me whole time. |
it seems to have resolved on my end, all of the videos/shorts/live tab are loading. Just worried that it might happen again in the future |
I got it back as well. on newpipe, I got a notification that a couple channels couldn't be loaded, which they did after another refresh. I think YT is trying to limit the RSS feed requests. |
Closing as the RSS feeds have been back for a while now. |
I think it's back. None of the invidious APIs work, only the local one. Getting code 200 from the instances but no videos |
+1 could confirm, but for me it's fixed now. probably another developer-caused hiccup. |
This issue only occurs when RSS is enabled by the user or forced by the application because the profile contains >= 100 subscriptions The bug is on YouTube's side, we can't do anything about YouTube breaking their own systems. Hopefully it is resolved soon. For everyone that needs to use FT right now, try the workaround.
|
Aaaand it's back now. Sorry for the trouble. If anything, the local API works when needed |
I think they're trying to find ways against freetube and the likes. The RSS feed responses are sometimes 404, sometimes 500. They're definitely playing around with the backends. |
Exactly, This is why anything related to YT shouldn't be relied upon (Meaning RSS, API's, Etc). Yet what else is there. |
Offtopic here, but I have quite a lot of subscriptions on LBRY. It's slowly becoming my go-to platform. |
I might have found a temp fix, I am on Void Linux, I renamed /.config/Freetube > /.config/Freetube.bak restarted freetube, Feed works again as normal. Update: Scrap that, I just renamed my previous config file back, Restarted Freetube and it works again as intended |
Well yes because FreeTube defaults to not using RSS and as you have now removed your subscriptions, you are well below the 125 channel per profile limit at which FreeTube forces RSS to avoid ratelimiting. Your "workaround" doesn't change the fact that YouTube's RSS feeds are still down. |
For some odd reason it didn't remove my subscriptions, Normally it would, Unsure why it didn't and that's what I was leaning towards to clean slate and add only a few subs. |
Got it today with 34 channels. Is there any verbosity flag, log or something to attempt to debug? I did not find anything helpful after stracing it, only a multitude of the following: But I am not certain if they are related to this, which seems benign: |
@polemion Are you using the local API or the Invidious API?
Even if there were (which there isn't, FreeTube doesn't log to the terminal, instead you would want to open the devtools, like in a web browser), it won't help you in this case (when YouTube is saying the channel doesn't exist or Invidious is returning an internal server error, there is nothing FreeTube can log, because it doesn't get anymore details from YouTube/Invidious). |
Oop, nice, yeah, Dev tools will be enough to debug any future instances (the issue was temporary). Didn't know it supported it, thanks @absidue |
Guidelines
Describe the bug
I have 200 channels, use RSS feed method. Just did a subscription refresh and got the above message. Was working an hour ago. Thanks for the great software.
Expected Behavior
Shows new videos for all channels
Issue Labels
content not loading
FreeTube Version
v0.19.1 beta
Operating System Version
Windows 10 Enterprise 22H2
Installation Method
.exe
Primary API used
Local API
Last Known Working FreeTube Version (If Any)
No response
Additional Information
No response
Nightly Build
The text was updated successfully, but these errors were encountered: