hue-lights
hue-lights copied to clipboard
System log get spammed with messages when connection drops
Once connection is established to the HUE hub and is lost the extensions start to spam the logs with the following message:
mar 21 13:38:06 pluma gnome-shell[26898]: Object .PhueSyncBoxMenu (0x55ed667ea300), has been already disposed — impossible to set any property on it. This might be caused by the object having been destroyed from C code using something such as destroy(), dispose(), or remove() vfuncs.
mar 21 13:38:06 pluma gnome-shell[26898]: == Stack trace for context 0x55ed60ed01e0 ==
mar 21 13:38:06 pluma gnome-shell[26898]: #0 55ed6b9296a8 i /home/qlixed/.local/share/gnome-shell/extensions/[email protected]/phuepanelmenu.js:718 (152cbe56ce20 @ 105)
mar 21 13:38:06 pluma gnome-shell[26898]: #1 55ed6b9295c8 i /home/qlixed/.local/share/gnome-shell/extensions/[email protected]/syncboxmenu.js:1113 (152cbe587c40 @ 61)
mar 21 13:38:06 pluma gnome-shell[26898]: #2 7ffec15ab600 b /home/qlixed/.local/share/gnome-shell/extensions/[email protected]/syncboxmenu.js:1090 (152cbe587c90 @ 81)
This repeats around every 1 or 2 seconds (I think that is related to the timeout setting settable on the 'Advanced settings' section) This not happens if the extension starts and connection can't be done the first time.