Comment 3 for bug 356799

Revision history for this message
Sudesh (sudeshc-deactivatedaccount) wrote :

Log file attached

Traceback is here :
A problem occurred in a Python script. Here is the sequence of
function calls leading up to the error, in the order they occurred.

 c:\program files\elisa\elisa-plugins\elisa\plugins\poblesec\plugins.py in _button_clicked_cb(self=<PluginInformationController object at 0xe6db9e0...gment_controller+PigmentController at 0xcfcc600)>, button=<PluginButton object at 0xe7e2968 (elisa+plugins+pigment+widgets+widget+Widget at 0xd4dbba0)>, *args=(75.281791687011719, 209.73355102539062, -1.7062819097191095e-005, <flags PGM_BUTTON_LEFT of type PgmButtonType>, 2758566L, 0L))
  907 def _button_clicked_cb(self, button, *args):
  908 self.actions.focus = True
  909 self._do_action()
  910 return True
  911

 c:\program files\elisa\elisa-plugins\elisa\plugins\poblesec\plugins.py in _do_action(self=<PluginInformationController object at 0xe6db9e0...gment_controller+PigmentController at 0xcfcc600)>)
  953 # the frontend and returns a deferred.
  954 hook = plugin.load_entry_point('elisa.core.plugin_registry', 'use')
  955 return hook(self.frontend)
  956 elif self._action == self.Actions.BACK:
  957 controller = '/poblesec/browser'

 C:\Program Files\Elisa\build\bdist.win32\egg\elisa\plugins\discoverychannel\controller.py in use_me_hook(frontend=<elisa.plugins.pigment.pigment_frontend.PigmentFrontend object at 0x01822E10>)

<type 'exceptions.AttributeError'>: 'PluginInformationController' object has no attribute 'model'
    __class__ = <type 'exceptions.AttributeError'>
    __delattr__ = <method-wrapper '__delattr__' of exceptions.AttributeError object at 0x0E7F3670>
    __dict__ = {}
    __doc__ = 'Attribute not found.'
    __getattribute__ = <method-wrapper '__getattribute__' of exceptions.AttributeError object at 0x0E7F3670>
    __getitem__ = <method-wrapper '__getitem__' of exceptions.AttributeError object at 0x0E7F3670>
    __getslice__ = <method-wrapper '__getslice__' of exceptions.AttributeError object at 0x0E7F3670>
    __hash__ = <method-wrapper '__hash__' of exceptions.AttributeError object at 0x0E7F3670>
    __init__ = <method-wrapper '__init__' of exceptions.AttributeError object at 0x0E7F3670>
    __new__ = <built-in method __new__ of type object at 0x10232568>
    __reduce__ = <built-in method __reduce__ of exceptions.AttributeError object at 0x0E7F3670>
    __reduce_ex__ = <built-in method __reduce_ex__ of exceptions.AttributeError object at 0x0E7F3670>
    __repr__ = <method-wrapper '__repr__' of exceptions.AttributeError object at 0x0E7F3670>
    __setattr__ = <method-wrapper '__setattr__' of exceptions.AttributeError object at 0x0E7F3670>
    __setstate__ = <built-in method __setstate__ of exceptions.AttributeError object at 0x0E7F3670>
    __str__ = <method-wrapper '__str__' of exceptions.AttributeError object at 0x0E7F3670>
    args = ("'PluginInformationController' object has no attribute 'model'",)
    message = "'PluginInformationController' object has no attribute 'model'"

The above is a description of an error in a Python program. Here is
the original traceback:

Traceback (most recent call last):
  File "c:\program files\elisa\elisa-plugins\elisa\plugins\poblesec\plugins.py", line 909, in _button_clicked_cb
  File "c:\program files\elisa\elisa-plugins\elisa\plugins\poblesec\plugins.py", line 955, in _do_action
  File "build\bdist.win32\egg\elisa\plugins\discoverychannel\controller.py", line 200, in use_me_hook
AttributeError: 'PluginInformationController' object has no attribute 'model'

WARN MainThread application Apr 07 14:16:55 An Traceback occurred and got saved to c:\docume~1\sudeshc\locals~1\temp\elisa_lh-xyq.txt (elisa\core\application.py:307)