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
Describe the bug
I'm encountering a JSONDecodeError when trying to download data using garmindb_cli.py. The script fails during the JSON parsing of a response from the server.
To Reproduce
Steps to reproduce the behavior:
Run the command:
garmindb_cli.py --all --download
Observe the error output.
Expected behavior
I expected the script to successfully download all data without errors.
Bug Report
Describe the bug
I'm encountering a
JSONDecodeError
when trying to download data usinggarmindb_cli.py
. The script fails during the JSON parsing of a response from the server.To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expected the script to successfully download all data without errors.
Logs
Please find below the output and traceback:
Additional context
What I've Tried
pip install --upgrade garth
Possible Cause
It seems the script is expecting a JSON response but is receiving an unexpected response from the server, possibly due to:
The text was updated successfully, but these errors were encountered: