#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 by , 9 years ago
| Milestone: | needs verified → 2.0 |
|---|---|
| Resolution: | → Fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



Fixed: [850fd34522]