dev-cafe/autocmake

problems with travis-ci: "Too Many Requests'"

miroi opened this issue · 1 comments

miroi commented

This is annoying - you can not get green test due to connectivity overload:

https://travis-ci.org/scisoft/autocmake/builds/79170217

self = <test.URLopener instance at 0x18a37a0>
url = '//github.com/docopt/docopt/raw/master/docopt.py'
fp = <socket._fileobject object at 0x17d6350>, errcode = 429
errmsg = 'Too Many Requests'
headers = <httplib.HTTPMessage instance at 0x18a3e18>
    def http_error_default(self, url, fp, errcode, errmsg, headers):
        sys.stderr.write("ERROR: could not fetch %s\n" % url)
>       sys.exit(-1)
E       SystemExit: -1

Could we please minimize connecting to repositories ? Could we have the github.com/docopt package ready on the spot ?

bast commented

This issue is duplicate of #117. Closing.