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
When I try to run this in Python 3, I get this error:
lazylights.set_power(bulbs, True)
File "C:\lazylights.py", line 166, in set_power '\xff\xff' if is_on else '\x00\x00')
File "C:\lazylights.py", line 156, in _send packet_fmt, *packet_args)
File "C:\lazylights.py", line 98, in build_packet *payload_args)
struct.error: argument for 's' must be a bytes object
Any plans to support Python 3?
The text was updated successfully, but these errors were encountered: