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
{{ message }}
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.
C:\Users\Nuno Silva\Desktop\Strava\Hitrava-3.4.2>Hitrava.py --zip HiZip.zip --json_export
Info - External library xmlschema could not be imported.
It is required when using the --validate_xml argument.
It can be installed using: pip install xmlschema
2020-07-09 15:48:18,840 - ERROR - parse - Error parsing JSON file <./output/Motion path detail data & description/motion path detail data.json>
'recordDay'
Traceback (most recent call last):
File "C:\Users\Nuno Silva\Desktop\Strava\Hitrava-3.4.2\Hitrava.py", line 1131, in parse
activity_date = dts.strptime(str(activity_dict['recordDay']), "%Y%m%d").date()
KeyError: 'recordDay'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\Nuno Silva\Desktop\Strava\Hitrava-3.4.2\Hitrava.py", line 1897, in
main()
File "C:\Users\Nuno Silva\Desktop\Strava\Hitrava-3.4.2\Hitrava.py", line 1884, in main
hi_activity_list = hi_json.parse(args.from_date)
File "C:\Users\Nuno Silva\Desktop\Strava\Hitrava-3.4.2\Hitrava.py", line 1276, in parse
raise Exception('Error parsing JSON file <%s>', self.json_file.name)
Exception: ('Error parsing JSON file <%s>', './output/Motion path detail data & description/motion path detail data.json')
C:\Users\Nuno Silva\Desktop\Strava\Hitrava-3.4.2>pause
Press any key to continue . . .
Anything else
Was your run on the moon? Was your run 2 years long? Let me know anything out of the ordinary that might be relevant.
The text was updated successfully, but these errors were encountered:
C:\Users\Nuno Silva\Desktop\Strava\Hitrava-3.4.2>Hitrava.py --zip HiZip.zip --json_export
Info - External library xmlschema could not be imported.
It is required when using the --validate_xml argument.
It can be installed using: pip install xmlschema
2020-07-09 15:48:18,840 - ERROR - parse - Error parsing JSON file <./output/Motion path detail data & description/motion path detail data.json>
'recordDay'
Traceback (most recent call last):
File "C:\Users\Nuno Silva\Desktop\Strava\Hitrava-3.4.2\Hitrava.py", line 1131, in parse
activity_date = dts.strptime(str(activity_dict['recordDay']), "%Y%m%d").date()
KeyError: 'recordDay'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\Nuno Silva\Desktop\Strava\Hitrava-3.4.2\Hitrava.py", line 1897, in
main()
File "C:\Users\Nuno Silva\Desktop\Strava\Hitrava-3.4.2\Hitrava.py", line 1884, in main
hi_activity_list = hi_json.parse(args.from_date)
File "C:\Users\Nuno Silva\Desktop\Strava\Hitrava-3.4.2\Hitrava.py", line 1276, in parse
raise Exception('Error parsing JSON file <%s>', self.json_file.name)
Exception: ('Error parsing JSON file <%s>', './output/Motion path detail data & description/motion path detail data.json')
C:\Users\Nuno Silva\Desktop\Strava\Hitrava-3.4.2>pause
Press any key to continue . . .
Anything else
Was your run on the moon? Was your run 2 years long? Let me know anything out of the ordinary that might be relevant.
The text was updated successfully, but these errors were encountered: