khalidkhan020 / transdroid

Automatically exported from code.google.com/p/transdroid
GNU General Public License v3.0
0 stars 0 forks source link

Support for no-ip subdomains #477

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I've mapped my deluge installation on Raspberry Pi to a no-ip.com address, like 
cimadirapa.zapto.org

Now, when connecting to

cimadirapa.zapto.org:8112

the web interface works great, but configuring

cimadirapa.zapto.org

as a server address in transdroid gives me error.

Of course I know my home server IP, I've tried with it and it works, but it 
will change on every router reboot.

Original issue reported on code.google.com by fradev...@gmail.com on 25 May 2013 at 9:57

GoogleCodeExporter commented 9 years ago
Do you mean that you can't fill in the address? Because that should work fine. 
(I also use a domain name instead of ip.) 

If you can't connect, could you send me an error report from the app? 

Original comment by erickok@gmail.com on 26 May 2013 at 6:37

GoogleCodeExporter commented 9 years ago
It turns out that I'm leaving a white space after the address, e.g.

`cimadirapa.zapto.org `

and the form does not trim it away automatically, so it raises an error.

Sorry for the bug filled, but take it as a suggestion: implementing a trailing 
whitespace triming in the settings form could be nice ;)

Original comment by fradev...@gmail.com on 30 May 2013 at 9:50

GoogleCodeExporter commented 9 years ago
Thanks for getting back. Yes some software keyboards do this. I'll do a trim on 
the domain name. 

Original comment by erickok@gmail.com on 2 Jun 2013 at 1:46