Opened 14 years ago

Closed 14 years ago

#1221 closed bug (Fixed)

'Core' object has no attribute '_timer'

Reported by: simonbcn Owned by:
Priority: major Milestone: 1.3
Component: Core Version: 1.3.0_dev
Keywords: Cc:

Description

[ERROR   ] 19:53:04 init:50 Unable to enable plugin!
[ERROR   ] 19:53:04 init:51 'Core' object has no attribute '_timer'
Traceback (most recent call last):
  File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.1-py2.6.egg/deluge/plugins/init.py", line 48, in enable
    self.plugin.enable()
  File "build/bdist.linux-i686/egg/freespace/core.py", line 76, in enable
    if not self._timer:
AttributeError: 'Core' object has no attribute '_timer'

The folder has the name deluge-1.2.1 but it's deluge git version.

Change History (1)

comment:1 Changed 14 years ago by andar

  • Milestone changed from 1.4.0 to 1.3.0
  • Resolution set to fixed
  • Status changed from new to closed

Fixed in master.

Note: See TracTickets for help on using tickets.