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

KeyError: 'timestampMS' #2

Open
ssellick opened this issue Oct 19, 2022 · 0 comments · May be fixed by #3
Open

KeyError: 'timestampMS' #2

ssellick opened this issue Oct 19, 2022 · 0 comments · May be fixed by #3

Comments

@ssellick
Copy link

I get an error and no output

Done! you provided a file with 1467844 data points.
Traceback (most recent call last):
File "P:\folder\Downloads\location-history-visualizer.py", line 255, in
main()
File "P:\folder\Downloads\location-history-visualizer.py", line 220, in main
oldest_timestamp, newest_timestamp = check_json_file(loc_hist)
File "P:\folder\Downloads\location-history-visualizer.py", line 39, in check_json_file
timestamps = [int(d['timestampMs']) for d in parsed_json]
File "P:\folder\Downloads\location-history-visualizer.py", line 39, in
timestamps = [int(d['timestampMs']) for d in parsed_json]
KeyError: 'timestampMs'

@mrintroverrt mrintroverrt linked a pull request Aug 19, 2023 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant