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

Fix sporadic crash on home screen #1712

Merged
merged 1 commit into from
Feb 14, 2024
Merged

Conversation

cewert
Copy link
Member

@cewert cewert commented Feb 14, 2024

Comes from roku crashlog:

Invalid value for left-side of expression. (runtime error &he4) in pkg:/components/home/HomeItem.brs(34) Backtrace: #0  Function itemcontentchanged() As Void    file/line: pkg:/components/home/HomeItem.brs(35) Local Variables: global           Interface:ifGlobal m                roAssociativeArray refcnt=2 count:2 itemdata         <uninitialized> playedindicatorleftposition <uninitialized> extraprefix      <uninitialized> textextra        <uninitialized>

Which points to line 39 in the bs file: m.unplayedCount.visible = false

Changes

  • Ensure node is valid before using

Issues

Ref #1662

@cewert cewert added the bug-fix This fixes a bug. label Feb 14, 2024
@cewert cewert requested a review from a team as a code owner February 14, 2024 17:38
@cewert cewert changed the title Fix sporatic crash on home screen Fix sporadic crash on home screen Feb 14, 2024
@cewert cewert merged commit 2410769 into jellyfin:2.0.z Feb 14, 2024
13 checks passed
@cewert cewert deleted the fix-crashlog branch February 14, 2024 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-fix This fixes a bug.
Projects
Development

Successfully merging this pull request may close these issues.

2 participants