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

"Path must be a string. Received undefined" error #99

Open
mfissehaye opened this issue Jun 17, 2016 · 0 comments
Open

"Path must be a string. Received undefined" error #99

mfissehaye opened this issue Jun 17, 2016 · 0 comments

Comments

@mfissehaye
Copy link

client.account( function(status, reply) { console.log(reply) });

gives me the error:

TypeError: Path must be a string. Received undefined
    at assertPath (path.js:8:11)
    at Object.posix.join (path.js:479:5)
    at Object.parseJSON (/Users/merhawi/Documents/hubs/codehub/meteor/base-3.4.0/node_modules/dbox/lib/helpers.js:22:28)
    at Request._callback (/Users/merhawi/Documents/hubs/codehub/meteor/base-3.4.0/node_modules/dbox/lib/dbox.js:61:60)
    at Request.self.callback (/Users/merhawi/Documents/hubs/codehub/meteor/base-3.4.0/node_modules/request/main.js:119:22)
    at Request.<anonymous> (/Users/merhawi/Documents/hubs/codehub/meteor/base-3.4.0/node_modules/request/main.js:525:16)
    at emitOne (events.js:77:13)
    at Request.emit (events.js:169:7)
    at IncomingMessage.<anonymous> (/Users/merhawi/Documents/hubs/codehub/meteor/base-3.4.0/node_modules/request/main.js:484:14)
    at emitNone (events.js:72:20)

when I have supplied the key, secret, token and everything

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

1 participant