errors out with Gnus repository that uses http
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Dulwich |
Triaged
|
High
|
Unassigned |
Bug Description
This is with today's trunk of bzr-git (revno 1449) and bzr 2.4.2 on Windows XP. "bzr pull http://
Using saved parent location: http://
bzr: ERROR: Invalid http response for http://
This "bzr pull" command behaved weirdly to begin with: it started by churning my disk for about half a minute, then the progress indicator froze for a few mi9nutes, and finally I saw the above error message.
Here's the backtrace:
0.453 opening working tree 'D:/gnu/
390.906 Transferred: 1259kB (3.2kB/s r:44kB w:1215kB)
390.906 Traceback (most recent call last):
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "D:/usr/
File "D:/usr/
File "D:/usr/
File "D:/usr/
File "D:/usr/
File "D:/usr/
File "D:/usr/
File "D:/usr/
File "D:\usr\
File "D:\usr\
File "D:/usr/
File "bzrlib\
File "urllib2.pyo", line 397, in open
File "bzrlib\
File "urllib2.pyo", line 435, in error
File "urllib2.pyo", line 369, in _call_chain
File "bzrlib\
InvalidHttpResp
affects: | bzr-git → dulwich |
Changed in dulwich: | |
status: | New → Incomplete |
status: | Incomplete → In Progress |
importance: | Undecided → High |
assignee: | nobody → Jelmer Vernooij (jelmer) |
summary: |
- bzr-git errors out with Gnus repository that uses http + errors out with Gnus repository that uses http |
Changed in dulwich: | |
status: | In Progress → Triaged |
assignee: | Jelmer Vernooij (jelmer) → nobody |
no longer affects: | launchpad |
I can't reproduce this here (though I obviously don't have the same branch you do). Is it reproducible for you?
Are you working in a repository that has had changes to it made by something other than bzr-git ? In that case it might have been churning to update the git sha map. Perhaps the server timed out in the mean time.