Custom Query (2449 matches)
Results (535 - 537 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #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. |
|||
| #1067 | Fixed | Select 'Other' in speed selection dropdown in gtkui causes error | ||
| Description |
Open the GTK ui and click on speed and select other. Error follows: NameError: global name 'os' is not defined Traceback (most recent call last):
|
|||
| #1068 | Fixed | "Error getting torrent info" on deluge-console info command | ||
| Description |
I have an Kubuntu Karmic AMD64 & Deluge-torrent 1.2.0~rc3-2~karmic~ppa1 Deluge started as daemon from user murz: /usr/bin/python /usr/bin/deluged -d And the command deluge-console info from user murz shows the error: murz@kit:~$ deluge-console info
Name: S21
ID: 0e9e540747ebe25a613a93a181b31de9c8f934bd
State: Paused
Size: 587.5 MiB/587.5 MiB Ratio: 1.041
Error getting torrent info: [Failure instance: Traceback: <type 'exceptions.AttributeError'>: 'ConsoleUI' object has no attribute 'screen'
/usr/lib/python2.6/dist-packages/twisted/internet/tcp.py:463:doRead
/usr/lib/pymodules/python2.6/deluge/ui/client.py:176:dataReceived
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:243:callback
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:312:_startRunCallbacks
--- <exception caught here> ---
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:328:_runCallbacks
/usr/lib/pymodules/python2.6/deluge/ui/console/commands/info.py:119:on_torrents_status
/usr/lib/pymodules/python2.6/deluge/ui/console/commands/info.py:228:show_info
/usr/lib/pymodules/python2.6/deluge/ui/console/main.py:251:set_batch_write
]
deluge-gtk connects and works normally and shows all my torrents without any errors. |
|||
