Custom Query (2448 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (145 - 147 of 2448)

Ticket Resolution Summary Owner Reporter
#1039 WorksForMe link to http://deluge-torrent.org in Help>About not working. andar Dan39
Description

The link in About window from Help>About does not work. The other links under Help DO work, tho they cause deluge process to hog cpu :P

#1072 WorksForMe Traceback on deluge 1.2.0_rc3 start andar Ideal
Description
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/deluge-1.2.0_rc3-py2.5.egg/deluge/ui/gtkui/gtkui.py", line 101, in start
    GtkUI(self.args)
  File "/usr/lib/python2.5/site-packages/deluge-1.2.0_rc3-py2.5.egg/deluge/ui/gtkui/gtkui.py", line 225, in __init__
    reactor.run()
  File "/usr/lib/python2.5/site-packages/twisted/internet/gtk2reactor.py", line 186, in run
    self.__run()
  File "/usr/lib/python2.5/site-packages/twisted/internet/gtk2reactor.py", line 226, in simulate
    self.runUntilCurrent()
--- <exception caught here> ---
  File "/usr/lib/python2.5/site-packages/twisted/internet/base.py", line 705, in runUntilCurrent
    call.func(*call.args, **call.kw)
  File "/usr/lib/python2.5/site-packages/deluge-1.2.0_rc3-py2.5.egg/deluge/ui/gtkui/connectionmanager.py", line 288, in __update_list
    for row in self.liststore:
exceptions.AttributeError: 'ConnectionManager' object has no attribute 'liststore'
#1088 WorksForMe deluge-console pause hangs without any action and errors andar Murz
Description

I have using deluge-torrent from PPA on Kubuntu Karmic AMD64. Command "info" works perfectly after upgrade to rc4:

$deluge-console info
Name: torrent_name
ID: e234460a6b08b872a752b559c813bb4415fc493a
State: Paused                               
Size: 40.1 MiB/1.1 GiB Ratio: 0.017         
Progress: 3.41% [##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~]
...
...

and after command I see the command prompt (user@host:/$).

But if I try to pause or resume, the deluge-console shows:

$ deluge-console pause *
Usage: pause [ * | <torrent-id> [<torrent-id> ...] ]

and hangs without errors. I try to wait 1-5 minutes, but it isn't help. I can stop the process via Ctrl+C.

If I try to pause one torrent, it hangs too:

$ deluge-console pause e234460a6b08b872a752b559c813bb4415fc493a
Usage: pause [ * | <torrent-id> [<torrent-id> ...] ]

If I place the command in quotes (deluge-console "pause *") - it hangs without any output.

On resuming it hangs too, I try many variants:

deluge-console pause *
deluge-console "pause *"
deluge-console 'pause *'
deluge-console "pause *;"
deluge-console "pause \*"
deluge-console resume *
deluge-console "pause\ *"

But nothing works. And I can successfully control the deluge daemon via GUI interface. Where can be the problem?

Note: See TracQuery for help on using queries.