Shmuel Fomberg <shmuelfomb...@gmail.com> writes:

> Hi all.
>
> I released a module, WWW::Github::Files, that let you easily read files and
> directory from a github repository.
>
> 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?
>

Hi Shmuel,

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.

Regards,
    Slaven

-- 
Slaven Rezic - slaven <at> rezic <dot> de
  BBBike - route planner for cyclists in Berlin
  WWW version:                           http://www.bbbike.de
  Perl/Tk version for Unix and Windows:  http://bbbike.sourceforge.net

Reply via email to