Hi,
We wonder whether this problem has happened again. This is what we've been seeing with bandersnatch:
2014-05-02 23:26:18,983 ERROR: Error syncing package: pypps_reader@1079144
Traceback (most recent call last):
self.sync_simple_page()
'/simple/{0}/'.format(self.quoted_name), self.serial)
r = self.session.get(path, timeout=self.timeout, **kw)
return self.request('GET', url, **kwargs)
resp = self.send(prep, **send_kwargs)
history = [resp for resp in gen] if allow_redirects else []
raise TooManyRedirects('Exceeded %s redirects.' % self.max_redirects)
TooManyRedirects: Exceeded 30 redirects.
This is what we see with curl:
HTTP/1.1 301 Moved Permanently
Date: Sat, 03 May 2014 03:33:50 GMT
Server: Apache
Location: /simple/pypps_reader/
Cache-Control: max-age=86400, public
Strict-Transport-Security: max-age=31536000; includeSubDomains
Accept-Ranges: bytes
Age: 20147
...
HTTP/1.1 301 Moved Permanently
Date: Sat, 03 May 2014 03:33:50 GMT
Server: Apache
Location: /simple/pypps-reader/
Cache-Control: max-age=86400, public
Strict-Transport-Security: max-age=31536000; includeSubDomains
Accept-Ranges: bytes
Age: 20148
Connection: close
curl: (47) Maximum (50) redirects followed
Would you please help us diagnose this?
Thanks for your time,
The TUF team