michaelabon / streamdeck-logitech-litra-lights

Control your Logitech Litra lights via your Elgato Stream Deck
GNU General Public License v3.0
9 stars 1 forks source link

error: Justfile does not contain recipe `build`. #10

Closed CypurrKitty closed 7 months ago

CypurrKitty commented 7 months ago

Getting:

$ just install build link
error: Justfile does not contain recipe `build`.

When running the 'just install build link` command

Any suggestions would be appreciated.

michaelabon commented 7 months ago

Hey @CypurrKitty. Thanks for checking it out. You've encouraged me to figure out how to build and release it on my own. Can you try to install the pre-built version and let me know what works and what doesn't work for you?

Installation instructions

  1. Download the .streamDeckPlugin file from the Releases page.
  2. In your Downloads folder, double-click that ca.michaelabon.logitech-litra-lights.streamDeckPlugin file. It should install in your Stream Deck application.
  3. If it installs correctly, there will be a new section called Logitech Litra. It will have two actions: one to set your light(s) to a particular temperature and colour, one to turn your light(s) off. Screenshot 2024-05-02 at 10 06 41
michaelabon commented 7 months ago

I found out that v1.0.4 won't actually run, in part because that was my first public release and I missed an important step. Try out v1.0.5.0 which I've confirmed works with my own setup.

Again, I'm eager for feedback. Let me know here or in a new issue if you have any questions or problems.

8ternity commented 2 weeks ago

Does the newer version we need to compile it or it's working right away like you mention in the reply here "https://github.com/michaelabon/streamdeck-logitech-litra-lights/issues/10#issuecomment-2091088920" ?

Because yes the app is located into Stream Deck plugins but gives error when pressing buttons: 2024-11-13_18h46_53

Also, does it need to communicate with Logitech G-HUB API to getting worked? The option is activated into G-HUB. I've tried with or without G-HUB opened.

See log of your plugin: streamdeck-logitech-litra-lights.log streamdeck-logitech-litra-lights (2).log

Thanks! :)