Skip to content

Instantly share code, notes, and snippets.

@jezell
Created March 21, 2025 01:11
Show Gist options
  • Save jezell/d7c292b321b24faf05b405d6d728f764 to your computer and use it in GitHub Desktop.
Save jezell/d7c292b321b24faf05b405d6d728f764 to your computer and use it in GitHub Desktop.
openai error
INFO:room_server:llm.output: {'context': 'd78a95ab-1e6c-4d6d-bc5a-2740f480703f', 'participant_id': '06eea232-f000-4daa-9066-1e7d3767bb17', 'participant_name': 'coder', 'response': {'item': {'id': 'msg_67dcbc10a9248191809772c5d9862c020450ddcac89f65d4', 'content': [{'annotations': [], 'text': "Sure! I'll add four more pages to your website. I'll include links to these pages from the main page and provide basic content for each one.\n\nThe pages will include:\n\n1. **About**\n2. **Projects**\n3. **Blog**\n4. **Contact**\n\nI'll create the files now.", 'type': 'output_text'}], 'role': 'assistant', 'status': 'completed', 'type': 'message'}, 'output_index': 0, 'type': 'response.output_item.done'}}
INFO:websocket-server:SSE chunk received: event: response.function_call_arguments.delta
data: {"type":"response.function_call_arguments.delta","item_id":"fc_67dcbc116b9c8191a8e703b496f5bdc30450ddcac89f65d4","output_index":1,"delta":"\","}
event: response.function_call_arguments.delta
data: {"type":"response.function_call_arguments.delta","item_id":"fc_67dcbc116b9c8191a8e703b496f5bdc30450ddcac89f65d4","output_index":1,"delta":"\"text"}
event: response.function_call_arguments.delta
data: {"type":"response.function_call_arguments.delta","item_id":"fc_67dcbc116b9c8191a8e703b496f5bdc30450ddcac89f65d4","output_index":1,"delta":"\":"}
INFO:websocket-server:SSE chunk received: event: response.function_call_arguments.delta
data: {"type":"response.function_call_arguments.delta","item_id":"fc_67dcbc116b9c8191a8e703b496f5bdc30450ddcac89f65d4","output_index":1,"delta":"\"<!"}
event: response.function_call_arguments.delta
data: {"type":"response.function_call_arguments.delta","item_id":"fc_67dcbc116b9c8191a8e703b496f5bdc30450ddcac89f65d4","output_index":1,"delta":"DOCTYPE"}
event: response.function_call_arguments.delta
data: {"type":"response.function_call_arguments.delta","item_id":"fc_67dcbc116b9c8191a8e703b496f5bdc30450ddcac89f65d4","output_index":1,"delta":" html"}
INFO:websocket-server:SSE chunk received: event: error
data: {"type":"error","error":{"type":"server_error","code":"server_error","message":"An error occurred while processing your request. You can retry your request, or contact us through our help center at help.openai.com if the error persists. Please include the request ID req_e75ab3b9ae1297af151f77da28ea06e3 in your message.","param":null}}
openai.APIError: An error occurred while processing your request. You can retry your request, or contact us through our help center at help.openai.com if the error persists. Please include the request ID req_e75ab3b9ae1297af151f77da28ea06e3 in your message.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment