vanviegen / hue-thief

Factory reset Philips Hue bulbs using an EZSP-based Zigbee USB stick. After a reset, bulbs can easily join any type of compatible bridge.
GNU General Public License v3.0
178 stars 20 forks source link

click.exceptions.ClickException: Unable to start mfglib #25

Open mythicaleinhorn opened 11 months ago

mythicaleinhorn commented 11 months ago

Hi,

trying both Linux and WSL, I fail to successfully start hue-thief.

I'm using a Home Assistant SkyConnect and set the Baud Rate in the Device Manager in Windows to 115200 and used the command option to set it there as well.

After a couple of seconds I just get this Traceback:

Traceback (most recent call last):
  File "hue-thief.py", line 135, in <module>
    asyncio.get_event_loop().run_until_complete(steal(args.device, args.baudrate, args.channel))
  File "/usr/lib/python3.8/asyncio/base_events.py", line 616, in run_until_complete
    return future.result()
  File "hue-thief.py", line 33, in steal
    util.check(res[0], "Unable to start mfglib")
  File "/root/.local/lib/python3.8/site-packages/bellows/cli/util.py", line 150, in check
    raise click.ClickException(message)
click.exceptions.ClickException: Unable to start mfglib