Bug:
Upon clicking "Connect with Twitch", and after authorizing connection, deepbot doesn't make any changes.
Info:
In the JS console, there is an error:
Object {error: "Bad Request", status: 400, message: "No client id specified"}
This is because the Twitch API was changed to require all API requests to attach the client-id of the application as a header entry to the request. The news for that is located at this blog post by Twitch:
https://blog.twitch.tv/client-id-required-for-kraken-api-calls-afbb8e95f843#.kznm8h2raThis applies to all API calls, including read-only ones.
Image:
http://i.imgur.com/OLfFzGg.png
Misc:
Let me know if you need any other information regarding this issue.
I was trying to log in to change the name of our bot from CattyBot to CattyCakeBot. Please let me know if there is another way to do this, other than logging into deepbot.tv/dev/donationaccess.
Thank you.