Deluge won't open torrents anymore
Posted: Sat Nov 24, 2007 5:38 pm
Hello everyone,
I've been using Deluge for months now. I've recently upgraded to Kubuntu 7.10, installed the new version of Deluge and everything went fine for a few days.
Today, suddenly, Deluge stopped opening torrent files.
If I double click on a .torrent file, nothing happens (I've configured Deluge as the default app for torrents). The same happens if I click the "+" button on the toolbar and load a .torrent, or if I select "Add Torrent" from the File menu.
I've already tried reinstalling, and also tried running "rm ~/.config/deluge/persistent.state" but with no success.
This is what the terminal says when I try to open a torrent:
Any suggestions? Thanks
I've been using Deluge for months now. I've recently upgraded to Kubuntu 7.10, installed the new version of Deluge and everything went fine for a few days.
Today, suddenly, Deluge stopped opening torrent files.
If I double click on a .torrent file, nothing happens (I've configured Deluge as the default app for torrents). The same happens if I click the "+" button on the toolbar and load a .torrent, or if I select "Add Torrent" from the File menu.
I've already tried reinstalling, and also tried running "rm ~/.config/deluge/persistent.state" but with no success.
This is what the terminal says when I try to open a torrent:
Code: Select all
Traceback (most recent call last):
File "/var/lib/python-support/python2.5/deluge/interface.py", line 1285, in add_torrent_clicked
self.interactive_add_torrent(single)
File "/var/lib/python-support/python2.5/deluge/interface.py", line 1211, in interactive_add_torrent
_("Choose a download directory"))
File "/var/lib/python-support/python2.5/deluge/dialogs.py", line 509, in show_directory_chooser_dialog
chooser.set_current_folder(config.get("choose_directory_dialog_path"))
TypeError: GtkFileChooser.set_current_folder() argument 1 must be string, not None