Realtime API:"incomplete" response when input is in a non-english language. reason:"content-filter"

Hi,
I am trying to generate a translated-transcript of a non-english conversation.
When providing speech-input to OpenAI’s realtime API with a non-english language, the response.done frame is returned as “status:incomplete” in some cases citing “content-filter” as the reason.

{“type”:“incomplete”,“reason”:“content_filter”}

I am sure that the input-audio stream has no content that needs to be stopped by the filter. It is a rather simple straightforward conversation.

-is this happening because of possibly-inaccurate transcription of the non-english language.?
-Is there a way to work around this content-filter and a non-english language.? How accurate is the content-filter in itself with a non-english language.?
-am i the only one facing this?