Clicking on "Start auto-refresh" - AttributeError: 'AdminConfig' object has no attribute 'refresh'

Bug #247179 reported by SteffenOschatz
2
Affects Status Importance Assigned to Milestone
txLoadBalancer
Fix Committed
Medium
Duncan McGreggor

Bug Description

2008/07/10 08:43 +0200 [HTTPChannel,1,127.0.0.1] Unhandled Error
        Traceback (most recent call last):
          File "/usr/lib/python2.5/site-packages/twisted/protocols/basic.py", line 232, in dataReceived
            why = self.lineReceived(line)
          File "/usr/lib/python2.5/site-packages/twisted/web/http.py", line 1001, in lineReceived
            self.allContentReceived()
          File "/usr/lib/python2.5/site-packages/twisted/web/http.py", line 1042, in allContentReceived
            req.requestReceived(command, path, version)
          File "/usr/lib/python2.5/site-packages/twisted/web/http.py", line 598, in requestReceived
            self.process()
        --- <exception caught here> ---
          File "/usr/lib/python2.5/site-packages/twisted/web/server.py", line 160, in process
            self.render(resrc)
          File "/usr/lib/python2.5/site-packages/twisted/web/server.py", line 167, in render
            body = resrc.render(self)
          File "/usr/lib/python2.5/site-packages/twisted/web/resource.py", line 189, in render
            return m(request)
          File "/home/steffen/temp/txloadbalancer/txlb/admin/pages.py", line 95, in render_GET
            return str(self.getPage(request))
          File "/home/steffen/temp/txloadbalancer/txlb/admin/pages.py", line 127, in getPage
            content += self.getHeader(refreshURL=url, msg=msg)
          File "/home/steffen/temp/txloadbalancer/txlb/admin/pages.py", line 60, in getHeader
            self.parent.conf.admin.refresh, refreshURL)
        exceptions.AttributeError: 'AdminConfig' object has no attribute 'refresh'

Revision history for this message
Duncan McGreggor (oubiwann) wrote :

Doh! I knew about this one and then lost track of it. Thanks for the reminder.

Changed in txloadbalancer:
assignee: nobody → oubiwann
importance: Undecided → Medium
status: New → Confirmed
Revision history for this message
Duncan McGreggor (oubiwann) wrote :

Fixed and committed in rev 202.

Changed in txloadbalancer:
status: Confirmed → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.