You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @chovy. It looks like it's trying to parse a javascript object literal as json, and failing because the key isn't double quoted. I'll have to dig into this repo to fix it, which may take a while to get to.
In the meantime, if you happen to find the root cause and hack around it, I'd welcome any pull requests.
https://github.com/rethinkdb/rethinkdb-example-nodejs/blob/master/todo-angular-koa/app.js#L64
This example throws an error for me.
I tried
yield parse.json(this)
and still not sure what the deal is. Same message.Typically this means its not an object...but a string, and it indeed looks like
JSON.stringify
was ran on it.The text was updated successfully, but these errors were encountered: