octoblu / meshblu

Meshblu is a cross-protocol IoT machine-to-machine messaging system.
https://meshblu.readme.io/
MIT License
816 stars 181 forks source link

"Device Not Existing" when running using NeDB #82

Closed Cengkaruk closed 9 years ago

Cengkaruk commented 9 years ago

Authenticated failed using socket/meshblu client. Can register devices, but can't get devices from REST API. Like not lookup to the collection file of nedb. Got nothing (just freeze) when use valid uuid/token, and got response {"error":"unauthorized"} when using invalid uuid/token.

I force meshblu to using nedb by default. Whats wrong? Thanks.

Cengkaruk commented 9 years ago

Oke, after reading getDevices.js i found something. My last mongo object on config.js still exist.