ndo360 / codelinkv2

Automatically exported from code.google.com/p/codelinkv2
0 stars 0 forks source link

satnet.load fails if there's more than one "." in the address #568

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Version 2.0.9.8s standalone client

In Game User Name: Tol

If the satnet name has more than one "." in it, it fails to load when the 
HWDiag command satnet.load is used.

For example:

satnet.load.servers/www.orse.cl/lan

The following is shown in the HWDiag screen:

--- Loading SATNET: SERVERS/WWW.ORSE, one moment please.

And fails to load the satnet.

Any attempt to type satnet.load using a name with two "."s is truncated the 
same way, with everything including and after the 2nd "." cut off.

All other satnets load correctly.

Original issue reported on code.google.com by dpcrotty on 28 Sep 2013 at 4:20

GoogleCodeExporter commented 8 years ago
A workaround is to use URL encoding instead of '.', replace '.' with '%2E':

satnet.load.servers/www%2Eorse%2Ecl/lan

~PartyFlava

Original comment by jason.ci...@gmail.com on 28 Sep 2013 at 7:15

GoogleCodeExporter commented 8 years ago

Original comment by codelin...@gmail.com on 6 Oct 2013 at 4:52