- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've trying to use the Reality Caputre API to convert 2d photo to 3d model with example on:
https://github.com/Autodesk-Forge/photo-to-3d-sample
But when after I finish authorize, the browser cannot load the explore.ejs engine with error at the console:
SyntaxError: Unexpected token o in JSON at position 1
at JSON.parse (<anonymous>)
at C:\Users\hongducphan\Desktop\photo-to-3d-sample\phototo3d.js:79:33
at Request.handleRequestResponse [as _callback] (C:\Users\hongducphan\Desktop\photo-to-3d-sample\node_modules\unirest\index.js:463:26)
at Request.self.callback (C:\Users\hongducphan\Desktop\photo-to-3d-sample\node_modules\request\request.js:187:22)
at emitTwo (events.js:126:13)
at Request.emit (events.js:214:7)
at Request.<anonymous> (C:\Users\hongducphan\Desktop\photo-to-3d-sample\node_modules\request\request.js:1044:10)
at emitOne (events.js:116:13)
at Request.emit (events.js:211:7)
at IncomingMessage.<anonymous> (C:\Users\hongducphan\Desktop\photo-to-3d-sample\node_modules\request\request.js:965:12)
200 - [object Object]
Please help me, I really need this api to use for my project.
Solved! Go to Solution.
