yokonsan / midjourney-api

midjourney in discord api.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discord通知type:banned🐛

purpen opened this issue · comments

commented

问题简述

收到Discord任务进度通知,一般到93%,type: banned, 然后,就任务就结束了。 查看Discord提示:原始消息已被删除。请问各位是否遇到过,这是什么问题?多谢

复现方式

{'type': 'banned', 'id': 1125467309318XX9174, 'content': '<#9779859909#>xxxxx --ar 1:1 - <@10955886xxxxxx70930> (93%) (fast)', 'attachments': [{'filename': 'grid_0.webp', 'id': 1125467309318XX9174, 'proxy_url': 'xxx/grid_0.webp', 'size': 58234, 'url': 'xxxx/1125467309318869174/grid_0.webp', 'spoiler': False, 'height': 512, 'width': 512, 'content_type': 'image/webp'}], 'embeds': [], 'trigger_id': '977985xxxx09'}

环境信息

  • OS: Centos
  • Python: Python 3.10
  • Others: 其它信息

额外信息

No response

一点点的自我检查

  • 充分阅读 README.md,特别是与本 issue 相关的部分
  • 如果是网络问题,已经检查网络连接、设置是否正常,并经过充分测试认为这是项目本身的问题
  • 本 issue 在 issues 中并没有重复问题

Yes, very often I face the same problem

same probem waiting for solving

After I had the same problem, I found that some of my prompt words appeared in the banned_words.txt.
After changing the prompt word, there will be no problem.
I hope this can help you.