Custom Query (2449 matches)
Results (262 - 264 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #3084 | Fixed | Cant change ownship on torrents | ||
| 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:
|
|||
| #688 | Invalid | Deluged crash | ||
| Description |
Deluged was crashed while torrent was downloading. Deluge (ui) was not crashed. System debian lenny, server without graphical interface, using web ui. kernel 2.6.26-1-686. String from dmesg: [166812.256784] deluged[4430]: segfault at 471 ip b7621b40 sp b69c9f20 error 4 in libtorrent.so[b7372000+42a000] version deluge-torrent_1.0.99+1.1.0RC-2_i386.lenny.deb (installed from deb packet with this name) |
|||
| #1064 | Fixed | spins CPU due to incorrect polling | ||
| Description |
rc3 spins the CPU due to not polling correctly. poll([{fd=7, events=POLLIN}, {fd=5, events=POLLIN}, {fd=10, events=POLLIN}, {fd=3, events=POLLIN}, {fd=9, events=POLLIN}, {fd=12, events=POLLIN}, {fd=13, events=POLLIN}, {fd=4, events=POLLIN}], 8, 18) = 1 ([{fd=9, revents=POLLIN}]) read(10, 0x1b3c8b4, 4096) = -1 EAGAIN (Resource temporarily unavailable) It's fd 9 that has incoming data and read(2) is called on fd 10. |
|||
