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

My streams section stream thumbnails duplication issue #216

Closed
ptkovsky opened this issue Feb 13, 2016 · 1 comment
Closed

My streams section stream thumbnails duplication issue #216

ptkovsky opened this issue Feb 13, 2016 · 1 comment

Comments

@ptkovsky
Copy link

Hello. I noticed a strange issue that came up for me recently. I've been getting this few times so far. So when I open my streams section sometimes it happens that some stream thumbnails or links to them or whatever this is called duplicate themselves. For example, now I got this going for Zeus stream link http://imgur.com/77JRHNI. I'm not sure how to reproduce it, but I thought that it would be worth making this report here anyway. Got this yesterday with different stream. Tried searching for something similar here. Any ideas?

@bastimeyer
Copy link
Member

This can happen when the viewer count of a stream gets updated between multiple API requests and a stream has fallen behind another one in the ranking. That's a common issue with infinite scroll implementations. New items could be checked for being a duplicate of an already existing item, but I think it's not too dramatic.

The viewer counts are updated by Twitch every minute or so. When you're scrolling through a menu and you're making several requests in a short period of time, it's very unlikely that this kind of error is happening. If you're waiting for a longer time though before scrolling again, other streams might overtake already loaded ones, so they are pushing the loaded ones down in the ranking, making them re-appear on the next request. This is how it works...

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

No branches or pull requests

2 participants