Page 3 of 3

Re: Private (Individual) Torrent Downloads

Posted: Wed Mar 28, 2012 7:55 am
by gembry
I replaced the <password from auth file> part with the correct value.

With regards to logging, sorry I got that wrong, my fault. Here are the logs for deluged and for deluge-web.

The logs show me starting the daemon, then starting deluge-web, then connecting to deluge-web and looking at the 'offline' daemon, then clicking logout and stopping everything.

Re: Private (Individual) Torrent Downloads

Posted: Wed Mar 28, 2012 10:55 am
by Cas
Did you see this in your deluge-web log:
Config /root/.config/deluge/hostlist.conf.1.2 version: 1.1 loaded: {'hosts': [('3a65b19ec8e4dae881cf3fa70a3647be6e387a25', '127.0.0.1', 58846, '', '')], u'file': 2, u'format': 1}
...
AuthenticationRequired: Username and Password are required.
This mean that your hostlist.conf.1.2 is in the wrong format and does not contain the user and pass for localclient.

Re: Private (Individual) Torrent Downloads

Posted: Sun Apr 08, 2012 5:02 am
by gembry
Ah my bad, I must have copy-pasted wrong. After doing it again, it appears to work! Well that was an adventure.

What's the process for setting up multi-user support?

[EDIT]
That's probably a stupid question, rephrased a bit:
- Is it possible to have multi-user support inside a single instance of a web-client?
- If so, how
- If not, I imagine this is accomplished through clients connecting with different auth credentials?