AttributeError: 'ReadonlyTransportDecorator' with 'bzr serve'
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
loggerhead |
Triaged
|
Low
|
Unassigned | ||
loggerhead-breezy |
Incomplete
|
Undecided
|
Unassigned |
Bug Description
I recently installed ubuntu 9.10 and get the following exception with 'bzr serve --http'.
[trunk]% bzr serve --http
serving on 0.0.0.0:8080 view at http://
-------
Exception happened during processing of request from ('127.0.0.1', 35686)
Traceback (most recent call last):
File "/usr/lib/
self.
File "/usr/lib/
self.
File "/usr/lib/
self.handle()
File "/usr/lib/
BaseHTTPReq
File "/usr/lib/
self.
File "/usr/lib/
self.
File "/usr/lib/
self.
File "/usr/lib/
return self.applicatio
File "/usr/lib/
transport = get_transport_
File "/usr/lib/
transport = get_transport(base)
File "/usr/lib/
base = directories.
File "/usr/lib/
match = self.get_
File "/usr/lib/
if fullname.
AttributeError: 'ReadonlyTransp
-------
Details of my bzr plugins:
[~]% bzr plugins
bzrtools 2.0.1
Various useful commands for working with bzr.
git 0.4.1dev
A GIT branch and repository format implementation for bzr.
hg
Hg support for bzr.
launchpad 2.0.1
Launchpad.net integration plugin for Bazaar.
loggerhead 1.17.0
Loggerhead web viewer for Bazaar branches.
netrc_credentia
Use ~/.netrc as a credential store for authentication.
search 1.7.0dev
search is a bzr plugin for searching bzr content.
stats
A Simple bzr plugin to generate statistics about the history.
svn 1.0.0
Support for Subversion branches
touch 1.1
bzr touch
undelete 0.2.0
Undelete the file(s) deleted using 'bzr rm'
[~]%
I also have python-pygments 1.0 installed from packages.
Changed in loggerhead: | |
status: | New → Triaged |
importance: | Undecided → Low |
Changed in loggerhead-breezy: | |
status: | New → Incomplete |
Have you tried running Loggerhead's trunk branch (lp:loggerhead)? IIRC,
that's what revision 388 fixed.