Comment 8 for bug 1777049

Revision history for this message
Volodymyr Koval (moonflyer) wrote :

The error is still in place, namely

Warning - GNOME-Twitch : {GtTwitch:594} Error getting stream access token for channel 'shroud' because: Received unsuccessful response from url 'http://api.twitch.tv/api/channels/shroud/access_token' with code '400' and body '{"error":"Bad Request","status":400,"message":"Requests must be made over SSL"}'

While parsing the binary to validate that the fix is in place, it became clear that the fix is not complete and at least two URLs are still using HTTP:

/usr/bin$ strings gnome-twitch | grep http
...
https://api.twitch.tv/kraken/streams/followed?limit=%d&offset=%d&oauth_token=%s&stream_type=live
https://api.twitch.tv/kraken/users/%s/follows/channels?limit=%d&offset=%d
http://api.twitch.tv/api/channels/%s/access_token
...
http://api.twitch.tv/api/channels/%s/panels
...