-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
404 from api.worxlandroid.com #70
Comments
Seams like ioBroker had the same problem but got it fixed by TA2k. Issue on iobroker: iobroker-community-adapters/ioBroker.worx#569 Solution see commits from TA2k from Sep. 28th: https://github.com/iobroker-community-adapters/ioBroker.worx/commits/master I fear the changes are a bit more voluminous. Maybe worth to have a short chat with TA2k @nibi79 From my point of view, I'm a bit shocked to kill bearer token and switched to this form-based rebuild sth. construct. BR |
I have already written to TA2k. I have a problem to implement this in Java because I don't understand the lines from 497 of the code or the behavior: |
Don't know whether this helps, but in HomeAssistant there is also much information about the issue and how to fix it. |
Maybe someone of you has Python skills and can analyze this solution and explain to me how it works? |
the solution is not described in the mentioned commment |
this new beta version should fix this issue: https://github.com/nibi79/worxlandroid/releases/tag/v3.2-beta Please test this veriosn and let me kow if it works for you! thank you |
Thank you! Changed jar in addons folder and reenabled landroid bridge trough config. According to logs all seem to work :)
Not sure if that JsonObject is something important or not ... But buttons started to work and turning on party mode trough OH changed it in original app as well :) |
Works like a charme, @nibi79, you are the man of the day, thanks a ton :-) |
I replaced the jar and restarted openhab and now all my items are available again and everything seems to be online. Many thanks to @nibi79 for this great job! |
Thanks @nibi79, I've been using Binding successfully for a year. I made really good rules for it (gate closes when mowing, etc.) and ever since it stopped working, I really miss it. My problem is that, like many others, I'm using org.openhab.binding.worxlandroid-2.5.3-SNAPSHOT.jar for OpenHab 2.5 (there are many reasons I haven't migrated to OpenHab 3). Please, if you have already managed to patch the v3.2-beta, prepare the patch for the v2.1 version as well! Besides me, many people would be happy about it. Thanks in advance! |
Works perfectly! |
Thank you all for your feedback! @martinlindjarv "Cannot get response as JsonObject" doesn't matter @PilotIoTSystems I'm really sorry, but it's too much effort and I just don't have the time. I'm glad that I can take care of the binding at all and solved this problem. Maybe later but I can not promise anything. |
Hi @nibi79
new year, new problems.
Suddenly I get 404 errors from api.worxlandroid.com.
From Openhab3.3 Logs:
Had allready removed the mower from my account an reconnected it, no luck.
Following from a mitmproxy dump:
As usual, no change from my side.
Landroid App on my Android is working....
Login to https://id.eu.worx.com/login is working...
Could it be, that Worx or AWS-Iot has changed sth. on the OAuth procedure? Maybe to "/api/v3/" ??
But it should affect more people than me.
BR
Mitch
The text was updated successfully, but these errors were encountered: