#1786 closed bug (Fixed)
deluge not loading
Reported by: | firefox | 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 Changed 13 years ago by Cas
comment:2 Changed 13 years ago by firefox
- Milestone changed from 1.3.x to 1.4.0
comment:3 Changed 13 years ago by s0undt3ch
- Owner set to s0undt3ch
- Status changed from new to assigned
comment:4 Changed 13 years ago by s0undt3ch
- Resolution set to fixed
- Status changed from assigned to closed
Fixed in current master. Please re-open the ticket if you find yourself in trouble with this issue again.
comment:5 Changed 13 years ago by s0undt3ch
- Resolution fixed deleted
- Status changed from closed to reopened
Still not fixed :|
comment:6 Changed 13 years ago by s0undt3ch
- Resolution set to fixed
- Status changed from reopened to closed
Fixed on current master.
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.