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

Issue when trying to listen to iBeacons #235

Open
jaredalexander opened this issue Oct 13, 2014 · 2 comments
Open

Issue when trying to listen to iBeacons #235

jaredalexander opened this issue Oct 13, 2014 · 2 comments

Comments

@jaredalexander
Copy link

When I try to run the javascript below, I get this error:

10-12 22:22:56.329 17624-17624/? W/ScriptView﹕ Uncaught Error: Error calling method on NPObject. -- From line 1 of

JavaScript code:
WS.sensorOn(WS.sensor("ibeacon"), 1000);
WS.subscribe('ibeacon', function (channel_name,UUID,powerLevel,majorNum,minorNum) {
WS.log("ibeacon found with uuid:" + UUID);
});

@kurtisnelson
Copy link
Member

@kurtisnelson
Copy link
Member

Updated. Needs closing.

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

2 participants