Open AnimoStudios opened 1 year ago
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 https://github.com/Scarygami/location-history-json-converter/issues/55#issuecomment-1425871930, 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?
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 https://github.com/Scarygami/location-history-json-converter/issues/55#issuecomment-1426606610, 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 https://github.com/Scarygami/location-history-json-converter/issues/55#issuecomment-1426606610, 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, 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'
Hello all, to convert the monthly files I am using this project: https://github.com/DovarFalcone/google-takeout-location-parser It generates one csv from all the YYYY_MONTH.json files.
regards Thomas
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"]