Page 1 of 1

WebUI can't login

Posted: Sat Jun 06, 2009 12:45 pm
by utdemir
Hi. First, sorry for my bad English. Here is my problem:

I can use deluge-gtk withouth problems. But if I want to use deluge-webui from console, it says:

Code: Select all

/usr/lib/python2.6/site-packages/deluge/ui/webui/lib/webpy022/utils.py:138: DeprecationWarning: the sets module is deprecated
  from sets import Set
/usr/lib/python2.6/site-packages/deluge/ui/webui/utils.py:45: DeprecationWarning: the md5 module is deprecated; use hashlib instead
  from md5 import md5


And i can see the password prompt at localhost:8112. But if I want to login with "deluge" password, nothing happens. The same page again. Not logging in. The strange thing is, if I want to login with another password(not "deluge"), it says: "Password is invalid, try again". But with "deluge" password or not, I cant log in.

What must I do with use deluge-webui.

Note: I use ArchLinux with last updates and deluge is updated to last version.

Re: WebUI can't login

Posted: Mon Jun 15, 2009 10:37 pm
by utdemir
up, i can't solve it without your helps.

Re: WebUI can't login

Posted: Tue Jun 16, 2009 1:39 am
by johnnyg
That's just a warning, you can safely ignore it.
As for the webui, do you have cookies (and possibly javascript) enabled?
It sounds like it's logging you in but isn't saving that you're logged in (if that makes sense).

Otherwise if you do have cookies and javascript enabled for the webui, then you could try deleteing web06.conf in your settings folder.
See here for the location of your settings folder: http://dev.deluge-torrent.org/wiki/Faq# ... tssettings

Re: WebUI can't login

Posted: Fri Jun 19, 2009 10:33 pm
by utdemir
I enabled all(javascript and cookies), I can surf in all sites without problems.

I tried what you say before, and it didn't work.

Thanks for your reply, another suggestions?