sparkfun / phant

the data logging engine behind data.sparkfun.com
700 stars 98 forks source link

Property 'length' undefined #43

Closed nseidle closed 10 years ago

nseidle commented 10 years ago

Weird. Creating a channel with name 'Test', description of "lkj" and "temp" for the only field throws the following error:

Error Cannot read property 'length' of undefined

nseidle commented 10 years ago

I think I got past the error by inputting a tag. Are tags required?

toddtreece commented 10 years ago

Tags aren't required, so a bug must have been introduced somewhere. I'll take a look.

toddtreece commented 10 years ago

fixed by sparkfun/phant-manager-http@f72760c0082cfbd73c2c30c2385c8d4097b4a88c

thanks for catching that!