Discord bot 没有“连接”?

时间:2021-01-16 05:27:49

标签: python ssl discord discord.py

我在 python 3.8 上运行,使用 MacOS Big Sur。 当我运行一些简单的 Discord bot 代码时,我得到一个长错误,如下所示:

Traceback (most recent call last):
    raise ClientConnectorCertificateError(
aiohttp.client_exceptions.ClientConnectorCertificateError: Cannot connect to host discord.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:****)')]
>>> 

我安装了certificates.command,但这种情况仍在发生。请帮忙!

2 个答案:

答案 0 :(得分:0)

参见 this answerthis one,它们已经为很多人工作过。我的猜测是您使用的证书已过期。尝试重新安装它。

答案 1 :(得分:0)

重新安装 certifi,并在命令后使用 --user。应该这样做。