iobroker-community-adapters / ioBroker.worx

Control Worx Landroid, Kress, Landxcape, Ferrex with IoBroker
MIT License
50 stars 19 forks source link

StatusCodeError: 404 mit Landxcape #569

Closed franks06347 closed 1 year ago

franks06347 commented 1 year ago

Hallo, leider starten meine Instanzen vom WORX Adapter nicht mehr. Ich habe 3 x Landycape im Einsatz mit jeweils einer eigenen Instanz: grafik Versuche ich zu starten, bleiben alle 3 Adapter gelb: grafik Im LOG steht folgendes:

2022-09-21 16:00:53.576 - info: worx.0 (21335) landxcape is selected 2022-09-21 16:00:53.904 - info: worx.1 (21342) starting. Version 1.6.6 in /opt/iobroker/node_modules/iobroker.worx, node: v16.17.0, js-controller: 4.0.23 2022-09-21 16:00:53.965 - error: worx.0 (21335) Could not Connect to Worx Server: StatusCodeError: 404 - {"message":"Not Found","code":"404.000"} 2022-09-21 16:00:53.967 - error: worx.0 (21335) ERROR: StatusCodeError: 404 - {"message":"Not Found","code":"404.000"} 2022-09-21 16:00:53.977 - info: worx.1 (21342) landxcape is selected 2022-09-21 16:00:54.322 - error: worx.1 (21342) Could not Connect to Worx Server: StatusCodeError: 404 - {"message":"Not Found","code":"404.000"} 2022-09-21 16:00:54.324 - error: worx.1 (21342) ERROR: StatusCodeError: 404 - {"message":"Not Found","code":"404.000"} 2022-09-21 16:00:54.415 - info: worx.2 (21349) starting. Version 1.6.6 in /opt/iobroker/node_modules/iobroker.worx, node: v16.17.0, js-controller: 4.0.23 2022-09-21 16:00:54.462 - info: worx.2 (21349) landxcape is selected 2022-09-21 16:00:54.806 - error: worx.2 (21349) Could not Connect to Worx Server: StatusCodeError: 404 - {"message":"Not Found","code":"404.000"} 2022-09-21 16:00:54.808 - error: worx.2 (21349) ERROR: StatusCodeError: 404 - {"message":"Not Found","code":"404.000"}

Es lief ca. 2 Jahre fehlerfrei. Wenn der Fehler bisher auftrat, habe ich alle 3 Adapter deaktiviert, eine Nacht gewartet, am nächsten Tag gings wieder. Leider klappt das seit 2 Tagen nicht mehr.

Gruß Frank

MeisterTR commented 1 year ago

problem immernoch da? poste mal bitte einen debug log (bitte passwort unkentlich machen). kann dein dass landycape was an der api verändert hat

franks06347 commented 1 year ago
debug log: worx.0 2022-09-22 19:55:44.863 error ERROR: StatusCodeError: 404 - {"message":"Not Found","code":"404.000"}
worx.0 2022-09-22 19:55:44.862 error Could not Connect to Worx Server: StatusCodeError: 404 - {"message":"Not Found","code":"404.000"}
worx.0 2022-09-22 19:55:44.511 debug Connect to worx....
worx.0 2022-09-22 19:55:44.509 info landxcape is selected
worx.0 2022-09-22 19:55:44.426 info starting. Version 1.6.6 in /opt/iobroker/node_modules/iobroker.worx, node: v16.17.0, js-controller: 4.0.23
worx.0 2022-09-22 19:55:43.922 debug Plugin sentry Initialize Plugin (enabled=true)
franks06347 commented 1 year ago

Ich meine die Anmeldung an der APP hat sich verändert, er startet aus der app den browser, macht dort die autorisierung und kehrt zur app zurück, das ist glaube ich neu

hsteinme commented 1 year ago

Ich meine die Anmeldung an der APP hat sich verändert,

Trotz geändertem App-Anmeldeverhalten läuft bei mir die Adapter-Verbindung zum Server korrekt. Bei mir ist aber "worx is selected" und nicht "landxcape is selected". Demnach schließe ich das geänderte Anmeldeverhalten als Ursache aus.

franks06347 commented 1 year ago

wenn ich testweise als Server "worx" auswähle kommt: ERROR: StatusCodeError: 401 - {"message":"Unauthorized","code":"401.000"} bei KRESS und Landxcape kommt: ERROR: StatusCodeError: 404 - {"message":"Not Found","code":"404.000"}

franks06347 commented 1 year ago

Ich vermute, das Anmeldeverfahren wurde bei Kress und Landxcape geändert. Wer kann das prüfen?

Semmy100 commented 1 year ago

Wie kann man das prüfen?

gitpower2017 commented 1 year ago

meiner steht auf Worx und geht auch nicht.

hsteinme commented 1 year ago

Mittlerweile läuft auch bei mir die Anmeldung auf Fehler 404.

nikmaier commented 1 year ago

Für alle die es noch nicht mitbekommen haben, die neue Github Version funktioniert wieder:

https://github.com/iobroker-community-adapters/ioBroker.worx/issues/571#issuecomment-1260541617

gitpower2017 commented 1 year ago

und wie kommt die GIT-Version in den ioBroker?

TA2k commented 1 year ago

Die v1.7.0 ist jetzt auch im latest verfügbar