在请求接口时,如果返回errorId
并值为1,你可以在errorCode和errorDescription中看到具体的错误信息When requesting the interface, if the errorId is returned with a value of 1, you can see the specific error information in errorCode and errorDescription
Code Block |
---|
{ "errorId": 1, "errorCode": "错误代码the error code", "errorDescription": "错误描述error description", } |
ErrorCode |
---|
ErrorDescription |
---|
Description |
---|
ERROR_SERVICE_UNAVALIABLE |
服务暂时不可用
service temporarily unavailable | It may be that the server is under high pressure, please try again later, if it persists, please contact customer service |
ERROR_REQUIRED_FIELDS |
请检查字段:XXX
缺少字段或者字段错误,请仔细检查
ERROR_THREADS_MAXIMUM
识别任务已达到最大
从任务创建到识别完成为1个并发,超过并发上限会提示此错误
ERROR_PAGE_NOT_FOUND
请求的页面不存在
请求了不存在路径
ERROR_BAD_REQUEST
错误请求
请求出现错误,如果持续出现请联系客服
Please check the field: XXX | Missing or incorrect fields, please check carefully |
ERROR_INTERNAL_SERVER_ERROR |
服务器内部错误
internal server error | If it persists, please contact customer service |
ERROR_IP_BANNED |
你的IP已被屏蔽10分钟
Your IP has been blocked for 10 minutes | A large number of errors occur in a short period of time (including sending lots of requests when your balance is empty), and it will be automatically blocked for a few minutes. Please stop your requests and check your error message, and wait a few minutes |
ERROR_ |
KEY_ |
任务ID不存在或已失效
BANNED | Your client key has been banned | Your KEY has been banned, please contact customer service |
ERROR_ |
TASKID_ |
任务已超时
120秒如果仍未识别成功,则会报超时错误
ERROR_SETTLEMENT_FAILED
任务点数结算失败
INVALID | Task ID does not exist or has expired | The wrong ID was requested, or the ID no longer exists |
ERROR_KEY_DOES_NOT_EXIST |
帐户密钥错误
client key error | Please check whether your clientKey key is correct, get it in the personal center |
ERROR_ZERO_BALANCE |
帐户余额不足
帐户余额不足已消费抵扣,请充值
ERROR_NO_SUCH_METHOD
不支持的请求方法
不支持GET方法,仅支持POST方法提交
Insufficient account balance | The account balance is not enough for consumption, please recharge |
ERROR_TASK_NOT_SUPPORTED |
任务类型不受支持
验证码类型不正确或尚未支持
ERROR_CAPTCHA_UNSOLVABLE
验证码未能识别
不会扣费,请重试
ERROR_NO_SUCH_CAPCHA_ID
验证码任务已失效
不会扣费,请重试
Task type not supported | The verification code type is incorrect or not yet supported |
ERROR_RECAPTCHA_INVALID_SITEKEY |
目标网站SITEKEY无效
不会扣费,如果确认SiteKey没错的话,重试即可
ERROR_UNKNOWN_QUESTION
错误的问题ID
请检查问题ID是否正确
ERROR_ILLEGAL_IMAGE
图片大小不符合要求
请缩放至指定大小450x450/300x300/100x100
ERROR_UNKNOW_450x450_QUESTION
这个尺寸暂时不支持这个问题
暂时不能很好的识别这个问题相关的图片,请重试其他类型的图片
ERROR_PARSE_IMAGE_FAIL
解析图片失败
请确认图片BASE64编码是否正确
ERROR_IP_BLOCKED_5MIN
由于过多错误请求已被屏蔽
由于过多错误请求已被屏蔽,5分钟后自动解封,请稍后再试。您可以查阅开发文档了解自动屏蔽机制详情。
Invalid target site SITEKEY | Your points will not be deducted for this error, please try again, please check your sitekey | |
INVALID_RECAPTCHA_SITEURL | Invalid target site url | Your points will not be deducted for this error, please try again, please check your website url |
ERROR_NO_SLOT_AVAILABLE |
服务器资源不足,请稍后重试
请延后3秒再重试,不要短时间内大量重复发起请求,会触发自动阻塞机制
ERROR_NO_SLOT_AVAILABLE_BLOCK
服务器资源不足,请等待20秒后重试
Insufficient server resources, please try again later | Insufficient server resources, please try again later |