You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was getting this same error but fixed it by changing how I entered the -s and -e start/end dates.
You can't put: -s 2020-04-01
You have to put: -s 2020-04-01 (13h30)
(for 1:30PM on April 1st, 2020)
Full entry in terminal:
python location_history_json_converter.py "MyPath/Location History.json" "helloworld.kml" -f kml -s 2020-04-01 (0h00) -e 2020-04-30 (24h00) -i
I'm getting this error:
File "location_history_json_converter.py", line 390
print("\r%s / Locations written: %s" % (time.strftime("%Y-%m-%d %H:%M"), added), end="")
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: