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

NoneType error #27

Open
dwlee opened this issue Oct 16, 2014 · 0 comments
Open

NoneType error #27

dwlee opened this issue Oct 16, 2014 · 0 comments

Comments

@dwlee
Copy link
Collaborator

dwlee commented Oct 16, 2014

Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.7/threading.py", line 763, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/home/dwlee/work/rocon_office/src/rocon_devices/rocon_hue/scripts/rocon_hue_bridge.py", line 63, in hue_checker
    self.bulb_checker()
  File "/home/dwlee/work/rocon_office/src/rocon_devices/rocon_hue/scripts/rocon_hue_bridge.py", line 100, in bulb_checker
    hue.name = state['name']
TypeError: 'NoneType' object has no attribute '__getitem__'
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

1 participant