Custom Query (2449 matches)
Results (652 - 654 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1284 | Fixed | WebUI on Windows plugin error | ||
| Description |
When loading the webui, right after I connect to the daemon, the following error message is displayed in the browser: Error loading script: /js/label/label.js status: 4004 Label filters still work, but I can't set the label of a torrrent. The webui (1.3 rc1) and daemon are running on Windows (Windows server 2003, 32 bit.) I have tested Firefox and Chrome, on Windows and Linux as the client, with the same result. |
|||
| #1287 | Fixed | High CPU I/O Wait Usage | ||
| Description |
Deluge 1.2.3 high CPU IO usage. CPU IO usage goes up to 50% usage (one whole core!). Even when the client is doing virtually nothing (not downloading, only 30 actively uploading) Deluge CPU usage is LOW 15-20%~ CPU IO usage is disproportionately high. Hardware: Intel Core 2 Duo E7400 @ 2.8GHz | 2GB RAM | 2*500GB RAID 0 (soft) Software Versions: Debian 5.0" | Deluge 1.2.3 | Libtorrent rasterbar 0.14.10-2 | pygtkmvc 1.99.0-1 Deluge Settings: bandwidth- http://i187.photobucket.com/albums/x268/antdgar/Picture20-2.png cache- http://i187.photobucket.com/albums/x268/antdgar/Picture19-2.png number of torrents- http://i187.photobucket.com/albums/x268/antdgar/Picture21-3.png |
|||
| #1289 | Fixed | Execute plugin broken | ||
| Description |
Configuring the execute plugin doesn't work. Tested with .sh and .py scripts. Scripts don't get executed. execute.conf: {
"file": 1,
"format": 1
}{
"commands": [
[
"5cc6d491c5f8a21ee676feac31852355fa96dedc",
"Torrent Complete",
"/var/lib/deluge/scripts/notify_xbmc_complete.sh"
],
[
"dc9db2645da61fbb4c5a68723d22bf7b70186934",
"Torrent Added",
"/var/lib/deluge/scripts/test.py"
]
]
}
test.py #!/usr/bin/python
import sys
import os
import syslog
#syslog.syslog('syslog junkie: the script has just got woken up')
# some code
for arg in sys.argv[1:]:
syslog.syslog(arg)
Also mentioned in topic: http://forum.deluge-torrent.org/viewtopic.php?f=9&t=31445 |
|||
