V5 API now returning 500 errors

Hi all, wondering if anything has changed. I’ve got an app which makes use of the channel title/game update via the V5 API Updater. To my knowledge nothing has changed with this but I may be wrong.

I’m getting a 500 error.

{
“error”: “Internal Server Error”,
“status”: 500,
“message”: “”
}

Postman Test:
****** = Sensitive Information.

PUT /kraken/channels/********HTTP/1.1
Host: api.twitch.tv
Authorization: OAuth **********************
Client-ID: *****************************
Content-Type: application/x-www-form-urlencoded
Cache-Control: no-cache
Postman-Token: bbdba15b-61e6-384f-ddb3-9541a08a2d3f

channel%5Bstatus%5D=Test+Edit&channel%5Bgame%5D=Fortnite

This has been working for months and now is providing constant 500 errors

THANKS! <3

Wow nevermind, seems like I was just missing the accept header. Should be able to figure this out.

Odd why it worked this whole time, either way, this is how I got rid of the 500 for anyone else wondering!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.