You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
api-v2.go:220: Decode error: json: unknown field "ContinentCode"
It appears that the json encoding of the annotation service results may have changed. We are now getting frequent errors about unknown field "ContinentCode". This is the name of an existing field, but there is a json tag indicating that it should be encoded as continent_code.
I can't see any reason why behavior would have changed.
It looks like annotations are still succeeding, as the code retries allowing unknown fields.
I observed this in the new k8s parser, not in the normal production parser.
The text was updated successfully, but these errors were encountered:
api-v2.go:220: Decode error: json: unknown field "ContinentCode"
It appears that the json encoding of the annotation service results may have changed. We are now getting frequent errors about unknown field "ContinentCode". This is the name of an existing field, but there is a json tag indicating that it should be encoded as continent_code.
I can't see any reason why behavior would have changed.
It looks like annotations are still succeeding, as the code retries allowing unknown fields.
I observed this in the new k8s parser, not in the normal production parser.
The text was updated successfully, but these errors were encountered: