-
-
Notifications
You must be signed in to change notification settings - Fork 204
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
Banned channels breaking infinite scroll mechanism #466
Comments
Is it possible that one of your followed channels is banned? There was a similar issue a couple of months ago in the subscriptions list. The reason why I'm asking is because of the implementation of the infinite scroll logic here. It's not making use of the That's why I'm asking about banned channels. Twitch seems to just leave out banned channels in the API responses, instead of filling the missing slots with additional channels. This issue could be fixed by making use of metadata, but as I've said, this is inconsistent. But yeah, not being able to browse the whole list is definitely an issue. |
Yes, there is indeed one banned channel that I know of. |
Would it be possible to unfollow banned channels if one knows its name? Or does the API not allow for such a thing (and thus are stuck with this)? If it is possible I'll leave it like it is for now, though, for the purposes of this bug report. |
As long as you're able to retrieve data from the API, you're able to unfollow. |
Ok, cool. I know Chatty has an |
@Robby- The changes are on the Build instructions: git clone -b infinite-scroll https://github.com/streamlink/streamlink-twitch-gui
cd streamlink-twitch-gui
npm install -g bower grunt-cli
npm install
grunt release |
Description
I can't see more than 21 followed channels. However, at the top, next to
Followed Channels
it says the correct number:(60)
. There is also noLoading
message orFetch more
button appearing at the bottom.I also looked at the logfiles that are produced but there's nothing useful in them, even with
--loglevel debug
.Expected / Actual behavior
Expected: I should be able to see the full list of followed channels.
Actual: Only 21 channels are shown.
Reproduction steps
Under
My
, click onChannels
.Environment details (operating system, etc.)
Windows 7 SP1, 64-bit
Streamlink Twitch GUI 1.3.1
The text was updated successfully, but these errors were encountered: