Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

index out of range #11

Open
mrjulien44 opened this issue Feb 6, 2018 · 1 comment
Open

index out of range #11

mrjulien44 opened this issue Feb 6, 2018 · 1 comment

Comments

@mrjulien44
Copy link

Hi,

please find below the error i get in debug mode. the popup windows is empty (maybe the fact that widget option cause error is due to this one)

23:45:23.034 T:1220539136 DEBUG: [XBMC Domoticz] - CustomImage :103
23:45:23.034 T:1911697408 DEBUG: ------ Window Deinit (DialogBusy.xml) ------
23:45:23.038 T:1220539136 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.IndexError'>
Error Contents: list index out of range
Traceback (most recent call last):
File "/home/pi/.kodi/addons/script.domoticz/default.py", line 493, in onInit
self.populateFromDomo()
File "/home/pi/.kodi/addons/script.domoticz/default.py", line 540, in populateFromDomo
results=transformDomoticz(getData()) # Ask domoticz for data
File "/home/pi/.kodi/addons/script.domoticz/default.py", line 206, in transformDomoticz
icon=customimages[myitem[u'TypeImg']][item[u'CustomImage']]+"-"+myitem[u'Status'].lower()+".png"
IndexError: list index out of range
-->End of Python script error report<--

@h4wkmoon
Copy link
Owner

h4wkmoon commented Feb 7, 2018

Hi,
I moved from Domoticz to Jeedom a few months ago.
This plugin is no longer maintained.

Feel free to fork, and make it your own.
Sorry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants