Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue in [health 9.0.1],HealthDataType.ACTIVE_ENERGY_BURNED is showing empty list #911

Open
Umang-Shriwas opened this issue Mar 7, 2024 · 2 comments
Labels
bugfix a bug fix

Comments

@Umang-Shriwas
Copy link

Umang-Shriwas commented Mar 7, 2024

  • Device: [realme 9 ]
  • OS: [e.g. android 13,14]
List<HealthDataPoint> healthData = await health.getHealthDataFromTypes(
          DateTime(2024, 3, 1, 12, 0),
          DateTime(2024, 3, 7, 16, 0),
          [HealthDataType.ACTIVE_ENERGY_BURNED]);   

on trying to fetching data we are getting blank list but our device showing 1506 calories burned

@Umang-Shriwas Umang-Shriwas added the bugfix a bug fix label Mar 7, 2024
@Umang-Shriwas Umang-Shriwas changed the title calories data is not coming but get the permisiions[health 9.0.1] Issue in [health 9.0.1],HealthDataType.ACTIVE_ENERGY_BURNED is showing empty list Mar 8, 2024
@Kam5678
Copy link

Kam5678 commented May 8, 2024

I have this same problem as well, active energy burned is always returning an empty list

@Starseemer
Copy link

Same here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix a bug fix
Projects
None yet
Development

No branches or pull requests

3 participants