Custom Query (2447 matches)
Results (61 - 63 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#134 | Fixed | ETA readable for humans in WebUI | ||
Description |
I saw numbers like 12249935.3151 in ETA in WebUI, but in the gtk UI i get more readable numbers like 20d, 11h, etc Can we get readable ETA in WebUI? |
|||
#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. |
|||
#143 | Fixed | web ui in latest nightly crashes | ||
Description |
The web ui in the latest nightly (svn3082) crashes right after startup $ deluge -u web [INFO ] main:64 Deluge ui 0.6.0.0r3082 [DEBUG ] main:65 options: {'config': None, 'ui': 'web'} [DEBUG ] main:66 args: [] [DEBUG ] configmanager:44 ConfigManager started.. [INFO ] main:69 Starting ui.. [DEBUG ] ui:44 UI init.. [DEBUG ] configmanager:88 Getting config 'ui.conf' [DEBUG ] config:47 Config created with filename: ui.conf [DEBUG ] config:48 Config defaults: {'selected_ui': 'gtk'} [DEBUG ] config:117 Setting 'selected_ui' to web of <type 'str'> [INFO ] ui:63 Starting WebUI.. [DEBUG ] client:54 CoreProxy init.. [DEBUG ] component:102 Registered WebPluginManager with ComponentRegistry.. [DEBUG ] configmanager:88 Getting config 'webui.conf' [DEBUG ] config:47 Config created with filename: webui.conf [DEBUG ] config:48 Config defaults: None [DEBUG ] pluginmanagerbase:48 Plugin manager init.. [DEBUG ] configmanager:88 Getting config 'webui.conf' Traceback (most recent call last): File "/usr/bin/deluge", line 8, in <module> load_entry_point('deluge==0.6.0.0', 'console_scripts', 'deluge')() File "/var/lib/python-support/python2.5/deluge/main.py", line 70, in start_ui UI(options, args) File "/var/lib/python-support/python2.5/deluge/ui/ui.py", line 65, in __init__ ui = WebUI(args) File "/var/lib/python-support/python2.5/deluge/ui/webui/webui.py", line 36, in __init__ import deluge_webserver File "/var/lib/python-support/python2.5/deluge/ui/webui/deluge_webserver.py", line 54, in <module> components.register() #after gettext!! File "/var/lib/python-support/python2.5/deluge/ui/webui/components.py", line 169, in register __plugin_manager = PluginManager() File "/var/lib/python-support/python2.5/deluge/ui/webui/components.py", line 133, in __init__ self, "webui.conf", "deluge.plugin.webui") File "/var/lib/python-support/python2.5/deluge/pluginmanagerbase.py", line 59, in __init__ self.scan_for_plugins() File "/var/lib/python-support/python2.5/deluge/pluginmanagerbase.py", line 85, in scan_for_plugins user_plugin_dir = os.path.join(self.config["config_location"], "plugins") File "/var/lib/python-support/python2.5/deluge/config.py", line 172, in __getitem__ return self.config[key] KeyError: 'config_location' |