samclane / LIFX-Control-Panel

As LIFX no longer supports their Windows 10 app, I created an open-source alternative for controlling LIFX-brand smart lights.
https://github.com/samclane/LIFX-Control-Panel
MIT License
161 stars 19 forks source link

Failed to execute scripte '__main__' #130

Closed psmate closed 2 years ago

psmate commented 2 years ago

Describe the bug Unable to launch executable in latest release labelled refs/heads/master. Downloading the executable in release 2.2.0 does not produce this error.

To Reproduce Steps to reproduce the behavior:

  1. Download binary at https://github.com/samclane/LIFX-Control-Panel/releases/download/refs%2Fheads%2Fmaster/lifx_control_panel.exe
  2. Launch program.
  3. Does not launch, error message in screenshot below.

Screenshots error lifx

Desktop version:

samclane commented 2 years ago

That was the automatically built version. I need to turn the build pipeline off. It's out of date and obviously producing faulty binaries.

Please download the latest official release (2.2.0) here.

samclane commented 2 years ago

Removed the automatic build from the GitHub workflow for now