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

Null issue with coach mark #99

Closed
thevirtuoso1973 opened this issue Jan 30, 2021 · 3 comments
Closed

Null issue with coach mark #99

thevirtuoso1973 opened this issue Jan 30, 2021 · 3 comments
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@thevirtuoso1973
Copy link
Collaborator

From sentry:

NoSuchMethodError: NoSuchMethodError: The method 'findRenderObject' was called on null.
Receiver: null
Tried calling: findRenderObject()
  File "wellbeing_graph.dart", line 63, in _WellbeingGraphState.showCoachMarkGraph
  File "wellbeing_graph.dart", line 49, in _WellbeingGraphState.showTutorial.<fn>
  File "zone.dart", line 1182, in _rootRun
  File "zone.dart", line 1093, in _CustomZone.run
  File "zone.dart", line 997, in _CustomZone.runGuarded
  File "zone.dart", line 1037, in _CustomZone.bindCallbackGuarded.<fn>
  File "zone.dart", line 1190, in _rootRun
  File "zone.dart", line 1093, in _CustomZone.run
  File "zone.dart", line 1021, in _CustomZone.bindCallback.<fn>
  File "timer_patch.dart", line 18, in Timer._createTimer.<fn>
  File "timer_impl.dart", line 397, in _Timer._runTimers
  File "timer_impl.dart", line 428, in _Timer._handleMessage
  File "isolate_patch.dart", line 168, in _RawReceivePortImpl._handleMessage
SDK
@thevirtuoso1973 thevirtuoso1973 added the bug Something isn't working label Jan 30, 2021
@saachipahwa
Copy link
Collaborator

This might be if you click off the page before the tutorial finishes so it tries to render the tutorial when the widgets not there anymore?
If so, hopefully reducing the timings fixes it.

@saachipahwa
Copy link
Collaborator

oh never mind the wb page tutorial is just not showing up

@saachipahwa
Copy link
Collaborator

So weird, sometimes it works fine and other times the error pops up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants