NumberSir/nonebot_plugin_arktools

ValidationError: 2 validation errors for Config

Nenot233 opened this issue · 3 comments

raise validation_error
pydantic.error_wrappers.ValidationError: 2 validation errors for Config
tencent_cloud_secret_id
field required (type=value_error.missing)
tencent_cloud_secret_key
field required (type=value_error.missing)

SecretId: "id"
SecretKey: "key"

请问一下这个是格式问题还是腾讯apikey的问题?

OGR@9JB6O%4 6U2DZC044%L
腾讯云 API 密钥能在这个页面找到:https://console.cloud.tencent.com/cam/capi
两个都是字符串格式,看看你有没有填对

image
均为复制上去的

你怎么填在这里,一般填在env.env文件里
如果填在这里的话用等号不用冒号