-
Notifications
You must be signed in to change notification settings - Fork 172
Closed
Labels
Description
I'm receiving the following error after trying to use the client to get all items. Here is the following error stack trace.
SyntaxError: Unexpected token o in JSON at position 0
at Object.parse (native)
at self.oa.get.stream (/user_code/node_modules/xero-node/lib/application.js:303:33)
at passBackControl (/user_code/node_modules/xero-node/lib/oauth/oauth.js:406:25)
at IncomingMessage.<anonymous> (/user_code/node_modules/xero-node/lib/oauth/oauth.js:422:17)
at emitNone (events.js:91:20)
at IncomingMessage.emit (events.js:185:7)
at endReadableNT (_stream_readable.js:974:12)
at _combinedTickCallback (internal/process/next_tick.js:80:11)
at process._tickDomainCallback (internal/process/next_tick.js:128:9)
Line 304 in 910dd1a
| data = JSON.parse(data) |