-
Notifications
You must be signed in to change notification settings - Fork 384
Description
Hello, I am a Node.js & Express.js beginner
I got a similar error below today. The program is going to clash after that. It is very weird because I have never got this error before.
I am using Facebook-Template-Nodejs including Faceplate 0.0.4 , Restler 2.0.0, and b64url 1.0.3
Also using Node v0.8.18
I have tried npm install restler2.0.1, but could not get solution.
I am glad if I could get solution.
Thank you for your thoughts !
-------------------- Error message ---------------------
undefined:1
SyntaxError:Failed to parse JSON body:Unexpected token o
SyntaxError: Unexpected token S
at Object.parse(native)
at EventEmitter.FaceplateSession.get(../node_modules/faceplate/index.js:121:25)
at EventEmitter.emit(events.js:99:17)
at EventEmitter.mixin._fireError(../....../node_modules/restler/lib/restler.js:192:10)
at mixin._responseHandler(../......./node_modules/restler/lib/restler.js:142:20)
.