TypeError: not all arguments converted during string formatting; encoding: 'utf-8', fsenc: 'UTF-8', lang: 'pt_BR.UTF-8'
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar automirror plugin |
New
|
Undecided
|
Unassigned |
Bug Description
bzr: ERROR: exceptions.
Traceback (most recent call last):
File "/usr/lib/
return the_callable(*args, **kwargs)
File "/usr/lib/
ret = run(*run_argv)
File "/usr/lib/
return self.run(
File "/usr/lib/
return self._operation
File "/usr/lib/
self.cleanups, self.func, *args, **kwargs)
File "/usr/lib/
result = func(*args, **kwargs)
File "/usr/lib/
lossy=lossy)
File "/usr/lib/
result = unbound(self, *args, **kwargs)
File "/usr/lib/
result = WorkingTree.
File "/usr/lib/
result = unbound(self, *args, **kwargs)
File "/usr/lib/
*args, **kwargs)
File "/usr/lib/
lossy=lossy)
File "/usr/lib/
self.cleanups, self.func, self, *args, **kwargs)
File "/usr/lib/
result = func(*args, **kwargs)
File "/usr/lib/
self.
File "/usr/lib/
self.
File "/usr/lib/
result = unbound(self, *args, **kwargs)
File "/usr/lib/
self.
File "/usr/lib/
hook(params)
File "/home/
Updater(branch, new_revid, branch.
File "/home/
trace.
TypeError: not all arguments converted during string formatting
bzr 2.6b2 on python 2.7.3 (Linux-
Ubuntu-
arguments: ['/usr/bin/bzr', 'commit', '-m', 'dataproc0']
plugins: automirror[0.1.0], bash_completion
changelog_
fastimport[
loom[2.2.0], netrc_credentia
pipeline[
rewrite[
upload[
encoding: 'utf-8', fsenc: 'UTF-8', lang: 'pt_BR.UTF-8'
*** 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.
Redirecting to bzr-automirror as hinted by the traceback.
You can disable the plugin for a command by doing:
BZR_ DISABLE_ PLUGINS= automirror bzr commit -m dataproc0
But the bug seems to be unavoidable as far as the following python line is concerned:
trace. mutter( "mirroring to targets " % self.targets())
There is nothing the % operator can to 'self.target()'