Launchpad can't sync with the PIDA Trac since it installed the LP plugin
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Triaged
|
High
|
Unassigned | ||
Trac/Launchpad Plugin |
New
|
Undecided
|
Unassigned |
Bug Description
For some reason, checkwatches is OOPSing when trying to set the Launchpad bug ID for bugs on the PIDA Trac:
OOPS-1167CCW1637, OOPS-1167CCW1638, OOPS-1167CCW1639, OOPS-1167CCW1640, OOPS-1167CCW1641, OOPS-1167CCW1642, OOPS-1167CCW1643, OOPS-1167CCW1644
This doesn't appear to be a problem in Launchpad but I can't at present reproduce it in a test instance of Trac.
The traceback from the error is as follows:
Traceback (most recent call last):
Module canonical.
self.
Module canonical.
remotesyste
Module canonical.
return func(self, *args, **kwargs)
Module canonical.
timestamp = self._server.
Module xmlrpclib, line 1096, in __call__
return self.__
Module xmlrpclib, line 1383, in __request
verbose=
Module canonical.
response = self._parse_
Module xmlrpclib, line 1286, in _parse_response
return u.close()
Module xmlrpclib, line 744, in close
raise Fault(*
Fault: <Fault 2: "'int argument required' while executing 'launchpad.
Which is an error raised by the remote server.
Changed in malone: | |
milestone: | 2.2.3 → 2.2.4 |
Changed in malone: | |
milestone: | 2.2.4 → 2.2.5 |
Changed in malone: | |
importance: | High → Undecided |
milestone: | 2.2.5 → none |
Changed in malone: | |
assignee: | Graham Binns (gmb) → nobody |
Changed in launchpad: | |
status: | Incomplete → Triaged |
importance: | Undecided → High |
This needs further investigation; I'll start on it in the morning.