-
Notifications
You must be signed in to change notification settings - Fork 28
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
bad JSON files #305
Comments
Related to cph-cachet#305 As the current version writes activeSink.write('\n,\n') in async, they are sometimes not added directly after the json. This pull request fixes this.
created a pull request to fix this: sc00n#1 |
I will try to look into this. But, since v. 0.40 CAMS have supported the This method is much more stable (and fast) than the file endpoint and I recommend using this instead. The data format is the same, just stored in a table in SQLite. |
Fixed and released as carp_mobile_sensing 0.40.11 |
As dataEndPoint we use FileDataEndPoint. Unfortenatelly, the JSONs in this file are broken. We often (almost always) see the following pattern:
Three entries, and only then we see the three commas. The commas obviously should be between the entries. This makes it very difficult to read the files. Sometimes its more or less entries that are posted without commas.
The text was updated successfully, but these errors were encountered: