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

App crash while exploring app as new ser #49

Open
IanDarwin opened this issue Nov 29, 2022 · 3 comments
Open

App crash while exploring app as new ser #49

IanDarwin opened this issue Nov 29, 2022 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@IanDarwin
Copy link

Describe the bug
Stack trace in console when new user viewing the History page.

To Reproduce
Steps to reproduce the behavior:
0. Start with a clean install (never installed or removed, not just upgraded or restarted)

  1. Go to Lists
  2. Go to Watchlist
  3. Click on History

Expected behavior
Should see "empty box" graphic and "You havent added anything..." text. Should NOT see a stack trace in the console!

Actual behaviour

You do see the above graphic and text, but you also see this in the output from "flutter run":

An Observatory debugger and profiler on Pixel 6a is available at: http://127.0.0.1:49265/8Cq8jmHBJA4=/
The Flutter DevTools debugger and profiler on Pixel 6a is available at:
http://127.0.0.1:9100?uri=http://127.0.0.1:49265/8Cq8jmHBJA4=/
I/flutter (32039): All items of history deleted
E/flutter (32039): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: 'package:flutter/src/widgets/scroll_controller.dart': Failed assertion: line 107 pos 12: '_positions.isNotEmpty': ScrollController not attached to any scroll views.
E/flutter (32039): #0 _AssertionError._doThrowNew (dart:core-patch/errors_patch.dart:51:61)
E/flutter (32039): #1 _AssertionError._throwNew (dart:core-patch/errors_patch.dart:40:5)
E/flutter (32039): #2 ScrollController.position (package:flutter/src/widgets/scroll_controller.dart:107:12)
E/flutter (32039): #3 _UserListBodyState.initState.. (package:movielab/pages/shared/userlist_body.dart:44:37)
E/flutter (32039): #4 State.setState (package:flutter/src/widgets/framework.dart:1114:30)
E/flutter (32039): #5 _UserListBodyState.initState. (package:movielab/pages/shared/userlist_body.dart:42:28)
E/flutter (32039):
E/flutter (32039):

Screenshots
N/A

Desktop (please complete the following information):

  • OS: macOS
  • Browser N/A
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: Pixel 6A
  • OS: Android 13
  • Browser N/A
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

@AlexHRodrii
Copy link

Can I work on it?

@ErfanRht
Copy link
Owner

ErfanRht commented Feb 4, 2023

@AlexHRodrii Sure, Go ahead!
I'll assign this to you

@ErfanRht ErfanRht added the bug Something isn't working label Feb 4, 2023
@felipecastrosales
Copy link

please, @AlexHRodrii :)

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

No branches or pull requests

4 participants