I'm running OpenSuse 10.3 and today I updated deluge to 0.5.9.1 (from 0.5.9.0) via YAST. Deluge 0.5.9.0 worked fine all the time but 0.5.9.1 crashes with the following error:
Code: Select all
HCF@linux-dkkp:~> deluge
checking for ubuntu...
no existing Deluge session
Starting new Deluge session...
Traceback (most recent call last):
File "/usr/local/bin/deluge", line 145, in <module>
start_deluge()
File "/usr/local/bin/deluge", line 128, in start_deluge
interface = deluge.interface.DelugeGTK()
File "/usr/lib/python2.5/site-packages/deluge/interface.py", line 57, in __init__
common.CONFIG_DIR, base_change=base_change)
UnboundLocalError: local variable 'base_change' referenced before assignment