error report
Jeff Cunningham
jeffrey.k.cunningham at boeing.com
Fri Feb 23 23:01:07 GMT 2007
As per the instruction at the bottom of the screen, here is an error
report. FYI: I installed bzr on a Gentoo system, created a
repository, added stuff to it successfully, created a branch from it
using a Windows machine successfully, then tried to create a branch on
the same Gentoo machine, using its own http address (same command I used from the Windows machine). This was the result:
--Jeff Cunningham
jeffrey.k.cunningham at boeing.com
bzr: ERROR: exceptions.TypeError: iterable argument required
Traceback (most recent call last):
File "/home/jcunningham/lib/python/bzrlib/commands.py", line 650, in run_bzr_catch_errors
return run_bzr(argv)
File "/home/jcunningham/lib/python/bzrlib/commands.py", line 612, in run_bzr
ret = run(*run_argv)
File "/home/jcunningham/lib/python/bzrlib/commands.py", line 304, in run_argv_aliases
return self.run(**all_cmd_args)
File "/home/jcunningham/lib/python/bzrlib/builtins.py", line 712, in run
br_from = Branch.open(from_location)
File "/home/jcunningham/lib/python/bzrlib/branch.py", line 119, in open
control = bzrdir.BzrDir.open(base, _unsupported)
File "/home/jcunningham/lib/python/bzrlib/bzrdir.py", line 500, in open
return BzrDir.open_from_transport(t, _unsupported=_unsupported)
File "/home/jcunningham/lib/python/bzrlib/bzrdir.py", line 509, in open_from_transport
format = BzrDirFormat.find_format(transport)
File "/home/jcunningham/lib/python/bzrlib/bzrdir.py", line 1059, in find_format
return format.probe_transport(transport)
File "/home/jcunningham/lib/python/bzrlib/bzrdir.py", line 1069, in probe_transport
format_string = transport.get(".bzr/branch-format").read()
File "/home/jcunningham/lib/python/bzrlib/transport/http/__init__.py", line 226, in get
code, response_file = self._get(relpath, None)
File "/home/jcunningham/lib/python/bzrlib/transport/http/_urllib.py", line 130, in _get
response = self._perform(request)
File "/home/jcunningham/lib/python/bzrlib/transport/http/_urllib.py", line 102, in _perform
response = self._opener.open(request)
File "/usr/lib/python2.4/urllib2.py", line 356, in open
req = meth(req)
File "/home/jcunningham/lib/python/bzrlib/transport/http/_urllib2_wrappers.py", line 648, in <lambda>
lambda request: self.set_proxy(request, 'http'))
File "/home/jcunningham/lib/python/bzrlib/transport/http/_urllib2_wrappers.py", line 707, in set_proxy
if '@' in host:
TypeError: iterable argument required
bzr 0.14.0 on python 2.4.3.final.0 (linux2)
arguments: ['/home/jcunningham/bin/bzr', 'branch', 'http://medea.sea.boeing.com/~jcunningham/imagelib', 'imagelib']
** please send this report to bazaar at lists.ubuntu.com
--
Jeffrey Cunningham
Advanced ISR Systems
The Boeing Company
ph: 253.773.5084
More information about the bazaar
mailing list