-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Home
朱凯 edited this page May 24, 2023
·
3 revisions
检查是否开启了remix模式,需要关闭
设置mj.proxy.host和mj.proxy.port,比如代理地址为127.0.0.1:21882,则需要配置
mj:
proxy:
host: 127.0.0.1
port: 21882
检查回调地址是否能在容器中调通,容器中的宿主机IP通常为172.17.0.1
- 检查discord频道中,消息上方是否有
原始消息已被删除
,这种情况通常为触发了图片审核,仅用户可见。使用机器人获取不到 - 频道中消息处于
Waiting to start
,可能等待时间较长,可适当修改 mj.queue.timeout-minutes,默认5分钟超时