-
```
_client = new TwitchAPI();
_client.Settings.ClientId = "7ij5crf8xor3hxnkes3atm93vj96bzi";
_client.Settings.AccessToken = Properties.Settings.Default["TwitchBotKey"].ToString();
var followers…
-
When attempting to iterate through videos as in #3 I'm getting a `TypeErrror`.
```
import twitch
helix = twitch.Helix('')
for video in helix.user('moonmoon_ow').videos():
print(video.id…
-
This just started happening today sadly.
Unable to open URL: https://api.twitch.tv/api/channels/sjow/access_token.json (410 Client Error: Gone for url: https://api.twitch.tv/api/channels/sjow/acce…
-
How do I get the OAuth token with a given "code"? The "token" response here is NULL
I'm not sure how I'm supposed to parse the data to get the token out?
From within Laravel I'm doing the follow…
-
Simple bug. The following should be returning the display name, not ID.
https://github.com/d-fischer/twitch/blob/780a2077e8226e37c496112d95db31b6fa86b4b4/packages/twitch/src/API/Helix/Video/HelixVi…
-
## Bug Report
### Code
Initially was using withClientCredentials but got told I should be using withCredentials
```js
const twitchClient = await TwitchClient.withCredentials("");
const …
-
## Bug Report
`subscribeToStreamChanges` returns `invalid json response body at https://api.twitch.tv/helix/webhooks/hub reason: Unexpected end of JSON input`
### Code
```ts
const id = "3776…
Llorx updated
5 years ago
-
I got this email from Twitch: v3 API Shutdown
Starting on August 12, 2019, we will begin implementing scheduled outage windows of v3 endpoints over several weeks ending with a complete shutdown of…
-
We're still using the v3 API. We should be using the new API: https://dev.twitch.tv/docs/api/
-
The parameter "id" was malformed: the value must match the regular expression /^[0-9]+$/
https://i.imgur.com/k7AEVB5.png