w00000dy / WLED-GUI

Cross-platform desktop app for WLED
MIT License
202 stars 8 forks source link

Entries are not visible #2

Closed rg0815 closed 3 years ago

rg0815 commented 3 years ago

Hello,

I have added my various controllers. Unfortunately they are not displayed. But when deleting them they are visible.

image image

w00000dy commented 3 years ago

Hello, thank you for reporting this issue! Did you do anything special before they were not displayed? Since when did you notice this bug?

rg0815 commented 3 years ago

Hello,

thank you very much for the quick response!

I have never used wled-gui before and am just about to use it for the first time. I added the controllers manually via the + in the upper right corner, nothing more.

Sorry for the little Information :/

Are there debug logs of the program that can provide further information?

Greetings

w00000dy commented 3 years ago

Hello, can you please run this version of wled-gui? This version has developer options enabeld. After you start the program it opens the developer tools. Please go to Console and send me a screenshot. Make sure Console log level is set to default. Please don't forget to reload, because some errors you only see at the beginning. (STRG + R to reload) Switch between menu and deletings mode and look if there are any errors printed to console. I want to check if there are any errors.

grafik

After that go to Application > Local Storage > file:// and send me a Screenshot. Now send me all your local storage data. (key and value) You can double click it and copy & paste it. With this values i hope i can reproduce your issue.

grafik

Thank you very much!

rg0815 commented 3 years ago

Hello, thank you for the response!

image

lights --> [{"name":"Nachttisch","ip":"192.168.2.230","online":true},{"name":"Vitrine","ip":"192.168.2.245","online":true}]

image

w00000dy commented 3 years ago

Hello, thank you very much! I found the bug and fixed it. 😄 I published a new release. You can find it here. Can you tell me if this has fixed your problem?

rg0815 commented 3 years ago

Hello,

thanks a lot! It works now!

image

thanks for the quick help!

w00000dy commented 3 years ago

Thank you for reporting this!