EishaV / Desktop-App

Desktop Application for Worx Landroid and Kress Mission
GNU General Public License v3.0
24 stars 6 forks source link

id.eu.worx.com not available more? #12

Open michapr opened 11 months ago

michapr commented 11 months ago

Hi,

login failed with error message that host not found.

I have replaced in config the host with id.worx.com and is working again as expected.

Can you please check it?

THANKS!

OhSoGood commented 11 months ago

Thank you for the working host, @michapr !

Canonius commented 5 months ago

which config file did you changed? In the config.json - there is no entry for the host

michapr commented 5 months ago

this was in Desktop-App.dll.config

...
<configuration>
  <appSettings>
    <add key="WX_Login" value="https://id.worx.com/"/>
    <add key="WX_WebApi" value="https://api.worxlandroid.com/api/v2/"/>
 ...