Opened 13 years ago

Closed 13 years ago

Last modified 7 years ago

#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 Calum, 13 years ago

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:

git checkout d18be

Also please use Code Block when posting code or logs.

comment:2 by renato, 13 years ago

Milestone: 1.3.x1.4.0

comment:3 by s0undt3ch, 13 years ago

Owner: set to s0undt3ch
Status: newassigned

comment:4 by s0undt3ch, 13 years ago

Resolution: fixed
Status: assignedclosed

Fixed in current master. Please re-open the ticket if you find yourself in trouble with this issue again.

comment:5 by s0undt3ch, 13 years ago

Resolution: fixed
Status: closedreopened

Still not fixed :|

comment:6 by s0undt3ch, 13 years ago

Resolution: fixed
Status: reopenedclosed

Fixed on current master.

comment:7 by Calum, 7 years ago

Milestone: 2.0.x2.x

Milestone renamed

Note: See TracTickets for help on using tickets.