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

_Exception: Exception: A PagingController was used after being disposed. #1312

Closed
digitalfabrik-sentry bot opened this issue Feb 26, 2024 · 0 comments · Fixed by #1569
Closed

_Exception: Exception: A PagingController was used after being disposed. #1312

digitalfabrik-sentry bot opened this issue Feb 26, 2024 · 0 comments · Fixed by #1569
Assignees
Labels
Android Bug Something isn't working sentry

Comments

@digitalfabrik-sentry
Copy link

This issue seem to be connected to the results_loader dispose()

Sentry Issue: ENTITLEMENTCARD-APP-1M

_Exception: Exception: A PagingController was used after being disposed.
Once you have called dispose() on a PagingController, it can no longer be used.
If you’re using a Future, it probably completed after the disposal of the owning widget.
Make sure dispose() has not been called yet before using the PagingController.
  File "paging_controller.dart", line 133, in PagingController._debugAssertNotDisposed.<fn>
  File "paging_controller.dart", line 142, in PagingController._debugAssertNotDisposed
  File "paging_controller.dart", line 168, in PagingController.notifyStatusListeners
  File "paging_controller.dart", line 94, in PagingController.value=
  File "paging_controller.dart", line 69, in PagingController.error=
...
(1 additional frame(s) were not displayed)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Android Bug Something isn't working sentry
Projects
Archived in project
2 participants