-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Response validation error for certain images for certain users #423
Comments
I think this was fixed in 41fcf0b. I was able to replicate the problem using the image and user and taxon - it was related to the place associated with the user and the common ancestor taxon. If it occurs again, it would be great to get another test image note which user is experiencing the problem |
Seems to still be happening: Auth as kueda-test, using this request: curl -XPOST \
-H "Authorization: kueda-test-jwt" \
-F "image=@/Users/kueda/Downloads/lupine.jpg" \
-F "lat=37" \
-F "lng=-122" \
--form-string 'fields=(combined_score:!t,taxon:(ancestor_ids:!t,default_photo:(id:!t,url:!t),name:!t,preferred_common_name:!t,rank:!t,rank_level:!t))' \
"https://stagingapi.inaturalist.org/v2/computervision/score_image" |
I can stell replicate using an auth token for the kueda-test user and this image:
|
When I do this using a JWT for https://staging.inaturalist.org/people/kueda:
with this image:
I get this response:
Weirdly, I do the same with a JWT for https://staging.inaturalist.org/people/kueda-test, I do not get an error. I've tried fiddling with the place settings for the kueda user on staging but it doesn't seem to make a difference.
The text was updated successfully, but these errors were encountered: