midjourney-api icon indicating copy to clipboard operation
midjourney-api copied to clipboard

🐛 Is there any way to determine that a word has not passed the midjorney security check

Open taimast opened this issue 2 years ago • 2 comments

问题简述

Is there any way to determine that a word has not passed the midjorney security check, because the api always responds with status ok, even if it is a forbidden word

复现方式

write forbidden word

环境信息

  • OS: 操作系统类型及其版本号
  • Python: Python 版本号 (python --version)
  • Others: 其它信息

额外信息

No response

一点点的自我检查

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

taimast avatar Jun 28 '23 16:06 taimast

是呀,midjourney的禁用逻辑是AI写的,只会在服务器返回一个只有自己能看到的消息。服务器中的其他机器人都读不到这个消息,在开发者工具中提交完都看不到网络里面有任何相关返回。求解决思路。

sevenent avatar Jun 29 '23 10:06 sevenent

I found (probably not the best) solution to my problem, maybe it will help someone

taimast avatar Aug 11 '23 10:08 taimast