Ticket #886 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

Exception when cancelling all requests

Reported by: catlee Owned by: catlee
Priority: major Milestone: 0.8.2
Version: 0.8.0 Keywords:
Cc:

Description

When you hit the "Cancel" button to cancel all pending requests, the following exception is generated in the log. The requests do end up being cancelled.

2010-06-08 07:19:13-0700 [-] Unhandled Error
	Traceback (most recent call last):
	  File "/tools/buildbot-0.8.0/lib/python2.6/site-packages/Twisted-9.0.0-py2.6-linux-i686.egg/twisted/application/app.py", line 348, in runReactorWithLogging
	    reactor.run()
	  File "/tools/buildbot-0.8.0/lib/python2.6/site-packages/Twisted-9.0.0-py2.6-linux-i686.egg/twisted/internet/base.py", line 1166, in run
	    self.mainLoop()
	  File "/tools/buildbot-0.8.0/lib/python2.6/site-packages/Twisted-9.0.0-py2.6-linux-i686.egg/twisted/internet/base.py", line 1175, in mainLoop
	    self.runUntilCurrent()
	  File "/tools/buildbot-0.8.0/lib/python2.6/site-packages/Twisted-9.0.0-py2.6-linux-i686.egg/twisted/internet/base.py", line 779, in runUntilCurrent
	    call.func(*call.args, **call.kw)
	--- <exception caught here> ---
	  File "/tools/buildbot-0.8.0/lib/python2.6/site-packages/buildbot-0.8.0-py2.6.egg/buildbot/util/eventual.py", line 31, in _turn
	    cb(*args, **kwargs)
	exceptions.TypeError: requestCancelled() takes exactly 3 arguments (2 given)

Change History

comment:1 Changed 3 years ago by catlee

It also happens when canceling an individual request.

comment:2 Changed 3 years ago by catlee

  • Owner set to catlee
  • Status changed from new to assigned

comment:3 Changed 3 years ago by catlee

  • Status changed from assigned to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.