Opened 7 years ago

Closed 7 years ago

Last modified 6 years ago

#3084 closed bug (Fixed)

Cant change ownship on torrents

Reported by: stokbaek Owned by:
Priority: minor Milestone: 2.0.0
Component: Core Version: develop
Keywords: Cc:

Description

When I try and change ownership on torrents will nothing happen and I get the following error.

AttributeError
'Core' object has no attribute 'core': Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/deluge-2.0b2.dev10-py2.7.egg/deluge/core/rpcserver.py", line 302, in dispatch
    ret = self.factory.methods[method](*args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/deluge-2.0b2.dev10-py2.7.egg/deluge/core/core.py", line 718, in set_torrent_options
    if 'owner' in options and not self.core.authmanager.has_account(options['owner']):
AttributeError: 'Core' object has no attribute 'core'

--------------------------------------------------------------------------------
Unhandled error in Deferred:
13:31:48.961 [CRITICAL][twisted                            :154 ] Unhandled error in Deferred:
13:31:48.962 [CRITICAL][twisted                            :154 ] Unhandled error in Deferred:

Change History (2)

comment:1 Changed 7 years ago by Cas

  • Milestone changed from needs verified to 2.0
  • Resolution set to Fixed
  • Status changed from new to closed

Fixed: [850fd34522]

comment:2 Changed 6 years ago by Cas

  • Milestone changed from 2.0 to 2.0.0

Milestone renamed

Note: See TracTickets for help on using tickets.