abandonware / node-bluetooth-hci-socket

MIT License
42 stars 47 forks source link

Fix binary 404 error #54

Closed dnicolson closed 6 months ago

dnicolson commented 6 months ago

This fixes the following error:

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

The default behavior now is to build from the source and not to attempt to download a non-existent binary.

This seems to have been broken for some time, even before the fork, as only a single release was created with https://github.com/noble/node-bluetooth-hci-socket/releases/tag/0.5.2.

donavanbecker commented 6 months ago

@apollon77

Apollon77 commented 6 months ago

In fact yes ... this or bringing the prebuild to work again ...

donavanbecker commented 6 months ago

See #55

hannseman commented 5 months ago

Looks like this was reverted in https://github.com/abandonware/node-bluetooth-hci-socket/commit/763d2635508c6f7a9b63737134bbb79ee7361b57, any reason why?

Apollon77 commented 5 months ago

@rzr seems liks your rebase had side effects