":"ERROR_OPENAI","details":{"title":"Unable to reach the model provider","detail":"We encountered an issue when using your API key: Streaming error\n\nAPI Error:\n\n```\n{\"error\":{\"type\":\"provider\",\"reason\":\"provider_error\",\"message\":\"Provider returned 500\",\"retryable\":true,\"provider\":{\"status\":500,\"body\":\"{\\\"error\\\":{\\\"message\\\":\\\"field messages is required (request id: 2025121917282926897232MyhO9Rcs)\\\",\\\"type\\\":\\\"rix_api_error\\\",\\\"param\\\":\\\"\\\",\\\"code\\\":\\\"invalid_request\\\"}}\"}}}\n```","additionalInfo":{},"buttons":[],"planChoices":[]},"isExpected":true} ConnectError: [invalid_argument] Error at Tqc.$endAiConnectTransportReportError (vscode-file://vscode-app/c:/Program%20Files/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:7337:399337) at nwo._doInvokeHandler (vscode-file://vscode-app/c:/Program%20Files/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:490:36007) at nwo._invokeHandler (vscode-file://vscode-app/c:/Program%20Files/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:490:35749) at nwo._receiveRequest (vscode-file://vscode-app/c:/Program%20Files/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:490:34514) at nwo._receiveOneMessage (vscode-file://vscode-app/c:/Program%20Files/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:490:33336) at WDt.value (vscode-file://vscode-app/c:/Program%20Files/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:490:31429) at _e._deliver (vscode-file://vscode-app/c:/Program%20Files/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:49:2962) at _e.fire (vscode-file://vscode-app/c:/Program%20Files/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:49:3283) at agt.fire (vscode-file://vscode-app/c:/Program%20Files/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:7322:12156) at MessagePort.<anonymous> (vscode-file://vscode-app/c:/Program%20Files/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:9845:18403) 7天前
originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason: TypeError: Cannot read properties of undefined (reading 'startsWith') at im5 (file:///C:/Users/98317/AppData/Roaming/npm/node_modules/@anthropic-ai/claude-code/cli.js:2200:12035) at YI1 (file:///C:/Users/98317/AppData/Roaming/npm/node_modules/@anthropic-ai/claude-code/cli.js:2200:12287) at YI1.next (<anonymous>) 7天前
code: 503 - {'error': {'message': 'No available channels for model gemini-2.5-flash-deepsearch in group 逆向 (request id: 20251219135042606495676DupOHI4d)', 'type': 'rix_api_error', 'param': '', 'code': None}} 7天前
Could not finish the message because max_tokens or model output limit was reached. Please try again with higher max_tokens. 7天前
Could not finish the message because max_tokens or model output limit was reached. Please try again with higher max_tokens. 7天前
] DMXAPI Error: HTTPSConnectionPool(host='api.dmxapi.cn', port=443): Max retries exceeded with url: /v1/ (Caused by SSLError(SSLCertVerificationError(1, "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'api.dmxapi.cn'. (_ssl.c:1017)"))) [DEBUG] Judge Output Snippet: ... [DEBUG] Parsed Judge: Ref=1, Spec=1, Conv=1 [Warmup] Step 0: Loss=0.6693, ASR=1.0, NR=0.00, SC=0.00 8天前
] DMXAPI Error: 404 Client Error: Not Found for url: https://www.dmxapi.cn/v1 [DEBUG] Judge Output Snippet: ... [DEBUG] Parsed Judge: Ref=1, Spec=1, Conv=1 8天前
[Window Title] Visual Studio Code [Main Instruction] 是否要 Code 打开外部网站? [Content] https://www.dmxapi.cn/v1 [打开(O)] [复制(C)] [配置受信任的域(T)] [取消] 8天前
s> 标记。然后应将此 <customErrors> 标记的“mode”特性设置为“Off”。 <!-- Web.Config 配置文件 --> <configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration> 注释: 通过修改应用程序的 <customErrors> 配置标记的“defaultRedirect”特性,使之指向自定义错误页的 URL,可以用自定义错误页替换所看到的当前错误页。 <!-- Web.Config 配置文件 --> <configuration> <system.web> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/> </system.web> </configuration> 8天前