Hi,

while trying to resync my "d" mirror (it's offline at the moment) I
stumbled over the following traceback. Can anyone make any sense out of
that?

/var/www# /usr/local/bin/pep381run /var/www/pypi
Synchronizing iterator
Copying /packages/source/i/iterator/iterator-1.1.0.zip
Copying /packages/source/i/iterator/iterator-1.2.0.zip
Traceback (most recent call last):
  File "/usr/local/bin/pep381run", line 30, in <module>
    state.synchronize()
  File "/usr/local/lib/python2.7/dist-packages/pep381client/__init__.py",
line 119, in synchronize
    self._synchronize()
  File "/usr/local/lib/python2.7/dist-packages/pep381client/__init__.py",
line 159, in _synchronize
    self.maybe_copy_file(project, file)
  File "/usr/local/lib/python2.7/dist-packages/pep381client/__init__.py",
line 237, in maybe_copy_file
    r = h.getresponse()
  File "/usr/lib/python2.7/httplib.py", line 1018, in getresponse
    raise ResponseNotReady()
httplib.ResponseNotReady

This happens repeatedly, stopping the sync.
http://pypi.python.org/packages/source/i/iterator/ doesn't seem to contain
the file the mirror script tries to sync, too. Since that's a fresh sync I
wonder if there is something wrong in the PyPI database.

Thanks, any help would be appreciated,

Jannis
_______________________________________________
Catalog-SIG mailing list
[email protected]
http://mail.python.org/mailman/listinfo/catalog-sig

Reply via email to