ValueError: need more than 0 values to unpack
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar CIA Plugin |
Triaged
|
Low
|
Unassigned |
Bug Description
I just encountered this bug while submitting to cia.vc.
I have the latest trunk version:
~/.bazaar/
$ bzr log | head
-------
revno: 50
branch nick: trunk
timestamp: Tue 2009-05-05 00:01:43 +0200
message:
sax escape authors again.
$ apt-cache policy bzr
bzr:
Installed: 1.17-1~
Candidate: 1.17-1~
Version table:
*** 1.17-1~
500 http://
100 /var/lib/
1.13.1-1 0
500 http://
$ bzr commit
Committing to: /home/forger/
modified timekpr-client.py
modified timekpr-gui.py
modified timekprd.py
modified timekpr/common.py
modified timekpr/pam.py
Committed revision 268.
Submitting revision to CIA.
/home/forger/
self.message = message
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/
exclude=
File "/usr/lib/
result = unbound(self, *args, **kwargs)
File "/usr/lib/
result = WorkingTree3.
File "/usr/lib/
result = unbound(self, *args, **kwargs)
File "/usr/lib/
*args, **kwargs)
File "/usr/lib/
self.
File "/usr/lib/
self.
File "/usr/lib/
self.rev_id)
File "/home/
return cia_submit(master, new_revid, new_revno)
File "/home/
except CIADeliverError, (error, ):
ValueError: need more than 0 values to unpack
bzr 1.17 on python 2.6.2 (linux2)
arguments: ['/usr/bin/bzr', 'commit']
encoding: 'UTF-8', fsenc: 'UTF-8', lang: 'en_US.UTF-8'
plugins:
builddeb /usr/lib/
bzrtools /usr/lib/
cia /home/forger/
dbus /usr/lib/
fastimport /usr/lib/
gtk /usr/lib/
launchpad /usr/lib/
netrc_
*** Bazaar has encountered an internal error.
Please report a bug at https:/
including this traceback, and a description of what you
were doing when the error occurred.
Changed in bzr-cia: | |
status: | New → Triaged |
importance: | Undecided → Low |
This is a bug in the CIA plugin. I'm not sure offhand, where its
bugtracker is.