-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Labels
Description
I've set the oauth token when creating the client object and the return json is incomplete, seems to be snipped. Because of this the _total attribute is missing.
client = TwitchClient(client_id=XXXX, oauth_token=XXXX)
client.channels.get_subscribers(XXXX)
The partial data that is being returned is correct. There are only 6 subscriptions so it's not due to limits. When limiting to a number less than total subscriptions, all are listed, but _total attribute is missing.
Reactions are currently unavailable