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

Information at endpoint /users/{user}/follows/channels is not up-to-date. #335

Closed
xx-k opened this issue Mar 3, 2015 · 1 comment
Closed

Comments

@xx-k
Copy link

xx-k commented Mar 3, 2015

When browsing to the endpoint found at

 https://api.twitch.tv/kraken/users/{user}/follows/channels

the information contained about the different channels is not up to date or isn't refreshed properly. This can be seen on e.g. the 'status' (if it is defined) property of each 'channel' objects, as this property differs when checking at the endpoint

 https://api.twitch.tv/kraken/streams/{channel}

or

 https://api.twitch.tv/kraken/streams/?channel={channel1,channel2,...}

to something which seems to be the previous status (e.g. the /users/{user}/follows/channels contains the previously set status, compared to the /streams/{channel} endpoint)

I'm guessing this isn't intended, as I've only begun experiencing this recently. Should I migrate to extracting the 'status' property from the /streams/ endpoint instead?

@martijnhoekstra
Copy link

issue #303 possibly related?

@xx-k xx-k closed this as completed May 18, 2015
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