-
Notifications
You must be signed in to change notification settings - Fork 317
Open
Description
I kept getting this error, i'm using ezcaptcha
data: {"id": "chatcmpl-1771068409", "object": "chat.completion.chunk", "created": 1771068409, "model": "flow2api", "choices": [{"index": 0, "delta": {"reasoning_content": "❌ 生成失败: Flow API request failed: PUBLIC_ERROR_SOMETHING_WENT_WRONG: reCAPTCHA evaluation failed\n"}, "finish_reason": null}]}
I already pull latest branch code, is it because of ip? because i can see in logs, captcha token captured succesfully, but it return 403 which is a reputation/scoring issue from Google's side thus cannot proceed with generation because o flower ip score, i'm using datacenter proxy.
Error Message: [API FAILED] Response: {
"error": {
"code": 403,
"message": "reCAPTCHA evaluation failed",
"status": "PERMISSION_DENIED",
"details": [
{
"@type": "type.googleapis.com/google.rpc.ErrorInfo",
"reason": "PUBLIC_ERROR_SOMETHING_WENT_WRONG"
}
]
}
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels