erictik / midjourney-api

MidJourney client. Unofficial Node.js client
Apache License 2.0
1.69k stars 283 forks source link

Sorry! Our AI moderators feel your prompt might be against our community standards. #225

Open starinskycc opened 1 year ago

starinskycc commented 1 year ago

api submit success,then discord return "Sorry! Our AI moderators feel your prompt might be against our community standards. If you think this is a mistake, please press the "Appeal" button below and we will send it to a more sophisticated AI to double-check the result." Is there a way to use the API to click the Apeal button image

sequencerr commented 1 year ago

yes, open browser console and track interactions endpoint

hehua2018 commented 9 months ago

这个警告怎么捕获嗯

sequencerr commented 9 months ago

check the embed title.

On Tue, Dec 26, 2023, 4:29 AM hehua2018 @.***> wrote:

这个警告怎么捕获嗯

— Reply to this email directly, view it on GitHub https://github.com/erictik/midjourney-api/issues/225#issuecomment-1869225869, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKXZBNW7HMQMXEOSQUGD4XTYLJABJAVCNFSM6AAAAAA4A7LSFCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNRZGIZDKOBWHE . You are receiving this because you commented.Message ID: @.***>

hehua2018 commented 9 months ago

embed 里面一直空的,没有错误信息嗯

sequencerr commented 9 months ago

embed 里面一直空的,没有错误信息嗯

just handle this. if (message.embeds?.[0]?.title == undefined) ...