ERROR: exceptions.AttributeError: 'NoneType' object has no attribute 'report'

Bug #190324 reported by Dan Lipsitt
2
Affects Status Importance Assigned to Milestone
Bazaar
Invalid
Undecided
Unassigned

Bug Description

I get the error below when I try to do a pull using bzr+ssh. The error occurs in both 1.0.0 and 1.1.0.
Pulls have been working okay up to now.

====================================================================
bzr: ERROR: exceptions.AttributeError: 'NoneType' object has no attribute 'report'

Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/bzr-1.1.0-py2.5-macosx-10.3-fat.egg/bzrlib/commands.py", line 806, in run_bzr_catch_errors
    return run_bzr(argv)
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/bzr-1.1.0-py2.5-macosx-10.3-fat.egg/bzrlib/commands.py", line 762, in run_bzr
    ret = run(*run_argv)
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/bzr-1.1.0-py2.5-macosx-10.3-fat.egg/bzrlib/commands.py", line 492, in run_argv_aliases
    return self.run(**all_cmd_args)
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/bzr-1.1.0-py2.5-macosx-10.3-fat.egg/bzrlib/builtins.py", line 650, in run
    result.report(self.outf)
AttributeError: 'NoneType' object has no attribute 'report'

bzr 1.1.0 on python 2.5.1.final.0 (darwin)
arguments: ['/Library/Frameworks/Python.framework/Versions/Current/bin/bzr', 'pull']
encoding: 'US-ASCII', fsenc: 'utf-8', lang: None
plugins:
  bzrtools /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/BzrTools-1.0.0-py2.5.egg/bzrlib/plugins/bzrtools [1.0.0]
  launchpad /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/bzr-1.1.0-py2.5-macosx-10.3-fat.egg/bzrlib/plugins/launchpad [unknown]
  multiparent /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/bzr-1.1.0-py2.5-macosx-10.3-fat.egg/bzrlib/plugins/multiparent.pyc [unknown]
*** Bazaar has encountered an internal error.
====================================================================

Revision history for this message
James Westby (james-w) wrote :

Hi,

Sorry to take so long to respond to this bug.

Do you still see the issue?

I can't see what is wrong by just looking at the code, so
a little more information would be useful.

Could you tell us what format the branch you are pulling
into is (the one in which you execute pull). The output
of "bzr info -v" should tell you that.

Thanks,

James

Vincent Ladeuil (vila)
Changed in bzr:
status: New → Incomplete
Revision history for this message
Martin Pool (mbp) wrote :

expired

Changed in bzr:
status: Incomplete → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.