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

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

Open
swedemash opened this issue Aug 12, 2016 · 2 comments
Open

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

swedemash opened this issue Aug 12, 2016 · 2 comments

Comments

@swedemash
Copy link

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

  • Unhandled rejection TypeError: Object # has no method 'downloadFileFromContainer'

In Bluemix the error message is:

  • Unhandled rejection ReferenceError: ret is not defined

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

@O-Hahn
Copy link
Owner

O-Hahn commented Sep 17, 2016

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
Copy link
Author

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.

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