Replies: 2 comments
-
u can try to catch the exception. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Hello @zcpua !
When user try to send any restricted by Midjourney community standards request (for example: asshole) - midjourney-api srvice crashes.
Here the details:
...\node_modules\midjourney\src\discord.ws.ts:150
const error = new Error(description);
^
Error: Sorry! Our AI moderator thinks this prompt is probably against our community standards.
Please review our current community standards:
ALLOWED
NOT ALLOWED
This AI system isn't perfect. If you find it rejecting something innocent please press the Notify Developers button and we will review it and try to further improve our performance. Thank you for your help!
at WsMessage.messageCreate (...\node_modules\midjourney\src\discord.ws.ts:150:27)
at WsMessage.onMessageCreate (...\node_modules\midjourney\src\discord.ws.ts:274:10)
at ...\node_modules\midjourney\src\discord.ws.ts:470:25
Beta Was this translation helpful? Give feedback.
All reactions