gpt4 book ai didi

python - Discord Bot 未激活

转载 作者:行者123 更新时间:2023-12-04 22:42:32 25 4
gpt4 key购买 nike

我正在尝试运行我的不和谐机器人,但后来我继续得到:

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:1123)')]
我的代码是
import discord
from discord.ext import commands

client = commands.Bot(command_prefix="$")

@client.event
async def on_ready():
print("Bot is ready")

@client.command()
async def hello(ctx):
await ctx.send("hey")

client.run("-------------------------------------")

最佳答案

去开始,输入internet explorer。以管理员身份运行。
去做https://discord.com单击挂锁图标。
点击查看证书
单击安装证书,选择用户或本地计算机。
单击将所有证书放入以下商店
选择受信任的根证书颁发机构
享受。

关于python - Discord Bot 未激活,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65333649/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com