#1786 closed bug (Fixed)
deluge not loading
Reported by: | renato | Owned by: | s0undt3ch |
---|---|---|---|
Priority: | major | Milestone: | 2.x |
Component: | GTK UI | Version: | 1.3.0_dev |
Keywords: | Cc: |
Description
after the upgrade of this morning deluge is not loading: i am using natty herte is the terminal. renato@firefox-server:/media/disk/deluge$ deluge Traceback (most recent call last):
File "/usr/local/bin/deluge", line 9, in <module>
load_entry_point('deluge==1.3.900-dev', 'gui_scripts', 'deluge')()
File "/usr/local/lib/python2.7/dist-packages/deluge-1.3.900_dev-py2.7.egg/deluge/main.py", line 130, in start_ui
UI(options, args, options.args)
File "/usr/local/lib/python2.7/dist-packages/deluge-1.3.900_dev-py2.7.egg/deluge/ui/ui.py", line 140, in init
ui = GtkUI(args)
File "/usr/local/lib/python2.7/dist-packages/deluge-1.3.900_dev-py2.7.egg/deluge/ui/gtkui/gtkui.py", line 221, in init
self.torrentview = TorrentView()
File "/usr/local/lib/python2.7/dist-packages/deluge-1.3.900_dev-py2.7.egg/deluge/ui/gtkui/torrentview.py", line 248, in init
self.restore_columns_order_from_state()
File "/usr/local/lib/python2.7/dist-packages/deluge-1.3.900_dev-py2.7.egg/deluge/ui/gtkui/listview.py", line 619, in restore_columns_order_from_state
column_at_position = columns[col_state.position]
IndexError: list index out of range
Change History (7)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
Milestone: | 1.3.x → 1.4.0 |
---|
comment:3 by , 13 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:4 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in current master. Please re-open the ticket if you find yourself in trouble with this issue again.
If you are going to use git 'master' development branch it would be helpful it you could do some investigating yourself.
For example could you can test whether Deluge was fine before the commit 98f80. To do this you would checkout the previous commit like this:
Also please use Code Block when posting code or logs.