Skip to content

Commit

Permalink
10.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed May 3, 2024
1 parent 8a99b0c commit 233e508
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "homebridge-govee",
"alias": "Govee",
"version": "10.7.0",
"version": "10.7.1",
"author": {
"name": "bwp91",
"email": "bwp91@icloud.com"
Expand Down

1 comment on commit 233e508

@koppelalex
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, sorry if this is the wrong place to leave this - but I'm having trouble getting this plugin to install and work correctly with my Govee lights. I'm running HomeBridge via a Raspberry Pi. I have several other plugins running other home devices with no issue, but these Govee lights seem to be problematic. Any help you can provide is greatly appreciated!

Here is the code error:

Running post-install scripts...

@abandonware/bluetooth-hci-socket@0.5.3-11 install
node-pre-gyp install --fallback-to-build --update-binary

node-pre-gyp ERR! install response status 404 Not Found on https://github.com/abandonware/node-bluetooth-hci-socket/releases/download/0.5.3-11/bluetooth_hci_socket-0.5.3-11-node-v115-linux-arm64.tar.gz

make: Entering directory '/var/lib/homebridge/node_modules/homebridge-govee/node_modules/@abandonware/bluetooth-hci-socket/build'
CXX(target) Release/obj.target/bluetooth_hci_socket/src/BluetoothHciSocket.o

Please sign in to comment.