Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (190 - 192 of 2449)

Ticket Resolution Summary Owner Reporter
#2323 WorksForMe [win32] https tracker issue with libtorrent 0.16.x on windows 2.7py client class
Description

on version 1.3.6- 2.7python libtorrent 0.16.x on Windows client, the client is unable to connect to https trackers duo to some issue with libtorrent.

#2328 WorksForMe Exception when stopping daemon after switching from classic to thenclient mode without restart Cas
Description

The daemon appears to stop ok but I don't think the gtkui is correctly setup after switching from classic to thinclient (without restarting) and throws the following exception:

[ERROR   ][deluge.component                   :152 ] [Failure instance: Traceback: <type 'exceptions.AssertionError'>: Tried to stop a LoopingCall that was not running.
deluge/ui/gtkui/gtkui.py:449:__on_disconnect
deluge/component.py:338:stop
deluge/component.py:342:stop
deluge/component.py:158:_component_stop
--- <exception caught here> ---
/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:134:maybeDeferred
deluge/core/torrentmanager.py:247:stop
/usr/lib/python2.7/dist-packages/twisted/internet/task.py:171:stop
]
14:23:38.283 [ERROR   ][twisted                            :532 ] Unhandled error in Deferred:
Unhandled error in Deferred:
14:23:38.309 [ERROR   ][twisted                            :532 ] Unhandled Error
Traceback (most recent call last):
  File "deluge/ui/gtkui/gtkui.py", line 449, in __on_disconnect
    component.stop()
  File "deluge/component.py", line 338, in stop
    d = self.stop(self.dependents[name]).addCallback(on_dependents_stopped, name)
  File "deluge/component.py", line 342, in stop
    deferreds.append(self.components[name]._component_stop())
  File "deluge/component.py", line 158, in _component_stop
    d = maybeDeferred(self.stop)
--- <exception caught here> ---
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 134, in maybeDeferred
    result = f(*args, **kw)
  File "deluge/core/torrentmanager.py", line 247, in stop
    self.torrents[key].prev_status_cleanup_loop.stop()
  File "/usr/lib/python2.7/dist-packages/twisted/internet/task.py", line 171, in stop
    assert self.running, ("Tried to stop a LoopingCall that was "
exceptions.AssertionError: Tried to stop a LoopingCall that was not running.

Unhandled Error
Traceback (most recent call last):
  File "deluge/ui/gtkui/gtkui.py", line 449, in __on_disconnect
    component.stop()
  File "deluge/component.py", line 338, in stop
    d = self.stop(self.dependents[name]).addCallback(on_dependents_stopped, name)
  File "deluge/component.py", line 342, in stop
    deferreds.append(self.components[name]._component_stop())
  File "deluge/component.py", line 158, in _component_stop
    d = maybeDeferred(self.stop)
--- <exception caught here> ---
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 134, in maybeDeferred
    result = f(*args, **kw)
  File "deluge/core/torrentmanager.py", line 247, in stop
    self.torrents[key].prev_status_cleanup_loop.stop()
  File "/usr/lib/python2.7/dist-packages/twisted/internet/task.py", line 171, in stop
    assert self.running, ("Tried to stop a LoopingCall that was "
exceptions.AssertionError: Tried to stop a LoopingCall that was not running.
14:23:38.316 [ERROR   ][deluge.component                   :152 ] [Failure instance: Traceback: <type 'exceptions.AssertionError'>: Tried to stop a LoopingCall that was not running.
deluge/ui/gtkui/gtkui.py:449:__on_disconnect
deluge/component.py:338:stop
deluge/component.py:342:stop
deluge/component.py:158:_component_stop
--- <exception caught here> ---
/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:134:maybeDeferred
deluge/core/torrentmanager.py:247:stop
/usr/lib/python2.7/dist-packages/twisted/internet/task.py:171:stop
#2348 WorksForMe webui js crashes in opera damoxc 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)
Note: See TracQuery for help on using queries.