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

NSInternalInconsistencyException: This completion handler should be called only once #1250

Closed
sentry-io bot opened this issue Oct 29, 2020 · 0 comments · Fixed by #1278
Closed

NSInternalInconsistencyException: This completion handler should be called only once #1250

sentry-io bot opened this issue Oct 29, 2020 · 0 comments · Fixed by #1278
Milestone

Comments

@sentry-io
Copy link

sentry-io bot commented Oct 29, 2020

Sentry Issue: IOS-FT

NSInternalInconsistencyException: This completion handler should be called only once
  File "/Users/zac/Sources/hass-ios/Sources/Extensions/Intents/CallService.swift", line 72, in CallServiceIntentHandler.confirm
  File "/Users/zac/Sources/hass-ios/Pods/PromiseKit/Sources/Catchable.swift", line 33, in PMKWhen
  File "<compiler-generated>", in CatchMixin.catch
  File "<compiler-generated>", in @callee_guaranteed
...
(19 additional frame(s) were not displayed)
@zacwest zacwest added this to the 2020.8 milestone Oct 29, 2020
@zacwest zacwest modified the milestones: 2020.8, 2020.8 (Mac) Nov 17, 2020
zacwest added a commit that referenced this issue Nov 17, 2020
These confirm blocks were firing an error case and then success case. They aren't needed necessary any more since we do the validation when resolving.

Fixes #1250.
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

Successfully merging a pull request may close this issue.

1 participant