entitlementcard icon indicating copy to clipboard operation
entitlementcard copied to clipboard

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

Open digitalfabrik-sentry[bot] opened this issue 1 year ago • 0 comments

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)