Page 1 of 1

Incorrect URLs

Posted: Fri Aug 03, 2007 2:59 am
by Montsegur87
Im getting strange urls whenever Deluge tries to use my browser to either test a port o to take me to the translation page in about.

it prints out

Code: Select all

file:///home/nagel/%22http://www.deluge-torrent.org/test-port.php?port=51000%22
but it should print

Code: Select all

http://www.deluge-torrent.org/test-port.php?port=51000%22
The extra String

Code: Select all

file:///home/nagel/%22
is my home directory , thats obvious :P but why "%22" ?

This feature is working , you can remove the extra string every time you test a port , but is annoying.

Re: Incorrect URLs

Posted: Fri Aug 03, 2007 4:01 am
by markybob
Montsegur87 wrote:Im getting strange urls whenever Deluge tries to use my browser to either test a port o to take me to the translation page in about.

it prints out

Code: Select all

file:///home/nagel/%22http://www.deluge-torrent.org/test-port.php?port=51000%22
but it should print

Code: Select all

http://www.deluge-torrent.org/test-port.php?port=51000%22
The extra String

Code: Select all

file:///home/nagel/%22
is my home directory , thats obvious :P but why "%22" ?

This feature is working , you can remove the extra string every time you test a port , but is annoying.
http://forum.deluge-torrent.org/viewtop ... t=104#p528

Re: Incorrect URLs

Posted: Fri Aug 03, 2007 4:12 am
by Montsegur87
my bad , sorry.