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

TypeError: Null check operator used on a null value #113

Open
sentry-io bot opened this issue Jan 23, 2025 · 0 comments
Open

TypeError: Null check operator used on a null value #113

sentry-io bot opened this issue Jan 23, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@sentry-io
Copy link

sentry-io bot commented Jan 23, 2025

Sentry Issue: GLUT-ASSISTANT-N-3F

TypeError: Null check operator used on a null value
  File "framework.dart", line 958, in State.context
    return _element!;
  File "queryScore.dart", line 66, in _QueryBodyState.preprocess.<T>
    ScaffoldMessenger.of(context).removeCurrentSnackBar();
  File "function.dart", in _Closure.call
  File "dialog.dart", line 205, in codeCheckDialog._codeCheck._next2
    callback();
  File "dialog.dart", line 216, in codeCheckDialog._codeCheck._next.<T>
    await login(AppData.persistentData["username"] ?? "", AppData.persistentData["password"] ?? "", textFieldController.text).then((Stri {snip}
...
(6 additional frame(s) were not displayed)

This issue was automatically created by Sentry via 桂工助手N

@sentry-io sentry-io bot added the bug Something isn't working label Jan 23, 2025
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

1 participant