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

file_change: key "timestamp" not present #90

Open
bwbaugh opened this issue May 14, 2018 · 0 comments
Open

file_change: key "timestamp" not present #90

bwbaugh opened this issue May 14, 2018 · 0 comments

Comments

@bwbaugh
Copy link

bwbaugh commented May 14, 2018

Example 1:

"{\"type\":\"file_change\",\"file_id\":\"FREDACTED\",\"user_id\":\"UREDACTED\",\"file\":{\"id\":\"FREDACTED\"},\"event_ts\":\"1526333100.000242\"}"
Error in $.file: key "timestamp" not present
Please report this failure to the github issue tracker

Pretty printed JSON:

{
  "event_ts": "1526333100.000242",
  "file": {
    "id": "FREDACTED"
  },
  "file_id": "FREDACTED",
  "type": "file_change",
  "user_id": "UREDACTED"
}

Example 2:

"{\"type\":\"file_change\",\"file_id\":\"FREDACTED\",\"user_id\":\"UREDACTED\",\"file\":{\"id\":\"FREDACTED\"},\"event_ts\":\"1526333110.000564\",\"ts\":\"1526333110.000564\"}"
Error in $.file: key "timestamp" not present
Please report this failure to the github issue tracker

Pretty printed JSON:

{
  "event_ts": "1526333110.000564",
  "file": {
    "id": "FREDACTED"
  },
  "file_id": "FREDACTED",
  "ts": "1526333110.000564",
  "type": "file_change",
  "user_id": "UREDACTED"
}
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