-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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] List of videos on a channel page is incorrect - no pagination channel #3371
Comments
Youtube is A/B testing a new way of delivering the list of videos for a channel, Invidious only supports the old way. That's why you randomly see old videos or nothing. |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Related issue: TeamNewPipe/NewPipe#9223 |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
Workaround rule for the forked
|
This comment was marked as resolved.
This comment was marked as resolved.
This workaround works for Invidious, too. Example: LGR’s channel returns no video on the FDN’s instance: But showing the videos channel list as a playlist shows them all (I think): Just remember to replace Thanks for the tip!!! o/ |
Works for me without replacing anything, see: https://invidious.fdn.fr/playlist?list=UCLx053rWZxCiYWsBETgdKrQ |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as resolved.
This comment was marked as resolved.
Reopening because the fix isn't complete (channel paging is still broken) |
Hello. I'm using User Script in Greasemonkey in Firefox to redirect from YouTube to Invidious.
Please tell me how I can change it to also redirect from There is only one page on yewtu.be with a list of videos (on the |
I set up a redirect in Firefox using the Redirector extension. Following the example of Palemoon. And it's even better than User Script in Greasemonkey, because it works instantly. Here are my rules:
Redirect from
This is because the Removing
This is because videos from the |
Asuming the devs fixed this by now because for me invidious is working again, thank you very much, marking this as solved now! |
They haven't finished the fix, as you can see the pull request that goes with this bug says part 1 in it. Channel paging is still broken, and livestreams do not appear yet. |
Gentlemen, pleased to present you my script that solves the problem with channel view: Fix Invidious Channel View. Only two things that I can't fix is amount of views (and when video was created) and sorting. (Tampermonkey / Greasemonkey / Violentmonkey required) |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as spam.
This comment was marked as spam.
Note: #3419 fixed the paging. It also added the "shorts", "livestream" and "channels" tabs I'm keeping this open until the code has tests for the various channel tabs, and while we try to have the pagination with numbers back like before. |
Arbitrary paging has been found to be possible, at least when sorting by newest: user234683/youtube-local#151 (comment) |
It seems that this bug is back: on a channel’s videos page, the “Next page” link sometimes go back to the most recent vidéos, or does not show any video (in this case, I have to reload the page several times to make it show them again). Tested on the FDN instance (version 2023.03.26-51085c5b @ master) with Clint Basinger’s “LGR” channel (and more, but it is the same with any channel): It seems that reloading the page circumvents the bug quite well and finally shows the expected videos. |
There are no commits with this |
It has worsened: Invidious’ channel page for LGR or another channel shows an error message, now:
|
Not sure if this is related, but yesterday the ctoken format for arbitrary paging was changed slightly, see this commit in youtube-local. Not sure if you guys are synthesizing the ctoken or just extracting it, either way the timing is coincidental |
you are correct, I did notice it I pushed a quick fix here: #3718 |
This issue has been automatically marked as stale and will be closed in 30 days because it has not had recent activity and is much likely outdated. If you think this issue is still relevant and applicable, you just have to post a comment and it will be unmarked. |
Summarized by @unixfox:
The list of videos on a channel page is incorrect, sometimes it returns all the correct videos, sometimes nothing or other times only old videos.
Related issue: TeamNewPipe/NewPipe#9223
Lately, since a week or so i'm having a wired issue that never happened before.
Say for example i'm opening my browser and connecting to https://yewtu.be/channel/UCgFP46yVT-GG4o1TgXn-04Q
The channel either show old content like couple of months ago, or it does not load any content at all, and sometimes it loads the latest content as expected, why does this happen?
First screenshot there are supposed to be videos between the channel name and the susbscribe button but there are none.
Second screenshot shows videos from a month ago not the latest one, i had to reload the page like four times like gabling to get it load the latest videos.
The text was updated successfully, but these errors were encountered: