Skip to content
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

Channel/game sorting is not working #313

Closed
keeepcool opened this issue Sep 15, 2016 · 4 comments
Closed

Channel/game sorting is not working #313

keeepcool opened this issue Sep 15, 2016 · 4 comments

Comments

@keeepcool
Copy link

keeepcool commented Sep 15, 2016

Thanks for reporting an issue!
Please read the contribution guidelines first!

Feel free to use the following template. Be as detailed as possible.
Don't forget to remove this text before submitting.


Description

So, I just discovered about the API change, updated to 0.15 version, created a Twitch account, and for some reason the channel and top games are not being sorted, or they are being sorted by some weird metric.
The top games that show first are games with 4-5k viewers, the top streams in the initial page range from 5k to less than 500.
...

Expected / Actual behavior

Expect the sort system to sort by viewers
...

Reproduction steps

  1. ... Open livestreamer, press Top Games/Top channels
  2. ... See games/channels ordered by viewer count
  3. ... They are sorted by some other metric/value

Environment details (operating system, etc.)

Win 8.1 64 bits, fresh installed a couple days ago, all drivers installed, all Win updates done
...

Comments, logs, screenshots, etc.

I have gone through all the settings but there is none related to sorting options, is this a problem on my end?

topgames
topchannels

...

Best regards, thanks for the great work, and I would also help, but I only know about embedded C programming.

@bastimeyer
Copy link
Member

bastimeyer commented Sep 15, 2016

Please see
#311 (comment)

I'll leave this issue here open, so that I don't get more dups as long as Twitch is having these issues...

The sorting is done on Twitch's end, the GUI doesn't sort anything (this wouldn't work with the infinite scroll implementation)

@jassunca
Copy link

jassunca commented Sep 15, 2016

I can confirm having the same issue. Did some digging, and apparently each time I start the GUI, the first time it loads without issues, it's from the second time and onward that it hides not only top streams, but also top games on each game folder. Global Top channels page seems to work as intended.
From what I saw, it seems it has issues when there's more than one page to load (from the "fetch more" separator), and the hidden games and channels might be the first page not being shown). I noticed this because, when I restarted the GUI (it shows everything the first time it loads, like I said) the first stream of the "second page" was the top one when I closed it before. Also, it doesn't seem to happen when one page is all it needs.
For instance, I opened one specific game with a single stream of 1500 viewers, it appeared without issues. Right after that I tried Fallout 4, with the same 1500 viewers total, but tons of small streams. It only showed channels with 3 or less viewers, so I suspect the top streams from the first page were hidden.

edit: forgot to say it works fine at the twitch.tv webpage, seems to be at the GUI end only.

@bastimeyer
Copy link
Member

Fixed by #314, sorry for the confusion here...

@bastimeyer
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants