I am getting errors both when calling the API through code and when using the playground for the RealTime API
Received event: response.done {'type': 'response.done', 'event_id': 'event_AQlsrxYrZ7xTTSwCKNDeg', 'response': {'object': 'realtime.response', 'id': 'resp_AQlsqqbyHkDbhnYdG81Ym', 'status': 'failed', 'status_details': {'type': 'failed', 'error': {'type': 'server_error', 'code': None, 'message': 'The server had an error while processing your request. Sorry about that! You can retry your request, or contact us through our help center at help.openai.com if the error persists. (Please include the session ID sess_AQlsm3q7dWDxsRi9YL34a in your message.)'}}, 'output': [], 'usage': {'total_tokens': 0, 'input_tokens': 0, 'output_tokens': 0, 'input_token_details': {'text_tokens': 0, 'audio_tokens': 0, 'cached_tokens': 0, 'cached_tokens_details': {'text_tokens': 0, 'audio_tokens': 0}}, 'output_token_details': {'text_tokens': 0, 'audio_tokens': 0}}}}
When checking the status page, everything seems to be running, does anyone have any help on how to fix this