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

InvalidValueException with swimBikeRun activities #59

Open
matthias-twaiv opened this issue Apr 5, 2023 · 0 comments
Open

InvalidValueException with swimBikeRun activities #59

matthias-twaiv opened this issue Apr 5, 2023 · 0 comments

Comments

@matthias-twaiv
Copy link

Describe the bug

the swimBikeRun WorkoutActivityType is missing, resulting in an InvalidValueException. This breaks HealthKitReporter.workoutQuery() with no way to work around the issue.

To Reproduce
Record a swimikeRun activity and try to import it with workoutQuery().

Expected behavior
I expect workoutQuery() to return the workout. We will always have unknown workout activity types because Apple keeps adding them. In this case it would be OK to have an "unknown" type returned.

Screenshots

Problem is this line in workout_activity_type.dart:

  default:
    throw InvalidValueException('Unknown value: $value');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant