Thank you :)
Had a look on the PyLotRO source. Possible the datacenter sends back
faulty informations, after all the iPhone app uses the same source
and reports Wayfinder as down.
It look a bit odd that the drop down get populated with Wayfinder
first, since everything else is sorted.
Didn't had the nerve to set up something to inspect the object that
comes back.
The original launcher uses this:
http://gls.ddo.com/GLS.DataCenterServer/Service.asmx
I am not sure what the Python Launcher uses, He seem to query
Turbine for data centers.
http://www.turbine.com/SE/GLS/GetDatacenters
PyLotRO logs what responses it gets ... The [E10] means it did not get a (valid) response on the status call to the Relm server.
<bottle>/drive_c/users/crossover/ApplicationData/PyLotRO...
The ".config" files are all XML. Off hand I forget which file is which... LotROLinux.config I believe is the data you enter.
Yeah... THe GLSDatacenter is returning wrong information ...
GLSDataCenter.conifg returns:
<World><Name>Wayfinder [DE]</Name><LoginServerUrl>(invalid service specified)</LoginServerUrl><ChatServerUrl>74.201.106.53:2900</ChatServerUrl><StatusServerUrl>http://stg-gls.turbine.com/GLS.DataCenterServer/StatusServer.aspx?s=10.67.112.53</StatusServerUrl><Order>0</Order></World>
<World><Name>Argonnessen</Name><LoginServerUrl>(invalid service specified)</LoginServerUrl><ChatServerUrl>74.201.106.56:2900</ChatServerUrl><StatusServerUrl>http://gls.ddo.com/GLS.DataCenterServer/StatusServer.aspx?s=10.67.112.56</StatusServerUrl><Order>1</Order></World>
Note the StatusServr entry. Wayfinder shows stg-gls.turbine.com all of the other entries show... gls.ddo.com
stg-gls sounds like "staging" ... if you use that http entry (at lease in Safari) nothing returns, but if you simply change the host name to gls.ddo.com (leaving the aspx?s ip address the same, you get the xml back for Wayfinder.
And for whatever reason, Turbine lists Wayfinder as "order" 0.
There is probably not an easy fix until Turbine fixes the GLSDataCenter-data. Which they many not do if their Launcher works.... :(