This repository has been archived by the owner on Aug 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 40
Gnome Twitch crashes on opening stream (Requests must be made over SSL) #356
Comments
See the same issue |
Same on Debian |
Same on Ubuntu. We're all impacted, it might be a twitch API issue. |
What I'm seeing here and in my logs as well, the twitch API doesn't accept the request in plain HTTP, which is a good thing security-wise. Sorry guys, but I don't have the time to find exact problem in the code and test it. I've to study hard. I hope I've helped a bit, but I guess the developers watching the outputs will know more, than I do about this issue. |
dengelt
added a commit
to dengelt/gnome-twitch
that referenced
this issue
May 9, 2018
Apparently Twitch now requires SSL for (some?) APIs. The other problem is that usher.twitch.tv has a broken SSL certificate, because the domain listed is usher.ttvnw.net. That URL seems to work. Should fix vinszent#356
This was referenced May 9, 2018
vinszent
pushed a commit
that referenced
this issue
May 18, 2018
Apparently Twitch now requires SSL for (some?) APIs. The other problem is that usher.twitch.tv has a broken SSL certificate, because the domain listed is usher.ttvnw.net. That URL seems to work. Should fix #356
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
on Fedora 28 with Flatpack when I open Lirik's stream for example and Gnome Twitch crashes directly. The log I see in console is below.
Logs that may say what is wrong are
cannot set NULL uri
andReceived unsuccessful response from url 'http://api.twitch.tv/api/channels/lirik/access_token' with code '400' and body '{"error":"Bad Request","status":400,"message":"Requests must be made over SSL"}'
.I am not 100% positive if this part is the issue. I can provide more information if you have a way to run debug mode.
Great project by the way 👍
The text was updated successfully, but these errors were encountered: