exceptions.KeyError: 'port' when doing Branch
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Fix Released
|
Medium
|
Martin Pool |
Bug Description
Hello,
I have Windows 7 Pro x64 and everytime I try to do a local branch, I get following error. It has happened with both 2.2.1 and 2.1.2 versions. Could somebody please provide an advice?
Run command: bzr checkout http+urllib:
bzr: ERROR: exceptions.
Traceback (most recent call last):
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "C:/Program Files (x86)/Bazaar/
File "C:/Program Files (x86)/Bazaar/
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "C:/Program Files (x86)/Bazaar/
File "C:/Program Files (x86)/Bazaar/
File "C:/Program Files (x86)/Bazaar/
File "bzrlib\
File "urllib2.pyo", line 387, in open
File "bzrlib\
File "urllib2.pyo", line 419, in error
File "urllib2.pyo", line 360, in _call_chain
File "bzrlib\
File "bzrlib\
File "urllib2.pyo", line 387, in open
File "bzrlib\
File "urllib2.pyo", line 419, in error
File "urllib2.pyo", line 360, in _call_chain
File "bzrlib\
File "urllib2.pyo", line 387, in open
File "bzrlib\
File "urllib2.pyo", line 419, in error
File "urllib2.pyo", line 360, in _call_chain
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
KeyError: 'port'
bzr 2.1.2 on python 2.5.4 (Windows-
arguments: ['C:\\Program Files (x86)\\
encoding: 'cp1250', fsenc: 'mbcs', lang: None
plugins:
bzrtools C:\Program Files (x86)\Bazaar\
explorer C:\Program Files (x86)\Bazaar\
launchpad C:\Program Files (x86)\Bazaar\
netrc_
qbzr C:\Program Files (x86)\Bazaar\
rebase C:\Program Files (x86)\Bazaar\
svn C:\Program Files (x86)\Bazaar\
upload C:\Program Files (x86)\Bazaar\
xmloutput C:\Program Files (x86)\Bazaar\
*** Bazaar has encountered an internal error. This probably indicates a
bug in Bazaar. You can help us fix it by filing a bug report at
https:/
including this traceback and a description of the problem.
-----------------
Bazaar (bzr) 2.1.2
Python interpreter: C:\Program Files (x86)\Bazaar\
Python standard library: C:\Program Files (x86)\Bazaar\
Platform: Windows-
bzrlib: C:\Program Files (x86)\Bazaar\
Bazaar configuration: C:\Users\
Bazaar log file: C:\Users\
Copyright 2005-2010 Canonical Ltd.
http://
bzr comes with ABSOLUTELY NO WARRANTY. bzr is free software, and
you may use, modify and redistribute it under the terms of the GNU
General Public License version 2 or later.
Bazaar is part of the GNU Project to produce a free operating system.
Related branches
- Vincent Ladeuil: Approve
-
Diff: 141 lines (+63/-26)3 files modifiedNEWS (+4/-0)
bzrlib/tests/test_http.py (+55/-24)
bzrlib/transport/http/_urllib2_wrappers.py (+4/-2)
Changed in bzr: | |
assignee: | nobody → Martin Pool (mbp) |
importance: | Undecided → Medium |
status: | New → In Progress |
Changed in bzr: | |
milestone: | none → 2.3b3 |
status: | In Progress → Fix Released |