-
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
KeyError: 'locations' #37
Comments
Not that this is any help, but I am seeing the same issue (albeit on different lines). Did you find a workaround? |
The issue appears to be unique to the "month" files (e.g. |
@MarkMichaelis When I downloadad the takeout, I only got month files. How do you get the |
I got the same Problem. Using this Records.json works perfectly. |
I just created a PR that should fix this, but its untested. |
I've also just encountered this issue (although my error more closely matches #55). Taking a look at the monthly files (eg. While the Records file lists out individual location points keyed by
vs
|
Hello there. Thank you for sharing the script. Unfortunately I am having two issues as described below. As I am a beginner in Python, I am grateful if anyone can tell me what I am doing wrong. Regards.
Traceback (most recent call last):
File "/Users/user/hello/location_history_json_converter.py", line 574, in
sys.exit(main())
File "/Users/user/hello/location_history_json_converter.py", line 542, in main
items = data["locations"]
KeyError: 'locations'
The text was updated successfully, but these errors were encountered: