ioBroker / ioBroker.javascript

Script engine for JavaScript and Blockly
MIT License
320 stars 119 forks source link

[Bug]: Logging below the script stopped working a while ago #1561

Closed simplest-circuits closed 4 weeks ago

simplest-circuits commented 2 months ago

I'm sure that

Script type

JavaScript

The problem

I recall that the output from the "console.log()" function used to appear below the script for debugging or informational purposes. However, there has been no output in the area below (indicated by the red box) since then. While the output displays correctly in general debug mode, it doesn't show up when I run the script normally; this behavior is consistent in the extended protocol output as well.

I'm not certain when this issue started, but it was likely over a year ago (I'm unsure of the exact version). I exclusively use JavaScript and cannot confirm if this behavior is the same in Blockly or TypeScript, as I have never used those.

image

iobroker.current.log (in debug mode!)

No response

Version of nodejs

v18.19.0

Version of ioBroker js-controller

5.0.19

Version of adapter

8.0.3

klein0r commented 2 months ago
simplest-circuits commented 2 months ago

Using Chrome (latest Version 124.0.6367.118) Socketio Adapter: 6.7.0

Same behavior on MS edge.

I remember that it worked a long time ago without any issues. In the meantime I updated iobroker periodically (using buanet docker (latest)). All adapters and also iobroker self is updated to the latest available versions.

klein0r commented 2 months ago

Do you have any errors/warnings in the developer tools / console of your browser?