GoogleCloudPlatform / recaptcha-enterprise-flutter

Apache License 2.0
23 stars 8 forks source link

Not working on flutter iOS #10

Closed flywithbug closed 1 year ago

flywithbug commented 1 year ago

i got this error

{"level":"INFO","thread":"grpc-default-executor-53","class":"e.a.l.b.u.s.grpc.GrpcUserServiceImpl.?[?]","message":"ReCaptchaRes:1203557267052707840-EDIT-USER-ReCaptchaValidator.ReCaptchaResponseResult(recaptchaScore=0.0, valid=false, invalidReason=DUPE, assessmentName=projects/466588085465/assessments/323bb87b42000000, action=, reasons=[])","traceId":"","stackTrace":""}

mcorner commented 1 year ago

This message comes from our create assessment API not from the client.

You can find the documentation here: https://cloud.google.com/recaptcha-enterprise/docs/reference/rest/v1beta1/projects.assessments#invalidreason

But you are getting a "DUPE" meaning you already called create assessment on this token.

So WAI