Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error: Error while connecting: Error: Connection Rejected due to Limited Resources (0xd) #24

Open
eah123 opened this issue Dec 9, 2017 · 0 comments

Comments

@eah123
Copy link

eah123 commented Dec 9, 2017

I ran into this issue when trying to connect to my Furby Connect using a Dell Chromebook 13 running crouton.

From the noble github:

Adapter specific known issues:

Intel Dual Band Wireless-AC 7260 (Intel Corporation Wireless 7260 (rev 73)) : Error: Connection Rejected due to Limited Resources (0xd)

You need to stop scanning before trying to connect in order to solve this issue.

This is an easy fix in fluffd.js

after this line:

winston.log("info", "Discovered Furby: " + peripheral.uuid);

add this line:
noble.stopScanning();

@eah123 eah123 changed the title error: Error while conencting: Error: Connection Rejected due to Limited Resources (0xd) error: Error while connecting: Error: Connection Rejected due to Limited Resources (0xd) Dec 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant