discord の内容をプログラムで取得したくて
https://discordpy.readthedocs.io/ja/latest/quickstart.html
こちらを参考に
python -m pip install --upgrade pip
でインストールしてそのサンプルコードをそのままはりつけトークンだけ置換して
python test.py
で実行したところ
aiohttp.client_exceptions.ClientConnectorCertificateError: Cannot connect to host discordapp.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1108)')]
というエラーが出ます
ブラウザでアクセスすると普通につながるのですが
なぜ python からだと SSL エラーになるのでしょうか
実行環境は
Windows 10
Power shell
python 3.8
回答1件
あなたの回答
tips
プレビュー