NEWS
gelöst: Deprication Warning (ausgelöst durch VIS)
-
@bbtown sagte in Fehler: Deprication Warning:
bin nur nicht sicher ob dies weiterhilft bei der Ursachensuche?!
Ich auch nicht. Welche Ursache denn überhaupt? Ich hatte nicht nach der Ausgabe gefragt.
War glaube ich @haselchen im anderen Thread. -
@thomas-braun siehe meinen ersten Post hier im Thread.
Ich bin auf der Suche nach einer Lösung für die angegebenen Fehlermeldungen -
-
@thomas-braun was möchtest Du mir damit sagen?
-
Hast du da die Ausgabe verändert?
Wenn nicht, dann steht irgendwo im Code halt eine ungültige IP-Adresse drin.
Ich seh aber nicht woher die Meldung genau kommt. -
@thomas-braun
Genau das ist ja auch mein Problem, ich weiss gar nicht wo ich nachschauen soll um etwas zu korrigieren, was genau diese Meldung auslösen könnte ... -
2025-10-18 21:08:23.316 - error: host.ioBroker Caught by controller[0]: (node:2283) [DEP0170] DeprecationWarning: The URL http://IP:PORT/api/events/raw is invalid. Future versions of Node.js will throw an error. 2025-10-18 21:08:23.318 - error: host.ioBroker Caught by controller[0]: (Use `node --trace-deprecation ...` to show where the warning was created) 2025-10-18 21:33:39.286 - error: iot.0 (8707) [AlexaV3::DeviceManager]: failed to collect devices: TypeError: Cannot create property 'smartType' on string '' 2025-10-18 21:33:39.389 - error: iot.0 (8707) [AlexaV3::DeviceManager]: TypeError: Cannot create property 'smartType' on string '' at Object.controls (/opt/iobroker/node_modules/iobroker.iot/src/lib/AlexaSmartHomeV3/Helpers/Utils.ts:440:36) at DeviceManager.collectEndpoints (/opt/iobroker/node_modules/iobroker.iot/src/lib/AlexaSmartHomeV3/DeviceManager.ts:139:36) at AlexaSH3.updateDevices (/opt/iobroker/node_modules/iobroker.iot/src/lib/alexaSmartHomeV3.ts:33:9) at IotAdapter.main (/opt/iobroker/node_modules/iobroker.iot/src/main.ts:1545:13)
Sieht für mich nach dem iot.0 aus. Also um das mal einzugrenzen...
-
@armilar
danke dir für eine Rückemldung!
Diese Fehler gehgören nicht zusammen. Die Fehler in Verbindung mit dem IoT-Adapter sind behoben.Beim Systemnstart erhalte ich lediglich diese Fehler ... dort ist bedauerlicherweise kein Hinweis auf den Ursprung (außer host.ioBroker
host.ioBroker 2025-10-19 10:21:20.266 error Caught by controller[0]: (Use `node --trace-deprecation ...` to show where the warning was created) host.ioBroker 2025-10-19 10:21:20.265 error Caught by controller[0]: (node:85291) [DEP0170] DeprecationWarning: The URL http://IP:PORT/api/events/raw is invalid. Future versions of Node.js will throw an error. host.ioBroker 2025-10-19 10:21:15.793 error Caught by controller[0]: (Use `node --trace-deprecation ...` to show where the warning was created) host.ioBroker 2025-10-19 10:21:15.788 error Caught by controller[0]: (node:85263) [DEP0170] DeprecationWarning: The URL http://IP:PORT/api/events/raw is invalid. Future versions of Node.js will throw an error.
-
@bbtown Github issue bei iot bitte anlegen
-
@apollon77
Ich habe den Fehler gefunden.
Die Meldungen kamen beim Start von "vis.0" und "vis.google-fonts"
Ich habe zunächst beides entfernt und prüfe mal was beim erneuten Installieren der Adapter geschieht.
Da ich iQontrol verwende benötige ich VIS nicht zwingend.