Hi Slaven. > I get a lot of test failures, where the first network call the test script > > does returns with 'Forbidden'. > > Is there anything I need to know about accessing the network in the > tests? > > if you dump the body when this happens then you see: > > {"message":"API Rate Limit Exceeded for X.Y.Z.A"} > > I had a similar problem with Geo::Coder::Googlev3. My solution: ignore > such failures in the test script. >
Thanks, I will try dumping $res->content too and see if that is really the case. Shmuel.