Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (601 - 603 of 2449)

Ticket Resolution Summary Owner Reporter
#1049 Invalid Deluge console now dependent on console andar Azeem
Description

a script in this nature

deluge -u console << ! pause something !

would have worked in =< 1.19 releases

It STILL works in the 1.20 RC release, except now, it can only be executed in a terminal for it to work.. It would be ineffective when ran through a daemon such as 'atd' or 'cron' through 'at' and 'crontab'

also, the -a option for 'deluge' seems to be broken, it'll throw back a "unknown command" error message

#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?

#1637 Fixed deluge-console "pause --help" fails for non latin locale Calum Vladimir Berezhnoy
Description
non7top@s ~/bin $ LC_ALL=C deluge-console "pause --help"
Usage: pause [ * | <torrent-id> [<torrent-id> ...] ]

Options:
  -h, --help  show this help message and exit

Pause a torrent

non7top@s ~/bin $ deluge-console "pause --help"
Error parsing options: 'ascii' codec can't decode byte 0xd0 in position 54: ordinal not in range(128)

non7top@s ~/bin $ locale
LANG=ru_RU.UTF-8
LC_CTYPE="ru_RU.UTF-8"
LC_NUMERIC="ru_RU.UTF-8"
LC_TIME="ru_RU.UTF-8"
LC_COLLATE="ru_RU.UTF-8"
LC_MONETARY="ru_RU.UTF-8"
LC_MESSAGES="ru_RU.UTF-8"
LC_PAPER="ru_RU.UTF-8"
LC_NAME="ru_RU.UTF-8"
LC_ADDRESS="ru_RU.UTF-8"
LC_TELEPHONE="ru_RU.UTF-8"
LC_MEASUREMENT="ru_RU.UTF-8"
LC_IDENTIFICATION="ru_RU.UTF-8"
LC_ALL=

non7top@s ~/bin $ python --version
Python 2.7.1

Other commands show same error with --help option

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