Opened 15 years ago

Closed 15 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 by andar, 15 years ago

Milestone: 1.4.01.3.0
Resolution: fixed
Status: newclosed

Fixed in master.

Note: See TracTickets for help on using tickets.