We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
"Mature" Streamer api response:
https://gist.github.com/Andygmb/3e47aa5ea91fb711d8e0
"Normal" Streamer api response:
https://gist.github.com/Andygmb/561c2307443cc9ab8744
The "Mature" streamer lacks a lot of information, perhaps a secondary call is required? Not sure, look into twitch.tv api docs.
The mature streamer caused a KeyError when looking for streamer["channel"]"status".
The text was updated successfully, but these errors were encountered:
Fix some unicode errors, put parse_stream function in try:except to c…
a85a9d0
…atch the situation when a mature audience streamer does not have enough information in JSON response. #18
No branches or pull requests
"Mature" Streamer api response:
https://gist.github.com/Andygmb/3e47aa5ea91fb711d8e0
"Normal" Streamer api response:
https://gist.github.com/Andygmb/561c2307443cc9ab8744
The "Mature" streamer lacks a lot of information, perhaps a secondary call is required? Not sure, look into twitch.tv api docs.
The mature streamer caused a KeyError when looking for streamer["channel"]"status".
The text was updated successfully, but these errors were encountered: