ahtdf
February 20, 2026, 3:44pm
1
Ich habe laufen diese Meldungen
Wie kann ich rausfinden woher die kommen.
offen 11:52AM - 13 Mar 22 UTC
needs-triage
### Current Behavior
The use of an unknown context store in a function node gen… erates a warning (should it be an error?) which does not indicate the node where the error exists. For example, in a Function node, the line
let x = context.get("x","31")
Shows

So it can be difficult to determine where the fault lies.
### Expected Behavior
The error should ideally include information to identify the node.
### Steps To Reproduce
See above
### Example flow
```
[{"id":"b31e9a987891c59e","type":"inject","z":"bdd7be38.d3b55","name":"Trigger error","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":170,"y":1140,"wires":[["98b165cfe49d8245"]]},{"id":"98b165cfe49d8245","type":"function","z":"bdd7be38.d3b55","name":"Unknown context","func":"let x = context.get(\"x\",\"31\")\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":370,"y":1140,"wires":[[]]},{"id":"c4979b7fd45c2015","type":"comment","z":"bdd7be38.d3b55","name":"Note that error is only generated once","info":"","x":310,"y":1100,"wires":[]}]
```
### Environment
- Node-RED version: 2.2.2
- Node.js version: 16.14.0
- npm version: 8.3.1
- Platform/OS: Intel laptop/Ubuntu
- Browser: Chrome
ich denke mal hier wird versucht die Uhrzeit zu speichern aber der Context Speicher ist nicht da bzw nicht richtig angelegt.
Da der Context den aufrufer nicht kennt weiß man nicht wo es her kommt. Jedenfalls lese ich das aus dem Artikel oben.
Mal damit gucken ob man vielleicht auf der Console was sieht ob das Passt zu dem wie Pekaway den NodeRed installiert weiß ich jedoch nicht. Auf jeden fall denke ich das man ohne Log dem Problem nicht auf die Spur kommt kommt
1 Like
PeDan
February 21, 2026, 4:03pm
3
Setzt mal Chat GPT in den Node Red Mode