Ticket #433 (closed defect: fixed)

Opened 2 years ago

Last modified 21 months ago

AccountServiceView instance has no attribute view_changePassword

Reported by: mike Owned by: mike
Priority: normal Milestone: MV3D-0.42
Component: server Version:
Keywords: Cc:
Estimated Effort: 1 day Platform: All
State: Conceptualizing Relative Size: 1

Description

When trying to change your password in the login web app.

2010-01-25 15:13:08-0500 [Broker,12,10.1.30.101] Peer will receive following PB
traceback:
2010-01-25 15:13:08-0500 [Broker,12,10.1.30.101] Unhandled Error
        Traceback (most recent call last):
        --- <exception caught here> ---
          File "/home/mike/Projects/Twisted/trunk/twisted/spread/pb.py", line 840, in _recvMessage
            netResult = object.remoteMessageReceived(self, message, netArgs, netKw)
          File "/home/mike/Projects/Twisted/trunk/twisted/spread/flavors.py", line 213, in remoteMessageReceived
            method = getattr(self.object, "view_%s" % message)
        exceptions.AttributeError: AccountServiceView instance has no attribute 'view_changePassword'

Change History

Changed 21 months ago by mike

Changed 21 months ago by mike

  • status changed from new to closed
  • resolution set to fixed

Fixed in [997].

Note: See TracTickets for help on using tickets.