ioBroker / ioBroker.javascript

Script engine for JavaScript and Blockly
MIT License
325 stars 120 forks source link

[Bug]: Problem with new Blockly elements (like http POST)... (un-usable) #1618

Closed Roellen closed 3 months ago

Roellen commented 3 months ago

I'm sure that

Script type

Blockly

The problem

Whenever I add one of the new Blockly-elements like "http (POST)... the Blockly-script does not recognize any changes made in the scripts. So the button "save" does never show up. And actually it even does not save the script at all.

The script only works again after removing the "http (POST)" blockly element.

https://www.youtube.com/watch?v=qtATdalX8vc

iobroker.current.log (in debug mode!)

No response

Version of nodejs

18.19.0

Version of ioBroker js-controller

5.0.19

Version of adapter

8.3.1 (at first i entered the wrong version number v3.3.0)

mcm1957 commented 3 months ago

@Roellen Either you should update your java-script adapter or the noted version is incorrect. 3.3.0 is VERY old if correct :-)

Roellen commented 3 months ago

Ups! My fault. It‘s 8.3.1

klein0r commented 3 months ago

Duplicate of #1577

Always use the latest beta for issue reports and search for existing (and maybe closed issues)