Hello,
Without any modifications, one of my pipeline testing the GoogleMap API NearbySearch stopped working.
Maybe it’s a network error between CircleCI servers and Google ?!
I have this error return (in Golang) without any details…
Error: Expected nil, but got: &status.Error{Code:13, Message:"maps: UNKNOWN_ERROR - ", Details:[]*anypb.Any(nil), XXX_NoUnkeyedLiteral:struct {}{}, XXX_unrecognized:[]uint8(nil), XXX_sizecache:0}
Of course, i have no problems with the same code and variables on my machine, my servers…