Custom Query (2447 matches)
Results (136 - 138 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#137 | Invalid | "Store all downloads in:" parameter is not updated. | ||
Description |
When I try to change folder for downloads it's not being saved. When I open the preferences dialog again, it stays the same as before. Always defaults to my home folder. Restarting Deluge doesn't help. |
|||
#138 | Fixed | Deluge does not start if the folder where downloaded files should be saved not exists | ||
Description |
After renaming the folder that is saved in Deluge as the folder where incomplete Downloads go, it doesn't start anymore. If I start it via the GUI, I see "Starting Deluge BitTo..." in the taskbar for a few seconds and then it disappears. When I start /usr/bin/deluge, I get the following output: checking for ubuntu... found and fixing ubuntu username@computer:/usr/bin$ checking for ubuntu... no existing Deluge session Starting new Deluge session... Traceback (most recent call last): File "/usr/bin/deluge", line 145, in <module> start_deluge() File "/usr/bin/deluge", line 128, in start_deluge interface = deluge.interface.DelugeGTK() File "/var/lib/python-support/python2.5/deluge/interface.py", line 54, in __init__ common.CONFIG_DIR) File "/var/lib/python-support/python2.5/deluge/core.py", line 206, in __init__ os.mkdir(TORRENTS_SUBDIR) OSError: [Errno 2] No such file or directory: '/home/username/Downloads/Incomplete' /home/username/Downloads/Incomplete was the folder I used to save incomplete downloads to. I renamed "Downloads" to "downloads". My OS is Ubuntu 7.10 and my Deluge version 0.5.8.3-1~gutsy1. |
|||
#139 | Invalid | Opening the Deluge website to update to a newer version fails | ||
Description |
When I start Deluge 0.5.8.3-1~gutsy1, I get a message that there is a new version and if I want to go to the Deluge website to download it. I click ok, Deluge closes and I get the following in the command line: ... Showing window Found NetworkGraph plugin... Found TorrentPeers plugin... Found MoveTorrent plugin... Found TorrentFiles plugin... Found TorrentNotification plugin... Found NetworkHealth plugin... Traceback (most recent call last): File "/usr/bin/deluge", line 145, in <module> start_deluge() File "/usr/bin/deluge", line 129, in start_deluge interface.start(get_cmd_line_torrents()) File "/var/lib/python-support/python2.5/deluge/interface.py", line 1041, in start self.new_release_check() File "/var/lib/python-support/python2.5/deluge/interface.py", line 1075, in new_release_check common.open_url_in_browser('http://download.deluge-torrent.org/') TypeError: open_url_in_browser() takes at least 2 arguments (1 given) |