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
pi@raspberrypi:~/.local/bin $ python yeelightbt
Traceback (most recent call last):
File "yeelightbt", line 11, in
load_entry_point('python-yeelightbt==0.0.2', 'console_scripts', 'yeelightbt')()
File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 561, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 2631, in load_entry_point
return ep.load()
File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 2291, in load
return self.resolve()
File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 2297, in resolve
module = import(self.module_name, fromlist=['name'], level=0)
File "/home/pi/.local/lib/python2.7/site-packages/yeelightbt/init.py", line 2, in
from .lamp import Lamp
File "/home/pi/.local/lib/python2.7/site-packages/yeelightbt/lamp.py", line 5, in
from .structures import Request, Response
File "/home/pi/.local/lib/python2.7/site-packages/yeelightbt/structures.py", line 70, in
"unknown" / Const(Byte, 0x00)
File "/home/pi/.local/lib/python2.7/site-packages/construct/core.py", line 2440, in init
super(Const, self).init(subcon)
File "/home/pi/.local/lib/python2.7/site-packages/construct/core.py", line 549, in init
raise TypeError("subcon should be a Construct field")
TypeError: subcon should be a Construct field
The text was updated successfully, but these errors were encountered:
pi@raspberrypi:~/.local/bin $ python yeelightbt
Traceback (most recent call last):
File "yeelightbt", line 11, in
load_entry_point('python-yeelightbt==0.0.2', 'console_scripts', 'yeelightbt')()
File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 561, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 2631, in load_entry_point
return ep.load()
File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 2291, in load
return self.resolve()
File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 2297, in resolve
module = import(self.module_name, fromlist=['name'], level=0)
File "/home/pi/.local/lib/python2.7/site-packages/yeelightbt/init.py", line 2, in
from .lamp import Lamp
File "/home/pi/.local/lib/python2.7/site-packages/yeelightbt/lamp.py", line 5, in
from .structures import Request, Response
File "/home/pi/.local/lib/python2.7/site-packages/yeelightbt/structures.py", line 70, in
"unknown" / Const(Byte, 0x00)
File "/home/pi/.local/lib/python2.7/site-packages/construct/core.py", line 2440, in init
super(Const, self).init(subcon)
File "/home/pi/.local/lib/python2.7/site-packages/construct/core.py", line 549, in init
raise TypeError("subcon should be a Construct field")
TypeError: subcon should be a Construct field
The text was updated successfully, but these errors were encountered: