I have 2 students working on the end of unit 5 hackathon project in AP CSP. They are using the Netflix data columns to create an app that uses movie and tv show data from Netflix, filters the lists, and generates movie and tv show recommendations for the user. However there is a uistring error that I do not know how to fix that is preventing the app from running. Any assistance would be much appreciated. Thank you in advance.
Link to the project or level:
or
What I expect to happen:
An error generates on line 79: setText(“movieTitle”, filteredMovTitles[index]);
The student is trying to display the movie title in her app based on a filter function.
What actually happens:
The following error generates:
WARNING: Line: 79: setText() text parameter value (undefined) is not a uistring.
ERROR: Line: 79: TypeError: Cannot read properties of undefined (reading ‘toString’)
What I’ve tried:
I am not sure how to help this student debug this error. Any suggestions or help would be much appreciated