Skip to content

Fix Kitsu #463

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

Merged
merged 1 commit into from
May 29, 2025
Merged

Fix Kitsu #463

merged 1 commit into from
May 29, 2025

Conversation

NBA2K1
Copy link
Contributor

@NBA2K1 NBA2K1 commented May 28, 2025

Resolved an issue where items could not be added to the tracker due to the use of an incorrect ID. This caused parseTrackResponse() to fail in locating the 'included' key within jsonResponse, leading to a null return. As a result, an exception was thrown in tracker_widget.dart at line 134 when accessing widget.trackRes.title!, triggering a TypeError (Null check operator used on a null value).

Resolved an issue where items could not be added to the tracker due to the use of an incorrect ID. This caused `parseTrackResponse()` to fail in locating the 'included' key within `jsonResponse`, leading to a null return. As a result, an exception was thrown in `tracker_widget.dart` at line 134 when accessing `widget.trackRes.title!,` triggering a _TypeError (Null check operator used on a null value)_.
@kodjodevf kodjodevf merged commit 90d536a into kodjodevf:main May 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants