Jeija / bluefluff

Reverse Engineering Furby Connect's Bluetooth Protocol and Update Format
MIT License
478 stars 82 forks source link

error: Error while conencting: Error: Connection Rejected due to Limited Resources (0xd) #15

Closed yabmtm closed 7 years ago

yabmtm commented 7 years ago

When running sudo node fluffd.js, I do see a discovered furby, but then it immediately puts the error message:

error: Error while conencting: Error: Connection Rejected due to Limited Resources (0xd)

then it hangs. I'm using node 8.4.0.

Jeija commented 7 years ago

I've never had this issue, but this sounds like something that is caused by your Bluetooth adapter. In the noble README this error is specifically mentioned for the Intel Dual Band Wireless-AC 7260 card, but it might affect other BLE adapters as well. Are you using the Intel AC 7260 by chance? Another option might be that some other process on your system also tries to access the BLE adapter at the same time, but that sounds unlikely here. You could try to use a USB Bluetooth dongle instead (I've been using one of these).

yabmtm commented 7 years ago

Yup, I have the 7260. I'll order one of the usb dongles and give that a shot. Thanks!

yabmtm commented 7 years ago

Sorry, forgot to comment again. The USB dongle worked great, thanks!