NEWS
openweather Fehler
-
Bis heute mittag (12:46) lief der Adapter problemlos.
2020-05-30 12:46:00.023 - info: host.debian-VB instance system.adapter.openweathermap.0 started with pid 25552 2020-05-30 12:46:03.612 - info: openweathermap.0 (25552) starting. Version 0.1.0 in /opt/iobroker/node_modules/iobroker.openweathermap, node: v8.16.0
Eine halbe Stunde später bekomme ich folgende Fehlermeldung
2020-05-30 13:23:00.036 - info: host.debian-VB instance system.adapter.openweathermap.0 started with pid 25596 2020-05-30 13:23:03.167 - info: openweathermap.0 (25596) starting. Version 0.1.0 in /opt/iobroker/node_modules/iobroker.openweathermap, node: v8.16.0 2020-05-30 13:23:04.621 - error: openweathermap.0 (25596) uncaught exception: Cannot read property 'statusCode' of undefined 2020-05-30 13:23:04.621 - error: openweathermap.0 (25596) TypeError: Cannot read property 'statusCode' of undefined
Was könnte das sein?
-
Gerade habe ich den iobroker nochmal neu gestartet. Jetzt bekomme ich folgende Fehlermeldungen:
openweathermap.0 2020-05-30 16:04:38.043 info (26312) Terminated (NO_ERROR): Without reason openweathermap.0 2020-05-30 16:04:38.043 info (26312) terminating host.debian-VB 2020-05-30 16:04:37.828 info instance system.adapter.broadlink2.0 started with pid 26326 openweathermap.0 2020-05-30 16:04:37.540 error at TLSSocket.emit (events.js:211:7) openweathermap.0 2020-05-30 16:04:37.540 error at emitOne (events.js:116:13) openweathermap.0 2020-05-30 16:04:37.540 error at TLSSocket.socketErrorListener (_http_client.js:401:9) openweathermap.0 2020-05-30 16:04:37.540 error at ClientRequest.emit (events.js:211:7) openweathermap.0 2020-05-30 16:04:37.540 error at emitOne (events.js:116:13) openweathermap.0 2020-05-30 16:04:37.540 error at Request.onRequestError (/opt/iobroker/node_modules/iobroker.openweathermap/node_modules/request/request.js:881:8) openweathermap.0 2020-05-30 16:04:37.540 error at Request.emit (events.js:211:7) openweathermap.0 2020-05-30 16:04:37.540 error at emitOne (events.js:116:13) openweathermap.0 2020-05-30 16:04:37.540 error at self.callback (/opt/iobroker/node_modules/iobroker.openweathermap/node_modules/request/request.js:185:22) openweathermap.0 2020-05-30 16:04:37.540 error at Request.request [as _callback] (/opt/iobroker/node_modules/iobroker.openweathermap/main.js:255:47) openweathermap.0 2020-05-30 16:04:37.540 error (26312) TypeError: Cannot read property 'statusCode' of undefined openweathermap.0 2020-05-30 16:04:37.539 error (26312) uncaught exception: Cannot read property 'statusCode' of undefined openweathermap.0 2020-05-30 16:04:37.273 info (26312) starting. Version 0.1.0 in /opt/iobroker/node_modules/iobroker.openweathermap, node: v8.16.0 host.debian-VB 2020-05-30 16:04:33.835 info instance system.adapter.openweathermap.0 started with pid 26312 host.debian-VB 2020-05-30 16:04:33.814 info instance scheduled system.adapter.openweathermap.0 23,46 6-22 * * *
Vielleicht kann mir ja jemand auf dieser Basis eine Tip geben, wo ich den Fehler suchen soll.
-
@skorpil sagte:
TypeError: Cannot read property 'statusCode' of undefined
Den Fehler erzeugt die Instanz "openweathermap.0". Die Eigenschaft "statusCode" eines nicht vorhandenen Objektes kann nicht ermittelt werden. Mehr kann ich dazu nicht sagen, denn ich bin nicht der Entwickler des Adapters.
-
@paul53 Dankeschön
-
Servus.....habe die Meldung jetzt schon des Öfteren und auch länger....API stimmt aber lt. openweather...
Ist das bekannt?
-
The HyperText Transfer Protocol (HTTP) 401 Unauthorized response status code indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.
Zugangsdaten prüfen (wenn da welche zu vergeben sind).