-
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
Data["loctations"] on M1 OS 12.2.1 with Python 3.11 #55
Comments
I got the same issue - did you figure out a way to resolve it? |
Hi, don't have a solve for the issue yet. |
Did you need a fix for this?
…On Fri, Feb 10, 2023, 09:16 AnimoStudios ***@***.***> wrote:
Hi, don't have a solve for the issue yet.
—
Reply to this email directly, view it on GitHub
<#55 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHXNTW3VNGTIZAXAN7XAHTWWZEU5ANCNFSM6AAAAAAUNMVT2Y>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***
.com>
|
Hi Rick, yes looking for a fix or work around. Are you able to assist? |
Please see #37 |
yes, can you send me an example file that breaks, or really detailed
reproduce by instructions? ie the command line you use, since an empty CSV
file seems easy to create...
…On Fri, Feb 10, 2023, 23:08 AnimoStudios ***@***.***> wrote:
Hi Rick, yes looking for a fix or work around. Are you able to assist?
—
Reply to this email directly, view it on GitHub
<#55 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHXNTTGO2MAYCBZ7PTZDU3WW4GDHANCNFSM6AAAAAAUNMVT2Y>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
I can probably turn a fix around in a day or two. I can't work on it today
anymore, but tommorrow or Monday is looking good.
…On Fri, Feb 10, 2023, 23:08 AnimoStudios ***@***.***> wrote:
Hi Rick, yes looking for a fix or work around. Are you able to assist?
—
Reply to this email directly, view it on GitHub
<#55 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHXNTTGO2MAYCBZ7PTZDU3WW4GDHANCNFSM6AAAAAAUNMVT2Y>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
I just created a PR that should fix this, but its untested. |
Hello all, regards |
Hello,
Using the latest script and Python 3.11 on a mac and keep getting errors or empty CSV files.
python3 location_history_json_converter.py 2020_JANUARY.json testit2.csv -f 'csvfullest' -c
Traceback (most recent call last):
File "/Users/animo/Documents/_Code/location_history_json_converter.py", line 601, in
sys.exit(main())
^^^^^^
File "/Users/animo/Documents/_Code/location_history_json_converter.py", line 569, in main
items = data["locations"]
~~~~^^^^^^^^^^^^^
KeyError: 'locations'
The text was updated successfully, but these errors were encountered: