Apollon77 / ioBroker.homekit-controller

Pair and control HomeKit devices directly
MIT License
17 stars 8 forks source link

Configuration Page empty #310

Closed Joylancer closed 8 months ago

Joylancer commented 9 months ago

Hi, thx for this adapter. Version 0.5.8 shows all Entrys in Configuration page. Version 0.5.9 works with this enabled Entry, but Configuration-Window is empty. (no add, save, cancel ...)(Aquara FP2 enabled in 0.5.8 works) nodejs: 18.19.0 npm: 10.2.3 debian bookworm can you help?

Sniks6 commented 9 months ago

Same here. Just freshly installed version 0.5.9. Config page doesn't show anything. It's completely empty.

Node.js v18.18.2 NPM 9.8.1

Admin v6.12.9

Any hints?

Apollon77 commented 9 months ago

Is the javascriot console showing any error?

Joylancer commented 9 months ago

no, no errors, debug also no error, when I compare the files on Git with the locals, some are new and some are not. The .html, JS and JS.map remain at version 0.5.8 despite the update.

Garfonso commented 9 months ago

Is the javascriot console showing any error?

yes. This is the error output I get: Screenshot_Developer Tools — intro - ioBroker — http:__server:8081_#tab-intro_1

This is the link the error message states: https://legacy.reactjs.org/docs/error-decoder.html/?invariant=321

Something about a problem with a hook. One of reasons hint to mismatching react versions... hm

simpixo commented 8 months ago

same here. any updates on this issue?

Siot commented 8 months ago

imagen

From docker console

Apollon77 commented 8 months ago

@Siot COmpletely different error. update to latest version

Siot commented 8 months ago

@Apollon77 I'm using the latest version: imagen And the previous error screenshot is from the latest version.

But I think you are right, the error doesn't appears exactly when I navigate to Instance Settings.

Thank you.

Apollon77 commented 8 months ago

Then still a different issue (please create another one) and add a debug log with such an error

bruesche commented 8 months ago

Hi there, have same error "empty configuration site". Deinstalled the adapter and installed the adapter fresh. Configuration site doesn't work. implemented devices are working well, but can't apply new devices. is there a fix or a workaround?

Thx for help

bruesche commented 8 months ago

Hi there, have same error "empty configuration site". Deinstalled the adapter and installed the adapter fresh. Configuration site doesn't work. implemented devices are working well, but can't apply new devices. is there a fix or a workaround?

Thx for help

By the way. Have same entry in DEV Tools from Browser like Garfonso. If i can help to solve the Problem - you are welcome. Let me know please.

Siot commented 8 months ago

@Apollon77 *.map files would be very useful to debug in browser. Could you remove from .npmignore?

I have tried DEBUG=hap* node /opt/iobroker/node_modules/iobroker.homekit-controller/build/main.js 0 --debug --logs but there are no errors.

bruesche commented 8 months ago

@Apollon77 *.map files would be very useful to debug in browser. Could you remove from .npmignore?

I have tried DEBUG=hap* node /opt/iobroker/node_modules/iobroker.homekit-controller/build/main.js 0 --debug --logs but there are no errors.

Tried it too. No error in debug mode. Only error in web browser console. Tried to start settings page, see shortly the iobroker logo and than an empty page.

TecTom0815 commented 8 months ago

I have the same issue. On the settings Page i also see the Logo for a view secs and than an empty Page. Not able to do settings or add any device.

Hanshauser commented 8 months ago

Same problem here. The setting-page is empty.

Apollon77 commented 8 months ago

Please try 0.5.10

Hanshauser commented 8 months ago

Please try 0.5.10

Great. With 0.5.10 the setting-page is visible and everything works fine. Thanks a lot.