-
Notifications
You must be signed in to change notification settings - Fork 2
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
Bolt cloud error with node.js #10
Comments
Did you manage to find a way to fix this? |
No I couldn't find a way of getting it to work. I used Axios instead to fetch the Bolt Cloud API.
If you want to read more, here is the source: axios API Bolt |
My previous workaround was using the python version of bolt-iot + socketio to transfer data in real-time, but it was a hassle configuring the serial (for both sending data & making the device actually do something), plus I reach the API limit easily while testing it so I switch to Johnny-Five instead. Here's my sample code, just in case anyone else come here with the same problem. I think it's a very hacky implementation (the socket-io part), but it works for my case, so if you know the better implementation let me know. |
Thanks! Will try Johnny-Five npm package. |
Glad to be a help! |
This is the error I get when I try to write the code on node.js. What may be the reason?
I have the correct device ID and API key in place of the x's.
The text was updated successfully, but these errors were encountered: