Skip to content

Conversation

@poohzrn
Copy link

@poohzrn poohzrn commented Sep 10, 2015

snp

@nikitos-04
Copy link

Hey, thanks for your work. I can't get the webgui to work. I get this error the whole time. It doesn't matter if I use your db or mine. The same error. Could you help me out please?
54 dataTable = "['Time',"
55 for name in range(0,sensorCount - 1):
=> 56 dataTable+="'{0}',".format(sensorData[name].name)
57 dataTable+="'{0}'],\n".format(sensorData[-1].name)#last sensor (-1) #sensorname[1]
58 dataTable+="['{0}',{1},".format(sensorData[0].timestamp[:-3],sensorData[0].temperature)
dataTable = "['Time',", "'{0}',".format = , sensorData = [], name = 0, ].name undefined

<type 'exceptions.IndexError'>: list index out of range
args = ('list index out of range',)
message = 'list index out of range'

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

Successfully merging this pull request may close these issues.

2 participants