read ECONNRESET
23天前
":{"message":"Missing `reasoning_content` field in the assistant message at message index 3. For more information, please refer to https://api-docs.deepseek.com/guides/thinking_mode#tool- calls","type":"invalid_request_error","param":null,"code":"invalid_request_error"}}
23天前
for question 66f1b940f8bb4425f74e4299 with model claude-opus-4-5-20251101-thinking: Error code: 500 - {'error': {'message': 'InvokeModel: operation error Bedrock Runtime: InvokeModel, https response error StatusCode: 400, RequestID: 96616c03-d41b-45ee-9e99-38f9ee59a4ce, ValidationException: ***.***.***.***.***.***.***.data: At least one of the image dimensions exceed max allowed size: 8000 pixels (request id: 20251204111656150286285QeUPIZo1) (request id: 20251204111629483153416Fri198zg) (request id: 20251204111629352905241TqF8nDTI) (request id: 20251204111509463895911tF0OMegn)', 'type': 'rix_api_error', 'param': '', 'code': None}}, retrying... (attempt 1/3)
23天前
for question 831421cd9c0742409384ca29d90d8728 with model kimi-k2-thinking: Error code: 504 - {'error': {'message': '', 'type': 'rix_api_error', 'param': '', 'code': 'bad_response_status_code'}}, retrying... (attempt 1/3)
23天前
code: 500 - {'error': {'message': 'stream error: stream ID 8667; INTERNAL_ERROR; received from peer', 'type': 'read_response_body_failed', 'param': '', 'code': 'read_response_body_failed'}}是连接不稳定吗
23天前
": { "message": "contents is required (request id: )", "type": "rix_api_error", "param": "", "code": "invalid_request" } }
23天前
Missing API key · Run /login
24天前
Missing
24天前
SHOW BINARY LOGS > 1227 - Access denied; you need (at least one of) the SUPER, REPLICATION CLIENT privilege(s) for this operation > 时间: 0.028s
24天前
Bad Request
24天前
": { "message": "InvokeModelWithResponseStream: operation error Bedrock Runtime: InvokeModelWithResponseStream, https response error StatusCode: 400, RequestID: f91b0578-8773-44dd-80f1-d16993f2f473, ValidationException: ***.***.***.***.type: Expected `thinking` or `redacted_thinking`, but found `text`. When `thinking` is enabled, a final `assistant` message must start with a thinking block (preceeding the lastmost set of `tool_use` and `tool_result` blocks). We recommend you include thinking blocks from previous turns. To avoid this requirement, disable `thinking`. Please consult our documentation at https://***.com/***/***/***/*** (request id: 20251203222538913807837b9unliCi) (request id: 20251203222521699643505Wy9ajRk8) (request id: 20251203222521670791432iXOOySMp) (request id: 20251203222449408878641vJMXi5bB)", "type": "rix_api_error", "param": "", "code": null } }
24天前
The request could not be satisfied</TITLE> </HEAD><BODY> <H1>504 Gateway Timeout ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) HTTP3 Server Request ID: OmiRLK1kGGeqRikKmP7hzo7mZTjH1GcTMfN6mIHUEp2mdr_VCf6cVA== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
24天前
400 {"error":{"type":"<nil>","message":"***.***.custom.input_examples: Extra inputs are not permitted (request id: 20251203192038960351609hopSh2Wl) (request id: 202512031920358061584746cAYUzA3) (request id: 20251203192035138745968RNLr6pWn)"},"type":"error"}
24天前
": { "message": "Missing `reasoning_content` field in the assistant message at message index 2. For more information, please refer to https://api-docs.deepseek.com/guides/thinking_mode#tool-calls", "type": "invalid_request_error", "param": null, "code": "invalid_request_error" } }
24天前
###环境变量 GOOGLE_CLOUD_PROJECT=cryptcyber GOOGLE_CLOUD_LOCATION=global API_ENDPOINT=aiplatform.googleapis.com MODEL_ID="gemini-2.5-flash" GENERATE_CONTENT_API="generateContent" GOOGLE_API_KEY=AQ.Ab8RN6JIiaqs9I7GMOQBLvtzk0H-QlpcUSdyZJMwoIh3nRvPtw ####请求 curl -v -X POST -H "Content-Type: application/json" "https://${API_ENDPOINT}/v1/projects/${GOOGLE_CLOUD_PROJECT}/locations/${GOOGLE_CLOUD_LOCATION}/publishers/google/models/${MODEL_ID}:${GENERATE_CONTENT_API}?key=${GOOGLE_API_KEY}" -d @request.json [root@i-1 image]# cat request.json { "contents": [ { "role": "user", "parts": [ { "text": "How does AI work" } ] } ] , "generationConfig": { "temperature": 1 ,"maxOutputTokens": 32768 ,"responseModalities": ["TEXT"] ,"topP": 0.95 }, "safetySettings": [ { "category": "HARM_CATEGORY_HATE_SPEECH", "threshold": "OFF" }, { "category": "HARM_CATEGORY_DANGEROUS_CONTENT", "threshold": "OFF" }, { "category": "HARM_CATEGORY_SEXUALLY_EXPLICIT", "threshold": "OFF" }, { "category": "HARM_CATEGORY_HARASSMENT", "threshold": "OFF" } ] }
24天前