Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (565 - 567 of 2449)

Ticket Resolution Summary Owner Reporter
#1148 Fixed Executor plugin error pilluli
Description

Executor plugin does not work in my setup (ubuntu karmic 64bits with latest ppa packages). I get this error in deluged.log:

[ERROR ] 23:47:23 rpcserver:286 Exception calling RPC request: 'tuple' object does not support item assignment Traceback (most recent call last):

File "/usr/lib/pymodules/python2.6/deluge/core/rpcserver.py", line 281, in dispatch

ret = self.factory.methods[method](*args, kwargs)

File "/usr/share/pyshared/deluge/plugins/Execute-1.2-py2.6.egg/execute/core.py", line 132, in save_command

command[EXECUTE_EVENT] = event

TypeError: 'tuple' object does not support item assignment

#2348 WorksForMe webui js crashes in opera Damien Churchill pigmoney
Description

in opera UI is loaded, but login popup is not displayed. Tried from chrome browser with all going OK.

Client is Opera Version 12.15, Build 1748, Platform Win32, System Windows 7
Popups and all blocking features disabled as this is my home server.


Deluge is installed from standard repo:
[root@server /var/lib/deluge/.config/deluge]# deluged -v
deluged: 1.3.6
libtorrent: 0.16.8.0
[root@server /var/lib/deluge/.config/deluge]# deluge-web -v
deluge-web: 1.3.6
libtorrent: 0.16.8.0
[root@server /var/lib/deluge/.config/deluge]# uname -a
Linux server.home 3.9.6-200.fc18.x86_64 #1 SMP Thu Jun 13 18:56:55 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

according to opera's dragonfly debugger, the exception is on line 13651 of ext-all.js, code looking like:

if (this.frame) {
  a.insertHtml("afterBegin", String.format(Ext.Element.boxMarkup, this.baseCls));
  this.createElement("header", h.firstChild.firstChild.firstChild);
  this.createElement("bwrap", h);
  k = this.bwrap.dom;
  var c = h.childNodes[1],
      b = h.childNodes[2];
  k.appendChild(c); '''<--- error here'''

Error text: Unhandled DOMException: HIERARCHY_REQUEST_ERR

Call stack:
onRender ext-all.js:13651
onRender ext-all.js:25578
render ext-all.js:8629
init ext-all.js:26145
initialize deluge-all.js:8212
(anonymous) deluge-all.js:8352
(anonymous) ext-all.js:169
Ext.util.DelayedTask ext-all.js:1332
(global)
#1335 Renamed file after daemon restart always downloads again with original name. phoenixx
Description

I found one issue. I have downloaded some torrent with one file. I saved in some location with default name. Default name is name from torrent. After that, I rename this file via deluge-gtk. Rename in bottom panel, "Files" tab. On the file system - file successfully renamed. After that, I restart deluge daemon, and this file begin downloads again. In that case file downloads with default name. After file is downloaded I have two files: first - previously renamed file, and second - redownloaded file after daemon restart. The issue happens on the 1.2.3 and 1.3rc0 version.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.