NEWS
Test js-controller v2.0.x (GitHub)
-
-
@apollon77 sagte in [Aufruf] js-controller 2.0 Beta Test:
@SBorg sagte in [Aufruf] js-controller 2.0 Beta Test:
Es gibt noch ein zweites Verzeichnis und nach patchen dessen lüppt auch der Broadlink nu.
Was hast Du gepatcht? Nur das zuerstgesagte oder auch das zweite was ich noch dazu geschrieben hatte mit dem "bind"?
Beides, also bei #257 auch
.bind(adapter)
, und in beiden Verzeichnissen.@apollon77 sagte in [Aufruf] js-controller 2.0 Beta Test:
@SBorg sagte in [Aufruf] js-controller 2.0 Beta Test:
Ich polle alle ~30 Minuten und jeder Request funktioniert nicht bei daswetter. Scheint als bekäme er nie etwas an Daten und bricht dann ab. Wohl eher ein prinzipielles Problem, als denn ein zeitliches durch den JS-Controller.
Lass doch mal in Debug Modus laufen und schau mal log an
Hab ich schon, nix. Er wartet einfach den eingestellten TimeOut beim parsen der Daten ab, wirft aber keinerlei Fehler. Erhöhe ich ihn, wartet er halt nur länger. Sieht also nicht nach einem Zeitproblem aus.
-
@SBorg sagte in [Aufruf] js-controller 2.0 Beta Test:
Hab ich schon, nix. Er wartet einfach den eingestellten TimeOut beim parsen der Daten ab, wirft aber keinerlei Fehler. Erhöhe ich ihn, wartet er halt nur länger. Sieht also nicht nach einem Zeitproblem aus.
Zeigt er aber die URL n die er anfragt? Versuch doch mal diese im Browser oder mit "curl" abzurufen.Dann siehst Du ja ob er es generell nicht lädt oder so?!
-
@SBorg sagte in [Aufruf] js-controller 2.0 Beta Test:
Beides, also bei #257 auch .bind(adapter), und in beiden Verzeichnissen.
Ok, ich habe Frank nochmals kontaktiert, ggf baue ich eine 2.0.1 für npm mit dem Fix dann ... Sehen wir mal
-
@apollon77 sagte in [Aufruf] js-controller 2.0 Beta Test:
@SBorg sagte in [Aufruf] js-controller 2.0 Beta Test:
Hab ich schon, nix. Er wartet einfach den eingestellten TimeOut beim parsen der Daten ab, wirft aber keinerlei Fehler. Erhöhe ich ihn, wartet er halt nur länger. Sieht also nicht nach einem Zeitproblem aus.
Zeigt er aber die URL n die er anfragt? Versuch doch mal diese im Browser oder mit "curl" abzurufen.Dann siehst Du ja ob er es generell nicht lädt oder so?!
Die API-URLs zeigt er an, ich kann sie auch aufrufen per Browser/Curl und es stehen Daten drin. Muss wohl morgen, ähh heute, mal paar Debugs einbauen wo er denn hängen bleibt. Eigentlich sind genügend try/catch drin, dass er wenigstens irgendwo mal meckern müsste...
-
@SBorg urig mal debug log bitte. Ich könnte mir auch vorstellen das irgendwo ein Callback nicht korrekt ist. Also am besten issue beim Adapter mit dem debug log.
-
Hier mal das Debug-Log, Issue mache ich dann heute früh dazu:
2019-10-01 19:26:02.883 - debug: daswetter.0 (23979) Redis Objects: Use Redis connection: 127.0.0.1:9001 2019-10-01 19:26:03.100 - debug: daswetter.0 (23979) objectDB connected 2019-10-01 19:26:03.108 - debug: daswetter.0 (23979) Redis States: Use Redis connection: 127.0.0.1:9000 2019-10-01 19:26:03.114 - debug: daswetter.0 (23979) Objects connected to redis: 127.0.0.1:9001 2019-10-01 19:26:03.129 - debug: daswetter.0 (23979) statesDB connected 2019-10-01 19:26:03.196 - debug: daswetter.0 (23979) States connected to redis: 127.0.0.1:9000 2019-10-01 19:26:04.073 - info: daswetter.0 (23979) starting. Version 2.8.1 in /opt/iobroker/node_modules/iobroker.daswetter, node: v8.16.1 2019-10-01 19:26:04.134 - debug: daswetter.0 (23979) set timeout to 60 sec 2019-10-01 19:26:04.135 - debug: daswetter.0 (23979) using new data structure 2019-10-01 19:26:04.138 - debug: daswetter.0 (23979) calling forecast 7 days: http://api.daswetter.com/index.php?api_lang=de&localidad=xxx&affiliate_id=xxx 2019-10-01 19:26:04.496 - debug: daswetter.0 (23979) 7 days forecast done, objects in list 107 2019-10-01 19:26:04.499 - debug: daswetter.0 (23979) calling forecast 5 days: http://api.daswetter.com/index.php?api_lang=de&localidad=xxx&affiliate_id=xxx&v=2.0 2019-10-01 19:26:04.892 - debug: daswetter.0 (23979) 5 days forecast done, objects in list 1059 2019-10-01 19:26:04.896 - debug: daswetter.0 (23979) calling forecast hourly: http://api.daswetter.com/index.php?api_lang=de&localidad=xxx&affiliate_id=xxx&v=2.0&h=1 2019-10-01 19:26:05.797 - debug: daswetter.0 (23979) hourly forecast done, objects in list 2699 2019-10-01 19:26:05.801 - debug: daswetter.0 (23979) objects in list: 2699 2019-10-01 19:27:04.135 - error: daswetter.0 (23979) force terminate, objects still in list: 1777 2019-10-01 19:27:04.184 - error: host.Ubuntu instance system.adapter.daswetter.0 terminated with code 15 (15)
-
@Stabilostick Die Firmware des RPI4 ist aktuell.
-
@apollon77 said in [Aufruf] js-controller 2.0 Beta Test:
Also das darf an sich nicht passieren. Ja, nach dem Restore sind erstmal alle Adapter ausser Admin deaktiviert. Kann er bei änderungen das objects.json File (glaube bist ja nicht auf Redis) neu schreiben? Nicht das da was kaputt ist. Wenn Du den Adapter im Admin wieder aktivierst muss das persistiert werden ... Schau mal ob sich das File Date ändert.
Unter 2.0.18 ändert sich die objects.json definitiv nicht. Hab Testweise den info.0 beendet, die objects.json blieb unverändert. Dann wieder zurück zur 1.5.14 und hier wird sie nach ein Änderung immer neu angelegt.
Genau, Ich bin noch auf file/file - bin mir nicht sicher ob es Sinn macht im aktuellen Zustand auf redis/redis zu gehen. Grundsätzlich fühlt sich das ganze System gerade nicht mehr gut an, heute Morgen war auch unter 1.5.14 das System zusammengebrochen. Ich hatte irgendwann mal einen nächtlichen Restart für den javascript.0 eingeplant und der hat folgendes geworfen. Danach war dann wohl admin.0/web.0 nicht mehr zu erreichen obwohl die Prozesse noch liefen. Bei einem manuellen Restart des javascript.0 ist der Fehler reproduzierbar.
2019-10-02 07:28:24.595 - error: Caught by controller[0]: (node:20475) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'enabled' of undefined 2019-10-02 07:28:24.595 - error: Caught by controller[1]: (node:20475) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1) 2019-10-02 07:28:24.596 - error: Caught by controller[1]: (node:20475) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
Die 2.0.18 hat auch leider nicht geholfen bzgl. des IPv4 Themas. Und dazu kommt jetzt noch, das nach der Installation der 2.0.18 (danach lasse ich auch immer noch schnell den fixer laufen) der iobroker-hwr nicht mehr mit init.d sondern mit systemd gestartet wird, d.h. mein sleep-fix ist weg
-
@apollon77 hm ich denke nicht der redis client kann sich ja auch verbinden ..
Neuste Version von gerade hat auch nicht geklappt:
Connecting to previous DB "file"... Creating backup ... This can take some time ... please be patient! host.iobroker 16727 states saved host.iobroker 19327 objects saved Backup created: /opt/iobroker/backups/2019_10_02-07_55_13_backupiobroker-migration.tar.gz Connecting to new DB "redis" ... States NOT connected Objects NOT connected New Database could not be connected. Please check your settings. No settings have been changed.
-
@apollon77
Okay ich bin mal auf die Suche genagen. habe NPM 6.9.0 und NPM x.x.x (aktuelle Version) auf meinem System gehabt. Das konnte ich beheben. Allerdings wird mir immer noch der selbe Fehler angezeigt. Könnte ich noch eine eine dritte Version auf meinem System haben? Wenn ja, wie finde ich die? -
Version 2.0.17
Hatte heute morgen folgende Warnungen im log.
avascript.0 2019-10-02 08:46:29.966 warn (15268) at TCP.onStreamRead [as onread] (internal/stream_base_commons.js:94:17) javascript.0 2019-10-02 08:46:29.966 warn (15268) at Socket.Readable.push (_stream_readable.js:224:10) javascript.0 2019-10-02 08:46:29.965 warn (15268) at readableAddChunk (_stream_readable.js:269:11) javascript.0 2019-10-02 08:46:29.965 warn (15268) at addChunk (_stream_readable.js:288:12) javascript.0 2019-10-02 08:46:29.965 warn (15268) at Socket.emit (events.js:198:13) javascript.0 2019-10-02 08:46:29.965 warn (15268) at Socket.DataHandler.redis.stream.on.data (/opt/iobroker/node_modules/ioredis/built/DataHandler.js:25:20) javascript.0 2019-10-02 08:46:29.965 warn (15268) at JavascriptRedisParser.execute (/opt/iobroker/node_modules/redis-parser/lib/parser.js:544:14) javascript.0 2019-10-02 08:46:29.965 warn (15268) at JavascriptRedisParser.returnReply (/opt/iobroker/node_modules/ioredis/built/DataHandler.js:21:22) javascript.0 2019-10-02 08:46:29.964 warn (15268) at DataHandler.returnReply (/opt/iobroker/node_modules/ioredis/built/DataHandler.js:47:18) javascript.0 2019-10-02 08:46:29.964 warn (15268) at DataHandler.handleSubscriberReply (/opt/iobroker/node_modules/ioredis/built/DataHandler.js:87:32) javascript.0 2019-10-02 08:46:29.964 warn (15268) at Redis.emit (events.js:198:13) javascript.0 2019-10-02 08:46:29.964 warn (15268) at Redis.sub.on (/opt/iobroker/node_modules/iobroker.js-controller/lib/states/statesInRedis.js:202:37) javascript.0 2019-10-02 08:46:29.964 warn (15268) at change (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:4554:37) javascript.0 2019-10-02 08:46:29.964 warn (15268) at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:378:25) javascript.0 2019-10-02 08:46:29.963 warn (15268) at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:973:38) javascript.0 2019-10-02 08:46:29.963 warn (15268) at Object.<anonymous> (script.js.Magiccube_zur_Steuerung_Wohnzimmer:24:5) javascript.0 2019-10-02 08:46:29.962 warn (15268) at setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1276:20) javascript.0 2019-10-02 08:46:29.961 warn (15268) State "milight-smart-light.0.Stehlampe_Sofs.fullColor-1.whiteTemperature" not found javascript.0 2019-10-02 08:46:29.961 warn (15268) at TCP.onStreamRead [as onread] (internal/stream_base_commons.js:94:17) javascript.0 2019-10-02 08:46:29.960 warn (15268) at Socket.Readable.push (_stream_readable.js:224:10) javascript.0 2019-10-02 08:46:29.960 warn (15268) at readableAddChunk (_stream_readable.js:269:11) javascript.0 2019-10-02 08:46:29.960 warn (15268) at addChunk (_stream_readable.js:288:12) javascript.0 2019-10-02 08:46:29.960 warn (15268) at Socket.emit (events.js:198:13) javascript.0 2019-10-02 08:46:29.960 warn (15268) at Socket.DataHandler.redis.stream.on.data (/opt/iobroker/node_modules/ioredis/built/DataHandler.js:25:20) javascript.0 2019-10-02 08:46:29.960 warn (15268) at JavascriptRedisParser.execute (/opt/iobroker/node_modules/redis-parser/lib/parser.js:544:14) javascript.0 2019-10-02 08:46:29.959 warn (15268) at JavascriptRedisParser.returnReply (/opt/iobroker/node_modules/ioredis/built/DataHandler.js:21:22) javascript.0 2019-10-02 08:46:29.959 warn (15268) at DataHandler.returnReply (/opt/iobroker/node_modules/ioredis/built/DataHandler.js:47:18) javascript.0 2019-10-02 08:46:29.959 warn (15268) at DataHandler.handleSubscriberReply (/opt/iobroker/node_modules/ioredis/built/DataHandler.js:87:32) javascript.0 2019-10-02 08:46:29.959 warn (15268) at Redis.emit (events.js:198:13) javascript.0 2019-10-02 08:46:29.959 warn (15268) at Redis.sub.on (/opt/iobroker/node_modules/iobroker.js-controller/lib/states/statesInRedis.js:202:37) javascript.0 2019-10-02 08:46:29.959 warn (15268) at change (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:4554:37) javascript.0 2019-10-02 08:46:29.958 warn (15268) at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:378:25) javascript.0 2019-10-02 08:46:29.958 warn (15268) at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:973:38) javascript.0 2019-10-02 08:46:29.958 warn (15268) at Object.<anonymous> (script.js.Magiccube_zur_Steuerung_Wohnzimmer:23:7) javascript.0 2019-10-02 08:46:29.956 warn (15268) getState "milight-smart-light.0.Stehlampe_Sofs.fullColor-1.whiteTemperature" not found (3) javascript.0 2019-10-02 08:46:29.667 warn (15268) at TCP.onStreamRead [as onread] (internal/stream_base_commons.js:94:17) javascript.0 2019-10-02 08:46:29.666 warn (15268) at Socket.Readable.push (_stream_readable.js:224:10) javascript.0 2019-10-02 08:46:29.666 warn (15268) at readableAddChunk (_stream_readable.js:269:11) javascript.0 2019-10-02 08:46:29.666 warn (15268) at addChunk (_stream_readable.js:288:12) javascript.0 2019-10-02 08:46:29.666 warn (15268) at Socket.emit (events.js:198:13) javascript.0 2019-10-02 08:46:29.666 warn (15268) at Socket.DataHandler.redis.stream.on.data (/opt/iobroker/node_modules/ioredis/built/DataHandler.js:25:20) javascript.0 2019-10-02 08:46:29.666 warn (15268) at JavascriptRedisParser.execute (/opt/iobroker/node_modules/redis-parser/lib/parser.js:544:14) javascript.0 2019-10-02 08:46:29.665 warn (15268) at JavascriptRedisParser.returnReply (/opt/iobroker/node_modules/ioredis/built/DataHandler.js:21:22) javascript.0 2019-10-02 08:46:29.665 warn (15268) at DataHandler.returnReply (/opt/iobroker/node_modules/ioredis/built/DataHandler.js:47:18) javascript.0 2019-10-02 08:46:29.665 warn (15268) at DataHandler.handleSubscriberReply (/opt/iobroker/node_modules/ioredis/built/DataHandler.js:87:32) javascript.0 2019-10-02 08:46:29.665 warn (15268) at Redis.emit (events.js:198:13) javascript.0 2019-10-02 08:46:29.665 warn (15268) at Redis.sub.on (/opt/iobroker/node_modules/iobroker.js-controller/lib/states/statesInRedis.js:202:37) javascript.0 2019-10-02 08:46:29.664 warn (15268) at change (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:4554:37) javascript.0 2019-10-02 08:46:29.664 warn (15268) at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:378:25) javascript.0 2019-10-02 08:46:29.664 warn (15268) at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:973:38) javascript.0 2019-10-02 08:46:29.664 warn (15268) at Object.<anonymous> (script.js.Magiccube_zur_Steuerung_Wohnzimmer:24:5) javascript.0 2019-10-02 08:46:29.664 warn (15268) at setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1276:20) javascript.0 2019-10-02 08:46:29.663 warn (15268) State "milight-smart-light.0.Stehlampe_Sofs.fullColor-1.whiteTemperature" not found javascript.0 2019-10-02 08:46:29.662 warn (15268) at TCP.onStreamRead [as onread] (internal/stream_base_commons.js:94:17) javascript.0 2019-10-02 08:46:29.662 warn (15268) at Socket.Readable.push (_stream_readable.js:224:10) javascript.0 2019-10-02 08:46:29.662 warn (15268) at readableAddChunk (_stream_readable.js:269:11) javascript.0 2019-10-02 08:46:29.662 warn (15268) at addChunk (_stream_readable.js:288:12) javascript.0 2019-10-02 08:46:29.662 warn (15268) at Socket.emit (events.js:198:13) javascript.0 2019-10-02 08:46:29.661 warn (15268) at Socket.DataHandler.redis.stream.on.data (/opt/iobroker/node_modules/ioredis/built/DataHandler.js:25:20) javascript.0 2019-10-02 08:46:29.661 warn (15268) at JavascriptRedisParser.execute (/opt/iobroker/node_modules/redis-parser/lib/parser.js:544:14) javascript.0 2019-10-02 08:46:29.661 warn (15268) at JavascriptRedisParser.returnReply (/opt/iobroker/node_modules/ioredis/built/DataHandler.js:21:22) javascript.0 2019-10-02 08:46:29.661 warn (15268) at DataHandler.returnReply (/opt/iobroker/node_modules/ioredis/built/DataHandler.js:47:18) javascript.0 2019-10-02 08:46:29.661 warn (15268) at DataHandler.handleSubscriberReply (/opt/iobroker/node_modules/ioredis/built/DataHandler.js:87:32) javascript.0 2019-10-02 08:46:29.660 warn (15268) at Redis.emit (events.js:198:13) javascript.0 2019-10-02 08:46:29.660 warn (15268) at Redis.sub.on (/opt/iobroker/node_modules/iobroker.js-controller/lib/states/statesInRedis.js:202:37) javascript.0 2019-10-02 08:46:29.660 warn (15268) at change (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:4554:37) javascript.0 2019-10-02 08:46:29.660 warn (15268) at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:378:25) javascript.0 2019-10-02 08:46:29.660 warn (15268) at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:973:38) javascript.0 2019-10-02 08:46:29.659 warn (15268) at Object.<anonymous> (script.js.Magiccube_zur_Steuerung_Wohnzimmer:23:7) javascript.0 2019-10-02 08:46:29.658 warn (15268) getState "milight-smart-light.0.Stehlampe_Sofs.fullColor-1.whiteTemperature" not found (3) javascript.0 2019-10-02 08:46:29.245 warn (15268) at TCP.onStreamRead [as onread] (internal/stream_base_commons.js:94:17) javascript.0 2019-10-02 08:46:29.245 warn (15268) at Socket.Readable.push (_stream_readable.js:224:10) javascript.0 2019-10-02 08:46:29.245 warn (15268) at readableAddChunk (_stream_readable.js:269:11) javascript.0 2019-10-02 08:46:29.245 warn (15268) at addChunk (_stream_readable.js:288:12) javascript.0 2019-10-02 08:46:29.245 warn (15268) at Socket.emit (events.js:198:13) javascript.0 2019-10-02 08:46:29.245 warn (15268) at Socket.DataHandler.redis.stream.on.data (/opt/iobroker/node_modules/ioredis/built/DataHandler.js:25:20) javascript.0 2019-10-02 08:46:29.244 warn (15268) at JavascriptRedisParser.execute (/opt/iobroker/node_modules/redis-parser/lib/parser.js:544:14) javascript.0 2019-10-02 08:46:29.244 warn (15268) at JavascriptRedisParser.returnReply (/opt/iobroker/node_modules/ioredis/built/DataHandler.js:21:22) javascript.0 2019-10-02 08:46:29.244 warn (15268) at DataHandler.returnReply (/opt/iobroker/node_modules/ioredis/built/DataHandler.js:47:18) javascript.0 2019-10-02 08:46:29.244 warn (15268) at DataHandler.handleSubscriberReply (/opt/iobroker/node_modules/ioredis/built/DataHandler.js:87:32) javascript.0 2019-10-02 08:46:29.244 warn (15268) at Redis.emit (events.js:198:13) javascript.0 2019-10-02 08:46:29.244 warn (15268) at Redis.sub.on (/opt/iobroker/node_modules/iobroker.js-controller/lib/states/statesInRedis.js:202:37) javascript.0 2019-10-02 08:46:29.243 warn (15268) at change (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:4554:37) javascript.0 2019-10-02 08:46:29.243 warn (15268) at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:378:25) javascript.0 2019-10-02 08:46:29.243 warn (15268) at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:973:38) javascript.0 2019-10-02 08:46:29.243 warn (15268) at Object.<anonymous> (script.js.Magiccube_zur_Steuerung_Wohnzimmer:24:5) javascript.0 2019-10-02 08:46:29.243 warn (15268) at setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1276:20) javascript.0 2019-10-02 08:46:29.242 warn (15268) State "milight-smart-light.0.Stehlampe_Sofs.fullColor-1.whiteTemperature" not found javascript.0 2019-10-02 08:46:29.241 warn (15268) at TCP.onStreamRead [as onread] (internal/stream_base_commons.js:94:17) javascript.0 2019-10-02 08:46:29.241 warn (15268) at Socket.Readable.push (_stream_readable.js:224:10) javascript.0 2019-10-02 08:46:29.241 warn (15268) at readableAddChunk (_stream_readable.js:269:11) javascript.0 2019-10-02 08:46:29.241 warn (15268) at addChunk (_stream_readable.js:288:12) javascript.0 2019-10-02 08:46:29.241 warn (15268) at Socket.emit (events.js:198:13) javascript.0 2019-10-02 08:46:29.241 warn (15268) at Socket.DataHandler.redis.stream.on.data (/opt/iobroker/node_modules/ioredis/built/DataHandler.js:25:20) javascript.0 2019-10-02 08:46:29.240 warn (15268) at JavascriptRedisParser.execute (/opt/iobroker/node_modules/redis-parser/lib/parser.js:544:14) javascript.0 2019-10-02 08:46:29.240 warn (15268) at JavascriptRedisParser.returnReply (/opt/iobroker/node_modules/ioredis/built/DataHandler.js:21:22) javascript.0 2019-10-02 08:46:29.240 warn (15268) at DataHandler.returnReply (/opt/iobroker/node_modules/ioredis/built/DataHandler.js:47:18) javascript.0 2019-10-02 08:46:29.240 warn (15268) at DataHandler.handleSubscriberReply (/opt/iobroker/node_modules/ioredis/built/DataHandler.js:87:32) javascript.0 2019-10-02 08:46:29.240 warn (15268) at Redis.emit (events.js:198:13) javascript.0 2019-10-02 08:46:29.239 warn (15268) at Redis.sub.on (/opt/iobroker/node_modules/iobroker.js-controller/lib/states/statesInRedis.js:202:37) javascript.0 2019-10-02 08:46:29.239 warn (15268) at change (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:4554:37) javascript.0 2019-10-02 08:46:29.239 warn (15268) at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:378:25) javascript.0 2019-10-02 08:46:29.239 warn (15268) at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:973:38) javascript.0 2019-10-02 08:46:29.238 warn (15268) at Object.<anonymous> (script.js.Magiccube_zur_Steuerung_Wohnzimmer:23:7) javascript.0 2019-10-02 08:46:29.236 warn (15268) getState "milight-smart-light.0.Stehlampe_Sofs.fullColor-1.whiteTemperature" not found (3) javascript.0 2019-10-02 08:46:28.946 warn (15268) at TCP.onStreamRead [as onread] (internal/stream_base_commons.js:94:17) javascript.0 2019-10-02 08:46:28.945 warn (15268) at Socket.Readable.push (_stream_readable.js:224:10) javascript.0 2019-10-02 08:46:28.945 warn (15268) at readableAddChunk (_stream_readable.js:269:11) javascript.0 2019-10-02 08:46:28.945 warn (15268) at addChunk (_stream_readable.js:288:12) javascript.0 2019-10-02 08:46:28.945 warn (15268) at Socket.emit (events.js:198:13) javascript.0 2019-10-02 08:46:28.945 warn (15268) at Socket.DataHandler.redis.stream.on.data (/opt/iobroker/node_modules/ioredis/built/DataHandler.js:25:20) javascript.0 2019-10-02 08:46:28.944 warn (15268) at JavascriptRedisParser.execute (/opt/iobroker/node_modules/redis-parser/lib/parser.js:544:14) javascript.0 2019-10-02 08:46:28.944 warn (15268) at JavascriptRedisParser.returnReply (/opt/iobroker/node_modules/ioredis/built/DataHandler.js:21:22) javascript.0 2019-10-02 08:46:28.944 warn (15268) at DataHandler.returnReply (/opt/iobroker/node_modules/ioredis/built/DataHandler.js:47:18) javascript.0 2019-10-02 08:46:28.944 warn (15268) at DataHandler.handleSubscriberReply (/opt/iobroker/node_modules/ioredis/built/DataHandler.js:87:32) javascript.0 2019-10-02 08:46:28.943 warn (15268) at Redis.emit (events.js:198:13) javascript.0 2019-10-02 08:46:28.943 warn (15268) at Redis.sub.on (/opt/iobroker/node_modules/iobroker.js-controller/lib/states/statesInRedis.js:202:37) javascript.0 2019-10-02 08:46:28.943 warn (15268) at change (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:4554:37) javascript.0 2019-10-02 08:46:28.943 warn (15268) at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:378:25) javascript.0 2019-10-02 08:46:28.942 warn (15268) at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:973:38) javascript.0 2019-10-02 08:46:28.942 warn (15268) at Object.<anonymous> (script.js.Magiccube_zur_Steuerung_Wohnzimmer:24:5) javascript.0 2019-10-02 08:46:28.942 warn (15268) at setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1276:20) javascript.0 2019-10-02 08:46:28.941 warn (15268) State "milight-smart-light.0.Stehlampe_Sofs.fullColor-1.whiteTemperature" not found javascript.0 2019-10-02 08:46:28.941 warn (15268) at TCP.onStreamRead [as onread] (internal/stream_base_commons.js:94:17) javascript.0 2019-10-02 08:46:28.940 warn (15268) at Socket.Readable.push (_stream_readable.js:224:10) javascript.0 2019-10-02 08:46:28.940 warn (15268) at readableAddChunk (_stream_readable.js:269:11) javascript.0 2019-10-02 08:46:28.940 warn (15268) at addChunk (_stream_readable.js:288:12) javascript.0 2019-10-02 08:46:28.940 warn (15268) at Socket.emit (events.js:198:13) javascript.0 2019-10-02 08:46:28.940 warn (15268) at Socket.DataHandler.redis.stream.on.data (/opt/iobroker/node_modules/ioredis/built/DataHandler.js:25:20) javascript.0 2019-10-02 08:46:28.940 warn (15268) at JavascriptRedisParser.execute (/opt/iobroker/node_modules/redis-parser/lib/parser.js:544:14) javascript.0 2019-10-02 08:46:28.940 warn (15268) at JavascriptRedisParser.returnReply (/opt/iobroker/node_modules/ioredis/built/DataHandler.js:21:22) javascript.0 2019-10-02 08:46:28.939 warn (15268) at DataHandler.returnReply (/opt/iobroker/node_modules/ioredis/built/DataHandler.js:47:18) javascript.0 2019-10-02 08:46:28.939 warn (15268) at DataHandler.handleSubscriberReply (/opt/iobroker/node_modules/ioredis/built/DataHandler.js:87:32) javascript.0 2019-10-02 08:46:28.939 warn (15268) at Redis.emit (events.js:198:13) javascript.0 2019-10-02 08:46:28.939 warn (15268) at Redis.sub.on (/opt/iobroker/node_modules/iobroker.js-controller/lib/states/statesInRedis.js:202:37) javascript.0 2019-10-02 08:46:28.939 warn (15268) at change (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:4554:37) javascript.0 2019-10-02 08:46:28.939 warn (15268) at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:378:25) javascript.0 2019-10-02 08:46:28.938 warn (15268) at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:973:38) javascript.0 2019-10-02 08:46:28.938 warn (15268) at Object.<anonymous> (script.js.Magiccube_zur_Steuerung_Wohnzimmer:23:7) javascript.0 2019-10-02 08:46:28.937 warn (15268) getState "milight-smart-light.0.Stehlampe_Sofs.fullColor-1.whiteTemperature" not found (3) javascript.0 2019-10-02 08:46:28.483 warn (15268) at TCP.onStreamRead [as onread] (internal/stream_base_commons.js:94:17) javascript.0 2019-10-02 08:46:28.483 warn (15268) at Socket.Readable.push (_stream_readable.js:224:10) javascript.0 2019-10-02 08:46:28.483 warn (15268) at readableAddChunk (_stream_readable.js:269:11) javascript.0 2019-10-02 08:46:28.483 warn (15268) at addChunk (_stream_readable.js:288:12) javascript.0 2019-10-02 08:46:28.482 warn (15268) at Socket.emit (events.js:198:13) javascript.0 2019-10-02 08:46:28.482 warn (15268) at Socket.DataHandler.redis.stream.on.data (/opt/iobroker/node_modules/ioredis/built/DataHandler.js:25:20) javascript.0 2019-10-02 08:46:28.482 warn (15268) at JavascriptRedisParser.execute (/opt/iobroker/node_modules/redis-parser/lib/parser.js:544:14) javascript.0 2019-10-02 08:46:28.482 warn (15268) at JavascriptRedisParser.returnReply (/opt/iobroker/node_modules/ioredis/built/DataHandler.js:21:22) javascript.0 2019-10-02 08:46:28.482 warn (15268) at DataHandler.returnReply (/opt/iobroker/node_modules/ioredis/built/DataHandler.js:47:18) javascript.0 2019-10-02 08:46:28.482 warn (15268) at DataHandler.handleSubscriberReply (/opt/iobroker/node_modules/ioredis/built/DataHandler.js:87:32) javascript.0 2019-10-02 08:46:28.481 warn (15268) at Redis.emit (events.js:198:13) javascript.0 2019-10-02 08:46:28.481 warn (15268) at Redis.sub.on (/opt/iobroker/node_modules/iobroker.js-controller/lib/states/statesInRedis.js:202:37) javascript.0 2019-10-02 08:46:28.481 warn (15268) at change (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:4554:37) javascript.0 2019-10-02 08:46:28.481 warn (15268) at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:378:25) javascript.0 2019-10-02 08:46:28.481 warn (15268) at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:973:38) javascript.0 2019-10-02 08:46:28.481 warn (15268) at Object.<anonymous> (script.js.Magiccube_zur_Steuerung_Wohnzimmer:24:5) javascript.0 2019-10-02 08:46:28.480 warn (15268) at setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1276:20) javascript.0 2019-10-02 08:46:28.479 warn (15268) State "milight-smart-light.0.Stehlampe_Sofs.fullColor-1.whiteTemperature" not found javascript.0 2019-10-02 08:46:28.479 warn (15268) at TCP.onStreamRead [as onread] (internal/stream_base_commons.js:94:17) javascript.0 2019-10-02 08:46:28.479 warn (15268) at Socket.Readable.push (_stream_readable.js:224:10) javascript.0 2019-10-02 08:46:28.479 warn (15268) at readableAddChunk (_stream_readable.js:269:11) javascript.0 2019-10-02 08:46:28.478 warn (15268) at addChunk (_stream_readable.js:288:12) javascript.0 2019-10-02 08:46:28.478 warn (15268) at Socket.emit (events.js:198:13) javascript.0 2019-10-02 08:46:28.478 warn (15268) at Socket.DataHandler.redis.stream.on.data (/opt/iobroker/node_modules/ioredis/built/DataHandler.js:25:20) javascript.0 2019-10-02 08:46:28.478 warn (15268) at JavascriptRedisParser.execute (/opt/iobroker/node_modules/redis-parser/lib/parser.js:544:14) javascript.0 2019-10-02 08:46:28.477 warn (15268) at JavascriptRedisParser.returnReply (/opt/iobroker/node_modules/ioredis/built/DataHandler.js:21:22) javascript.0 2019-10-02 08:46:28.477 warn (15268) at DataHandler.returnReply (/opt/iobroker/node_modules/ioredis/built/DataHandler.js:47:18) javascript.0 2019-10-02 08:46:28.477 warn (15268) at DataHandler.handleSubscriberReply (/opt/iobroker/node_modules/ioredis/built/DataHandler.js:87:32) javascript.0 2019-10-02 08:46:28.477 warn (15268) at Redis.emit (events.js:198:13) javascript.0 2019-10-02 08:46:28.477 warn (15268) at Redis.sub.on (/opt/iobroker/node_modules/iobroker.js-controller/lib/states/statesInRedis.js:202:37) javascript.0 2019-10-02 08:46:28.476 warn (15268) at change (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:4554:37) javascript.0 2019-10-02 08:46:28.476 warn (15268) at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:378:25) javascript.0 2019-10-02 08:46:28.476 warn (15268) at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:973:38) javascript.0 2019-10-02 08:46:28.476 warn (15268) at Object.<anonymous> (script.js.Magiccube_zur_Steuerung_Wohnzimmer:23:7) javascript.0 2019-10-02 08:46:28.474 warn (15268) getState "milight-smart-light.0.Stehlampe_Sofs.fullColor-1.whiteTemperature" not found (3) javascript.0 2019-10-02 08:46:28.188 warn (15268) at TCP.onStreamRead [as onread] (internal/stream_base_commons.js:94:17) javascript.0 2019-10-02 08:46:28.188 warn (15268) at Socket.Readable.push (_stream_readable.js:224:10) javascript.0 2019-10-02 08:46:28.188 warn (15268) at readableAddChunk (_stream_readable.js:269:11) javascript.0 2019-10-02 08:46:28.188 warn (15268) at addChunk (_stream_readable.js:288:12) javascript.0 2019-10-02 08:46:28.188 warn (15268) at Socket.emit (events.js:198:13) javascript.0 2019-10-02 08:46:28.187 warn (15268) at Socket.DataHandler.redis.stream.on.data (/opt/iobroker/node_modules/ioredis/built/DataHandler.js:25:20) javascript.0 2019-10-02 08:46:28.187 warn (15268) at JavascriptRedisParser.execute (/opt/iobroker/node_modules/redis-parser/lib/parser.js:544:14) javascript.0 2019-10-02 08:46:28.187 warn (15268) at JavascriptRedisParser.returnReply (/opt/iobroker/node_modules/ioredis/built/DataHandler.js:21:22) javascript.0 2019-10-02 08:46:28.187 warn (15268) at DataHandler.returnReply (/opt/iobroker/node_modules/ioredis/built/DataHandler.js:47:18) javascript.0 2019-10-02 08:46:28.187 warn (15268) at DataHandler.handleSubscriberReply (/opt/iobroker/node_modules/ioredis/built/DataHandler.js:87:32) javascript.0 2019-10-02 08:46:28.187 warn (15268) at Redis.emit (events.js:198:13) javascript.0 2019-10-02 08:46:28.186 warn (15268) at Redis.sub.on (/opt/iobroker/node_modules/iobroker.js-controller/lib/states/statesInRedis.js:202:37) javascript.0 2019-10-02 08:46:28.186 warn (15268) at change (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:4554:37) javascript.0 2019-10-02 08:46:28.186 warn (15268) at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:378:25) javascript.0 2019-10-02 08:46:28.186 warn (15268) at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:973:38) javascript.0 2019-10-02 08:46:28.186 warn (15268) at Object.<anonymous> (script.js.Magiccube_zur_Steuerung_Wohnzimmer:24:5) javascript.0 2019-10-02 08:46:28.185 warn (15268) at setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1276:20) javascript.0 2019-10-02 08:46:28.184 warn (15268) State "milight-smart-light.0.Stehlampe_Sofs.fullColor-1.whiteTemperature" not found javascript.0 2019-10-02 08:46:28.184 warn (15268) at TCP.onStreamRead [as onread] (internal/stream_base_commons.js:94:17) javascript.0 2019-10-02 08:46:28.184 warn (15268) at Socket.Readable.push (_stream_readable.js:224:10) javascript.0 2019-10-02 08:46:28.184 warn (15268) at readableAddChunk (_stream_readable.js:269:11) javascript.0 2019-10-02 08:46:28.184 warn (15268) at addChunk (_stream_readable.js:288:12) javascript.0 2019-10-02 08:46:28.184 warn (15268) at Socket.emit (events.js:198:13) javascript.0 2019-10-02 08:46:28.183 warn (15268) at Socket.DataHandler.redis.stream.on.data (/opt/iobroker/node_modules/ioredis/built/DataHandler.js:25:20) javascript.0 2019-10-02 08:46:28.183 warn (15268) at JavascriptRedisParser.execute (/opt/iobroker/node_modules/redis-parser/lib/parser.js:544:14) javascript.0 2019-10-02 08:46:28.183 warn (15268) at JavascriptRedisParser.returnReply (/opt/iobroker/node_modules/ioredis/built/DataHandler.js:21:22) javascript.0 2019-10-02 08:46:28.183 warn (15268) at DataHandler.returnReply (/opt/iobroker/node_modules/ioredis/built/DataHandler.js:47:18)
-
@SBorg Also das Log sieht an sich ok aus, würde nur bedeuten das bei dir das setzen der 2699 Objekte und Daten (hollala) sehr langsam ist und er einfach nicht fertig wird. Bisher ist bei keinen so eine schlechte Performance gesehen worden. Strange. Muss ich versuchen nachzustellen. Erklären kann ich es mir nicht. Bisher weder bei Arteck noch anderen in der Form passiert
-
@darkiop Ich habe noch ein was gefunden was abhänfig von der nodejs Version vllt die Ursache gewesen sein könnte. Wenn die Objects.json jetzt nicht gespeichert wird (der timeout sind 5s nach letzter Änderung an Objekten) bin ich wieder ratlos. Eine 2.0.19 kommt gleich
Auch für das komische mit Javascript und danach andere Adapter ist sehr Strange, Müsste man jetzt genau logs schauen.
File/File ist komplett ok, war nur für mich zur Klarstellung.
ich kapiere nur immer noch nicht warum das mit ipv6 nicht tut
-
@e-i-k-e sagte in [Aufruf] js-controller 2.0 Beta Test:
milight-smart-light.0.Stehlampe_Sofs.fullColor-1.whiteTemperature
DIe meldung sagt das er auf diesen State zugreifen will der aber nicht existiert bzw keinen Wert zu haben scheint. Was zeigen die Objekte? Ist der da der State?
-
@e-i-k-e Der selbe fehler? Du meinst diese vis widget auto install fehler?
Ok, dann schauen wir da rein: Zeig mal den Raw Objekt Inhalt von system.adapter.vis-material UND system.adapter.vis-material.0
Der Adapte rist in Vereuon 0.1.5 und im latest repo (und damit npm) nur in 0.1.3
Und bitte screenshot wie der Admin aussieht für den Adapter im Adapter-Tab
-
@apollon77 sagte in [Aufruf] js-controller 2.0 Beta Test:
Ich habe noch ein was gefunden was abhänfig von der nodejs Version vllt die Ursache gewesen sein könnte. Wenn die Objects.json jetzt nicht gespeichert wird (der timeout sind 5s nach letzter Änderung an Objekten) bin ich wieder ratlos. Eine 2.0.19 kommt gleich
Ok, dann teste ich die direkt heute Mittag. Spiele hier auch gerne weiterhin den Tester - Morgen evtl. weniger Zeit dafür, aber Freitag passt es wieder.
Auch für das komische mit Javascript und danach andere Adapter ist sehr Strange, Müsste man jetzt genau logs schauen.
File/File ist komplett ok, war nur für mich zur Klarstellung.
ich kapiere nur immer noch nicht warum das mit ipv6 nicht tutSoll ich dir die kompletten Logs mal zukommen lassen? Wenn ja schick mir einfach mal deine Mail Adresse per PN.
-
@ChrisXY Ok, kann es reproduzieren ... fix in Arbeit
-
This post is deleted! -
@darkiop sagte in [Aufruf] js-controller 2.0 Beta Test:
Soll ich dir die kompletten Logs mal zukommen lassen? Wenn ja schick mir einfach mal deine Mail Adresse per PN.
Gern, aber wenns geht mit "zeit-pointern" Sonst such ich nahc der Nadel im heuhaufen.
iobroker@fischer-ka.de