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

(Nudge Progress Check?) ArgumentError double.dart in _Double.clamp #156

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

Comments

@thevirtuoso1973
Copy link
Collaborator

thevirtuoso1973 commented Feb 23, 2021

ArgumentError: Invalid argument(s): NaN
  File "double.dart", line 183, in _Double.clamp
  File "scroll_physics.dart", line 521, in RangeMaintainingScrollPhysics.adjustPositionForNewDimensions
  File "scroll_physics.dart", line 299, in ScrollPhysics.adjustPositionForNewDimensions
  File "scroll_physics.dart", line 299, in ScrollPhysics.adjustPositionForNewDimensions
  File "scroll_position.dart", line 546, in ScrollPosition.correctForNewDimensions
  File "scroll_position.dart", line 516, in ScrollPosition.applyContentDimensions
  File "viewport.dart", line 1474, in RenderViewport.performLayout
  File "object.dart", line 1634, in RenderObject._layoutWithoutResize
  File "object.dart", line 884, in PipelineOwner.flushLayout
  File "binding.dart", line 436, in RendererBinding.drawFrame
  File "binding.dart", line 914, in WidgetsBinding.drawFrame
  File "binding.dart", line 302, in RendererBinding._handlePersistentFrameCallback
  File "binding.dart", line 1117, in SchedulerBinding._invokeFrameCallback
  File "binding.dart", line 1055, in SchedulerBinding.handleDrawFrame
  File "binding.dart", line 971, in SchedulerBinding._handleDrawFrame
  File "zone.dart", line 1190, in _rootRun
  File "zone.dart", line 1093, in _CustomZone.run
  File "zone.dart", line 997, in _CustomZone.runGuarded
  File "hooks.dart", line 251, in _invoke
  File "hooks.dart", line 209, in _drawFrame

I think it's related to my circular progress indicator, but I'm not sure.

@thevirtuoso1973 thevirtuoso1973 added the bug Something isn't working label Feb 23, 2021
@thevirtuoso1973 thevirtuoso1973 added this to To do in Implementation via automation Feb 23, 2021
@saachipahwa
Copy link
Collaborator

Can't recreate the error

@thevirtuoso1973
Copy link
Collaborator Author

So there are no exceptions when you open the nudge/step goal progress page and walk around?

@saachipahwa
Copy link
Collaborator

Nope

@thevirtuoso1973 thevirtuoso1973 added the wontfix This will not be worked on label Mar 2, 2021
Implementation automation moved this from To do to Done Mar 2, 2021
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
No open projects
Development

No branches or pull requests

2 participants