MTrab / pyworxcloud

PyPI module for integrating with Worx Cloud devices
GNU General Public License v3.0
22 stars 20 forks source link

Landxcape doesn't work anymore #81

Closed MTrab closed 1 year ago

MTrab commented 1 year ago

Trying to login to a Landxcape account results in an 404 error. Looks like they have changed something in the URLs for the Landxcape devices.

404 Client Error: Not Found for url: https://api.landxcape-services.com/api/v2/oauth/token

catadiel commented 1 year ago

Same error here for kress device.

Maybe a change in the login. Last month the IOS version 2.18 of kress mission application was shipped with "passwordless login and new broker authentication".

Here sniffing the app traffic the oath token seems to be requested to id.eu.kress.com and not as before from api.kress-robotik.com/oauth/token.

maybe this helps also for Landxscape

MTrab commented 1 year ago

Any pointers to a solution are most welcome. Haven't had the time yet, to do some sniffing in tye new calls yet.