Page 1 of 1

[Solved] Web UI unreachable and a few questions

Posted: Wed Mar 25, 2009 9:32 pm
by Guilo
Hello !

I am using deluge 1.1.5 on Linux.

So first, I don't know how to reach the Web UI : http://127.0.0.1:[daemon port] gives mes a blank page.

Any idea ?

Next, I wanted to know if 1.1.5 is still problematic on private trackers (still disabled on the main one I use)

And at last, are there some issues regarding speed with 1.x against 0.5 ?

Thanks a lot for the great work you do on Deluge.

Re: Web UI unreachable and a few questions

Posted: Wed Mar 25, 2009 10:40 pm
by sympathy
So you're trying to access the WebUI from the same machine that the daemon is installed on?

Re: Web UI unreachable and a few questions

Posted: Wed Mar 25, 2009 11:01 pm
by Guilo
Yes : not possible ?

Re: Web UI unreachable and a few questions

Posted: Wed Mar 25, 2009 11:24 pm
by loki
You should try http://localhost:8112
I think localhost is not always set as 127.0.0.1, and make sure the webUI is running.

Re: Web UI unreachable and a few questions

Posted: Thu Mar 26, 2009 12:26 am
by sympathy
Guilo wrote: Next, I wanted to know if 1.1.5 is still problematic on private trackers (still disabled on the main one I use)
Basically it's up to the Deluge users to convince private tracker admins that its worthwhile for them to unblock the client. Email the admin and ask him to take it off the block list, also note that past problems with people cheating share ratios using this client are more or less gone, at least just as prevalent as any OSS client.
Guilo wrote: And at last, are there some issues regarding speed with 1.x against 0.5 ?
I've used since 0.5 and the >1.1.0 releases have been better than ever. I haven't experienced any sluggishness on Windows or Linux.

Re: Web UI unreachable and a few questions

Posted: Thu Mar 26, 2009 1:26 pm
by Guilo
Ok thank for your answers.

regarding the Web UI, I do launch deluge -ui web

Next, http://localhost:8112/ doesn't work (unable to reach server). Isn't it possible to set the web ui port ?

Thanks

Re: Web UI unreachable and a few questions

Posted: Thu Mar 26, 2009 1:43 pm
by johnnyg
Guilo wrote:Ok thank for your answers.

regarding the Web UI, I do launch deluge -ui web

Next, http://localhost:8112/ doesn't work (unable to reach server). Isn't it possible to set the web ui port ?

Thanks
it should be

Code: Select all

deluge -u web
or

Code: Select all

deluge --ui=web
NOT

Code: Select all

deluge -ui web

Re: Web UI unreachable and a few questions

Posted: Thu Mar 26, 2009 1:51 pm
by Guilo
Arf..

Thanks a lot, works mutch better