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

Prevent subtitle timeout crash #1950

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

Conversation

cewert
Copy link
Member

@cewert cewert commented Oct 1, 2024

Comes from roku.com crash log:

text             <uninitialized> 
url              roString refcnt=1 val:"http://192.168.1.30:8096/Videos/fb51ac18-d13f-7e61-7821-3ea889a4d2ed/fb51ac18d13f7e6178213ea88"... 
re               roRegex refcnt=1 
m                roAssociativeArray refcnt=2 count:16 
global           Interface:ifGloba$1 Local Variables: 
   file/line: pkg:/components/captionTask.brs(77) 
#0  Function fetchcaption() As Voi$1 Backtrace: 
Execution timeout (runtime error &h23) in pkg:/components/captionTask.brs(77)

which points to this line after running build-prod on 2.1.4:

text = m.reader.GetToString()

Issues

Ref #1164

@cewert cewert added the bug-fix This fixes a bug. label Oct 1, 2024
components/captionTask.bs Outdated Show resolved Hide resolved
@cewert cewert marked this pull request as ready for review October 5, 2024 15:53
@cewert cewert requested a review from a team as a code owner October 5, 2024 15:53
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.

1 participant