Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#415 closed bug (Fixed)

when using deluge -u null, writing "config-set" deluge crashes

Reported by: cow.2001@gmail.com Owned by: sadrul
Priority: major Milestone:
Component: null Version: 0.9.04 (1.0.0_RC4)
Keywords: Cc:

Description

Reproduction:

  1. Start deluge in command line with the command "deluge -u null"
  2. write "config-set" without any argument or space after the command
  3. see deluge crash

Output:

Traceback (most recent call last):
  File "/usr/bin/deluge", line 8, in <module>
    load_entry_point('deluge==0.9.04', 'console_scripts', 'deluge')()
  File "/usr/lib/python2.5/site-packages/deluge/main.py", line 90, in start_ui
    UI(options, args)
  File "/usr/lib/python2.5/site-packages/deluge/ui/ui.py", line 70, in __init__
    ui = NullUI(args)
  File "/usr/lib/python2.5/site-packages/deluge/ui/null/deluge_shell.py", line 486, in __init__
    command.execute(inp)
  File "/usr/lib/python2.5/site-packages/deluge/ui/null/deluge_shell.py", line 217, in execute
    key = cmd[1]
IndexError: list index out of range

Change History (3)

comment:1 by cow.2001@gmail, 16 years ago

Also, using Python 2.5.2 on Gentoo.

comment:2 by andar, 16 years ago

Resolution: fixed
Status: newclosed

Fixed [3720]

comment:3 by (none), 16 years ago

Milestone: 1.0.0

Milestone 1.0.0 deleted

Note: See TracTickets for help on using tickets.