You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not able to connect to the bridge, not with ip and a user thats already registered or with the auto bridge function.
ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.ValueError'>
Error Contents: invalid literal for int() with base 10: ''
Traceback (most recent call last):
File "C:\Users\Aleksander\AppData\Roaming\XBMC\addons\script.xbmc.hue.ambilight-master\default.py", line 454, in
settings = settings()
File "C:\Users\Aleksander\AppData\Roaming\XBMC\addons\script.xbmc.hue.ambilight-master\resources\lib\settings.py", line 8, in init
self.readxml()
File "C:\Users\Aleksander\AppData\Roaming\XBMC\addons\script.xbmc.hue.ambilight-master\resources\lib\settings.py", line 20, in readxml
self.group_id = int(addon.getSetting("group_id"))
ValueError: invalid literal for int() with base 10: ''
-->End of Python script error report<--
The text was updated successfully, but these errors were encountered:
I am not able to connect to the bridge, not with ip and a user thats already registered or with the auto bridge function.
ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.ValueError'>
Error Contents: invalid literal for int() with base 10: ''
Traceback (most recent call last):
File "C:\Users\Aleksander\AppData\Roaming\XBMC\addons\script.xbmc.hue.ambilight-master\default.py", line 454, in
settings = settings()
File "C:\Users\Aleksander\AppData\Roaming\XBMC\addons\script.xbmc.hue.ambilight-master\resources\lib\settings.py", line 8, in init
self.readxml()
File "C:\Users\Aleksander\AppData\Roaming\XBMC\addons\script.xbmc.hue.ambilight-master\resources\lib\settings.py", line 20, in readxml
self.group_id = int(addon.getSetting("group_id"))
ValueError: invalid literal for int() with base 10: ''
-->End of Python script error report<--
The text was updated successfully, but these errors were encountered: