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 crash on home screen #2029

Open
wants to merge 1 commit into
base: 2.2.z
Choose a base branch
from
Open

Conversation

cewert
Copy link
Member

@cewert cewert commented Nov 8, 2024

Comes from roku crash log

'Dot' Operator attempted with invalid BrightScript Component or interface reference. (runtime error &hec) in pkg:/components/home/HomeItem.brs(65) 
Backtrace: 
#0  Function itemcontentchanged() As Voi$1 file/line: pkg:/components/home/HomeItem.brs(65) 
Local Variables: 
global           Interface:ifGloba$1 m                roAssociativeArray refcnt=2 count:15 
itemdata         roSGNode:HomeData refcnt=1 
usersettings     <uninitialized> 
unwatchedepisodecountsetting <uninitialized> 
playedindicatorleftposition <uninitialized> 
tmpsetting       <uninitialized> 
extraprefix      <uninitialized> 
textextra        <uninitialized> 
BRIGHTSCRIPT: ERROR: roSGNode.<lookup>: Rendezvous aborted for LoadItemsTask: pkg:/components/home/LoadItemsTask.brs(55)
userSettings = m.global.session.user.settings

Ref #1164

@cewert cewert added the bug-fix This fixes a bug. label Nov 8, 2024
@cewert cewert requested a review from a team as a code owner November 8, 2024 14:47
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
None yet
Development

Successfully merging this pull request may close these issues.

2 participants