Hotrian / OpenVRTwitchChat

Put your favorite Twitch Chat directly into any OpenVR game!
Other
174 stars 50 forks source link

Error "400" codes in latest source #21

Open Hotrian opened 7 years ago

Hotrian commented 7 years ago

This is sort of a PSA for anyone who wants to build the source. This is not an actually error.

Twitch recently updated their API and it now requires passing the Client-ID when making API calls to Kraken. Please see #20.

Because of Twitch's changes to the API, it is now required to pass the Client-ID, which the build does. However, I did not want to upload my Client-ID directly into the source because I expect some users will be building this on their own, possibly integrating it into their own applications, etc.

To fix Error 400 you need to get a Client-ID:

Now you need to insert your Client-ID into the source:

This will fix the 400 Errors which are due to an invalid Client-ID being passed.