#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:
- Start deluge in command line with the command "deluge -u null"
- write "config-set" without any argument or space after the command
- 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
Note:
See TracTickets
for help on using tickets.



Also, using Python 2.5.2 on Gentoo.