ioBroker / ioBroker.javascript

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

[bug]: Error in GUI! #1573

Closed G-Wrede closed 1 month ago

G-Wrede commented 1 month ago

No existing issues.

Description

Win 11 Scripte starten mit Fehlermeldung: Error in GUI! image

iobroker.admin@6.17.8 console.ts:40 [2024-05-18T11:45:41.529Z] Try to connect console.ts:40 Stored version: , new version: 6.17.8 console.ts:40 Connected: true console.ts:40 TypeError: Cannot read properties of null (reading 'contentWindow') at c.componentDidMount (CustomTab.tsx:143:48) at Si (react-dom.production.min.js:263:222) at bi (react-dom.production.min.js:259:318) at yi (react-dom.production.min.js:258:431) at react-dom.production.min.js:282:96 at ws (react-dom.production.min.js:280:398) at ls (react-dom.production.min.js:269:269) at S (scheduler.production.min.js:13:203) at MessagePort.T (scheduler.production.min.js:14:128) (anonymous) @ console.ts:40 Show 1 more frame Show less

Reproduction instruction

Scripte starten

mcm1957 commented 1 month ago

Looks like https://github.com/ioBroker/ioBroker.admin/issues/2455

klein0r commented 1 month ago

Not related to the JavaScript adapter. Looks like an admin issue

mcm1957 commented 1 month ago

Definatly an admin BUG with at least admin V6.17.8 Downgrade admin to V6.17.6 solves the problem

Admin V6.17.8 has been revoked from npm in the meantime

I think this issue can be closed here.