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 trying to set up a device, I run the command: broadlink.setup('mywifi','some37characterlongpassword',3,ip_address='192.168.1.255')
Which results in
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/jamo/.local/lib/python3.10/site-packages/broadlink/__init__.py", line 318, in setup
payload[(pass_start + pass_length)] = ord(letter)
IndexError: bytearray index out of range
The original reason I was wanting to use this package is because the Broadlink app doesn't support my wifi password length
The text was updated successfully, but these errors were encountered:
When trying to set up a device, I run the command:
broadlink.setup('mywifi','some37characterlongpassword',3,ip_address='192.168.1.255')
Which results in
The original reason I was wanting to use this package is because the Broadlink app doesn't support my wifi password length
The text was updated successfully, but these errors were encountered: