Bimg icon indicating copy to clipboard operation
Bimg copied to clipboard

Requests flagged and blocked

Open trekie86 opened this issue 1 year ago • 2 comments

I was testing this API since OpenAI removed the free credits for DALL-E. I implemented a request using the generateImagesLinks method and it fails with the following response.

"This prompt has been blocked by Bing. Bing's system flagged this prompt because it may conflict with their content policy. More policy violations may lead to automatic suspension of your access."

I'm not sure if Bing is blocking this request because its determine the origin is not from the browser or something else. The prompt itself was very innocuous so there shouldn't be any restrictions based upon what was requested.

I set the massive cookie in my .env file but still no luck. Any ideas?

trekie86 avatar Aug 24 '23 20:08 trekie86

Have you tried directly copying and pasting the same prompt into the web version? Sometimes Bing rejects some fairly innocuous prompts (see here #1)

nociza avatar Aug 28 '23 01:08 nociza

I'm having the same issue lately with innocent prompts like "Illustration showing a man eating a red apple, white background". It seems that everything starts working after I send at least one prompt through the bing site (even though the cookie value hasn't changed for weeks). From that point it works through bimg even from a different IP.

chodak166 avatar Aug 28 '23 11:08 chodak166