Skip to content
This repository was archived by the owner on Mar 3, 2018. It is now read-only.

Fix getting channel name from follows response #14

Conversation

reboot
Copy link
Contributor

@reboot reboot commented Oct 4, 2016

The program currently uses the display name from the follows response on the streams request. Since Twitch introduced custom display names, this is not correct anymore. For example "blizzheroes" has the display name "Heroes of the Storm", the current code tries to use the "Heroes of the Storm" in streams request which fails, because it contains spaces and makes the URL invalid. Using "name" instead fixed this query.

@rolandasb rolandasb merged commit 4d7aed9 into rolandasb:master Oct 10, 2016
@rolandasb
Copy link
Owner

Thanks!

This was referenced Oct 10, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants