Custom Query (2449 matches)
Results (529 - 531 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #2294 | Duplicate | [LINUX] "Apply to all" in add dialog moves files to user home folder instead of selection | ||
| Description |
I am trying to place multiple downloads in the same folder. I will add multiple torrents to the "Add Torrents" dialog and click on a single file and then choose the destination folder. Then I press "Apply to all" to get all the other files to be placed in the same folder. Upon clicking the "Add" button Deluge will start downloading the files but all of the files (including the one that I specifically assigned to a different destination) will be placed in the users home folder instead of the selected destination folder. Expected results: The selected destination folder is applied to all torrents in the "Add Torrents" dialog and subsequently placed in the selected folder. Actual results: All of the torrents in the "Add Torrents" dialog will be placed in the users home folder (/home/[user]/) without confirmation and have to be moved manually. This problem has been with me since at least 1.3.5 |
|||
| #715 | Fixed | NoCoreError : 'The core proxy is invalid.' | ||
| Description |
when trying to connect to the deluge daemon from http://localhost:8112/ i get the following error message: --Deluge Error--
NoCoreError : 'The core proxy is invalid.'
path : /connect
file : /usr/lib/python2.5/site-packages/deluge/ui/client.py in call, line 111
--Input--
<Storage {'other_uri': '', 'uri': 'http://localhost:58846', 'submit': 'Connect'}>
--Versions--
WebUi : 1.1.0-RC3r
Python 2.5.2 (r252:60911, Oct 31 2008, 19:42:44)
[GCC 4.1.2 (Gentoo 4.1.2 p1.1)]:
--Traceback--
File "/usr/lib/python2.5/site-packages/deluge/ui/webui/lib/webpy022/webapi.py", line 310, in wsgifunc
result = func()
File "/usr/lib/python2.5/site-packages/deluge/ui/webui/lib/webpy022/request.py", line 131, in <lambda>
func = lambda: handle(inp, fvars)
File "/usr/lib/python2.5/site-packages/deluge/ui/webui/lib/webpy022/request.py", line 61, in handle
return tocall(*([x and urllib.unquote(x) for x in args] + fna))
File "/usr/lib/python2.5/site-packages/deluge/ui/webui/pages.py", line 321, in POST
utils.daemon_connect(uri)
File "/usr/lib/python2.5/site-packages/deluge/ui/webui/utils.py", line 199, in daemon_connect
webui_plugin_manager.start()
File "/usr/lib/python2.5/site-packages/deluge/ui/webui/components.py", line 139, in start
aclient.get_enabled_plugins(self._on_get_enabled_plugins)
File "/usr/lib/python2.5/site-packages/deluge/ui/client.py", line 361, in async_proxy
return self.core.call(method_name, *args, **kwargs)
File "/usr/lib/python2.5/site-packages/deluge/ui/client.py", line 112, in call
raise deluge.error.NoCoreError("The core proxy is invalid.")
i run gentoo linux and deluge-1.1.0_rc3 the content of /etc/conf.d/deluged is: DELUGED_USER="root:root" DELUGEUI_START="true" DELUGEUI_OPTS="-u web" please let me know if other informations are needed. thanks. |
|||
| #1151 | console ui unable to automatically connect | |||
| Description |
When starting up console ui, it fails to connect to the deluged (on localhost, running as a different user). I assumed I had to put the user:pass: in the auth file, but it seems I was wrong. Perhaps that file is only for setting up access to the daemon? Anyhow, it does not work. Moreover, the gtk ui does connect successfully using the same setup, so is the real issue that console ui does not care about the hostlist.conf? Maybe this is a feature request, or a bug. I did not read the source very well now. Probably the same issue here:
[ERROR ] 13:38:58 client:375 RPCError Message Received!
--------------------------------------------------------------------------------
RPCRequest: daemon.login(localclient, 8ce5af6592d4043af256be0ec3ffda531378d6cf)
--------------------------------------------------------------------------------
File "/usr/lib/pymodules/python2.6/deluge/core/rpcserver.py", line 245, in dispatch
ret = component.get("AuthManager").authorize(*args, **kwargs)
File "/usr/lib/pymodules/python2.6/deluge/core/authmanager.py", line 93, in authorize
raise BadLoginError("Password does not match")
BadLoginError: Password does not match
|
|||
