Activity log for bug #341997

Date Who What changed Old value New value Message
2009-03-12 22:51:57 Graham Binns bug added bug
2009-03-12 22:52:49 Graham Binns malone: status New Incomplete
2009-03-12 22:52:49 Graham Binns malone: importance Undecided High
2009-03-12 22:52:49 Graham Binns malone: statusexplanation This needs further investigation; I'll start on it in the morning.
2009-03-12 22:52:58 Graham Binns malone: assignee gmb
2009-03-12 22:52:58 Graham Binns malone: statusexplanation This needs further investigation; I'll start on it in the morning.
2009-03-12 22:54:23 Graham Binns malone: milestone 2.2.3
2009-03-13 23:13:57 Graham Binns 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 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.launchpad.scripts.checkwatches, line 668, in updateBugWatches self.linkLaunchpadBug(remotesystem, bug_watch) Module canonical.launchpad.scripts.checkwatches, line 897, in linkLaunchpadBug remotesystem.setLaunchpadBugId( Module canonical.launchpad.components.externalbugtracker.trac, line 275, in decorator return func(self, *args, **kwargs) Module canonical.launchpad.components.externalbugtracker.trac, line 483, in setLaunchpadBugId timestamp = self._server.launchpad.set_launchpad_bug( Module xmlrpclib, line 1096, in __call__ return self.__send(self.__name, args) Module xmlrpclib, line 1383, in __request verbose=self.__verbose Module canonical.launchpad.components.externalbugtracker.xmlrpc, line 98, in request response = self._parse_response(self.opener.open(request), None) Module xmlrpclib, line 1286, in _parse_response return u.close() Module xmlrpclib, line 744, in close raise Fault(**self._stack[0]) Fault: <Fault 2: "'int argument required' while executing 'launchpad.set_launchpad_bug()'"> Which looks to me like an error
2009-03-13 23:14:19 Graham Binns 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.launchpad.scripts.checkwatches, line 668, in updateBugWatches self.linkLaunchpadBug(remotesystem, bug_watch) Module canonical.launchpad.scripts.checkwatches, line 897, in linkLaunchpadBug remotesystem.setLaunchpadBugId( Module canonical.launchpad.components.externalbugtracker.trac, line 275, in decorator return func(self, *args, **kwargs) Module canonical.launchpad.components.externalbugtracker.trac, line 483, in setLaunchpadBugId timestamp = self._server.launchpad.set_launchpad_bug( Module xmlrpclib, line 1096, in __call__ return self.__send(self.__name, args) Module xmlrpclib, line 1383, in __request verbose=self.__verbose Module canonical.launchpad.components.externalbugtracker.xmlrpc, line 98, in request response = self._parse_response(self.opener.open(request), None) Module xmlrpclib, line 1286, in _parse_response return u.close() Module xmlrpclib, line 744, in close raise Fault(**self._stack[0]) Fault: <Fault 2: "'int argument required' while executing 'launchpad.set_launchpad_bug()'"> Which looks to me like an error 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.launchpad.scripts.checkwatches, line 668, in updateBugWatches self.linkLaunchpadBug(remotesystem, bug_watch) Module canonical.launchpad.scripts.checkwatches, line 897, in linkLaunchpadBug remotesystem.setLaunchpadBugId( Module canonical.launchpad.components.externalbugtracker.trac, line 275, in decorator return func(self, *args, **kwargs) Module canonical.launchpad.components.externalbugtracker.trac, line 483, in setLaunchpadBugId timestamp = self._server.launchpad.set_launchpad_bug( Module xmlrpclib, line 1096, in __call__ return self.__send(self.__name, args) Module xmlrpclib, line 1383, in __request verbose=self.__verbose Module canonical.launchpad.components.externalbugtracker.xmlrpc, line 98, in request response = self._parse_response(self.opener.open(request), None) Module xmlrpclib, line 1286, in _parse_response return u.close() Module xmlrpclib, line 744, in close raise Fault(**self._stack[0]) Fault: <Fault 2: "'int argument required' while executing 'launchpad.set_launchpad_bug()'"> Which is an error raised by the remote server.
2009-03-13 23:14:36 Graham Binns bug assigned to trac-launchpad
2009-04-02 14:50:07 Björn Tillenius malone: milestone 2.2.3 2.2.4
2009-04-30 14:14:31 Björn Tillenius malone: milestone 2.2.4 2.2.5
2009-06-03 12:20:10 Björn Tillenius malone: importance High Undecided
2009-06-03 12:20:10 Björn Tillenius malone: milestone 2.2.5
2009-12-11 16:19:43 Graham Binns malone: assignee Graham Binns (gmb)
2011-01-11 21:06:44 Robert Collins launchpad: status Incomplete Triaged
2011-01-11 21:06:47 Robert Collins launchpad: importance Undecided High