-
-
Notifications
You must be signed in to change notification settings - Fork 118
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
Importing Records.json fails with "not found" errors on every attribute #663
Comments
I have exactly the same problem, I exported json through the google maps android app and passed it to the host.
|
@rswafford I had no problems importing your sample, so the issue might be in the other part of the file. @PoBruno Can't say much without a file to debug |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OS & Hardware
Docker
Version
v0.22.2
Describe the bug
A clear and concise description of what the bug is.
I have broken my Google Takeout Records.json file up into ~200mb chunks, each is a complete JSON file. Upon executing the rake task like so:
bundle exec rake import:big_file['tmp/imports/watched/Records_001.json', '[email protected]']
Note: I am using my correct email address... I have stripped it from the command here for privacy. I've also noticed that rake doesn't like normal single quotes -- I have to use the backtick character around the path and email address for it to recognize.
The console quickly fills up with error messages a la:

Expected behavior
I'd expect this to run and import all of my location history.
What am I missing? Seems like the file importer is bugged in this release maybe? A sample of my JSON file input is below:
The text was updated successfully, but these errors were encountered: