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

Date Key in JSON is null #20

Open
tomvachon opened this issue Jan 25, 2013 · 0 comments
Open

Date Key in JSON is null #20

tomvachon opened this issue Jan 25, 2013 · 0 comments

Comments

@tomvachon
Copy link

Here is what I see in the messages via the app

{"id":"2d534b79f5b3a49900030ce0010394a1","key":[null,null,null,null,null,null,null],"value":1,"doc":{"_id":"2d534b79f5b3a49900030ce0010394a1","_rev":"1-378711d7c2b7856acfc9a5b026566ddd","user":{"id":"1357310172534","name":"vachon","room":"#dev","roles":["ops"]},"text":"yes","done":false,"room":"#dev","date":"2013-01-25T16:37:46.387Z"}}
]}

When looking at couchbase, you get:

{
   "_id": "2d534b79f5b3a49900030ce0010394a1",
   "_rev": "1-378711d7c2b7856acfc9a5b026566ddd",
   "user": {
       "id": "1357310172534",
       "name": "vachon",
       "room": "#dev",
       "roles": [
           "ops"
       ]
   },
   "text": "yes",
   "done": false,
   "room": "#dev",
   "date": "2013-01-25T16:37:46.387Z"
}

It looks to me like the date is no longer being parsed and blowing up.

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