O-Hahn / node-red-contrib-objectstore

Nodes for managing the Bluemix Object Storage
1 stars 6 forks source link

Cannot get the "os-get" node to work #1

Open swedemash opened 8 years ago

swedemash commented 8 years ago

On a Raspberry Pi it crashes with the following error message:

In Bluemix the error message is:

Attached are the complete messages os-get_issue_bluemix.txt os-get_issue_raspberrypi.txt

O-Hahn commented 7 years ago

If you run this node on standard raspbian jessie - you have to upgrade to nodejs 4.5.0 (LTS) and also the NPM ver. 2. I run this node on my raspberry with no problems. If the error exist please let me now.

swedemash commented 7 years ago

I forgot to mention that i am using it in Bluemix. There i changed to "node": "4.5.x" and added "npm": "3.10.8" to the "engine" section in the package.json file but that did not help.

BTW, I also have that other issue, after these updates but that can be worked around by using an API based configuration for now.