Why did my Python SDK data pulls stop working?
If data pulls suddenly stop on an older Terra client SDK version, the cause is usually an API change that broke compatibility with the outdated SDK, not…
If data pulls suddenly stop on an older Terra client SDK version, the cause is usually an API change that broke compatibility with the outdated SDK, not downtime.
Two ways to fix it:
Upgrade to the latest version, e.g.
pip install --upgrade terra-python.As a quick fix, call the REST API directly with your
dev-idandx-api-keyheaders.
PreviousWhy isn't Health Connect background sync firing?
NextWhy do I get 'Invalid dev-id was provided'?
Last updated
Was this helpful?