-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
id.twitch.tv SSL Certificate Error #6565
Copy link
Copy link
Closed
Labels
Status: Needs TriageThis has not been labeled or discussed for handling yet.This has not been labeled or discussed for handling yet.Type: BugUnexpected behavior, result, or exception. In case of PRs, it is a fix for the foregoing.Unexpected behavior, result, or exception. In case of PRs, it is a fix for the foregoing.
Metadata
Metadata
Assignees
Labels
Status: Needs TriageThis has not been labeled or discussed for handling yet.This has not been labeled or discussed for handling yet.Type: BugUnexpected behavior, result, or exception. In case of PRs, it is a fix for the foregoing.Unexpected behavior, result, or exception. In case of PRs, it is a fix for the foregoing.
What Red version are you using?
3.5.19
What were you trying to do?
Trying to set up a connection to the Twitch API.
Keys have been set, however the console reports an SSL error
ClientConnectorCertificateError: Cannot connect to host id.twitch.tv:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1006)')]What did you expect to happen?
A connection to twitch.tv is correctly made and I can configure stream alerts.
What actually happened?
The above error in the console, the bot reports that the key is wrong or malformed.
How can we reproduce this error?
Try to set up a connection to the Twitch API following this guide:
https://docs.discord.red/en/stable/cog_guides/streams.html
Anything else?
No response