Fedora Account System
Red Hat Associate
Red Hat Customer
Description of problem: yum downloader occasionally reports "HTTP 200 OK" - trying another mirror... what doesn't really seem to be a problem. In case it is a real problem then the error message needs to be changed to something more sensible/helpful. Version-Release number of selected component (if applicable): python-urlgrabber-3.9.1-21.fc18 How reproducible: Not always reproducible Steps to Reproduce: 1. try to update via yum
This is a bug in the exception path, probably also a bug in curl. Happens when server responds with 200 OK, starts sending the file, but the connection is closed. Curl raises pycurl.error(18, '') (Partial file). Urlgrabber checks the errmsg, and since it's empty and we've already parsed HTTP headers, it's reported as "HTTP error 200". Added an explicit check for 2xx error codes upstream.
python-urlgrabber-3.9.1-22.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/python-urlgrabber-3.9.1-22.fc18
Package python-urlgrabber-3.9.1-22.fc18: * should fix your issue, * was pushed to the Fedora 18 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing python-urlgrabber-3.9.1-22.fc18' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-17447/python-urlgrabber-3.9.1-22.fc18 then log in and leave karma (feedback).
python-urlgrabber-3.9.1-17.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/python-urlgrabber-3.9.1-17.fc17
python-urlgrabber-3.9.1-22.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report.
python-urlgrabber-3.9.1-18.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/python-urlgrabber-3.9.1-18.fc17
python-urlgrabber-3.9.1-18.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report.