kevindeland / RoboTutor

Other
1 stars 0 forks source link

FREEZE - Fix freezing issue in control (and possibly intervention) apk #32

Closed kevindeland closed 5 years ago

kevindeland commented 5 years ago

it’s almost all on stories freezes on entry to stories freezes on exit from a story

kevindeland commented 5 years ago

possibilities:

try it with:

kevindeland commented 5 years ago

java.lang.NullPointerException: Attempt to invoke virtual method 'int java.lang.Integer.intValue()' on a null object reference 2019-11-01 16:16:36.901 18528-18528/? W/System.err: at cmu.xprize.robotutor.tutorengine.util.StudentDataModelCSV.col(StudentDataModelCSV.java:111) 2019-11-01 16:16:36.901 18528-18528/? W/System.err: at cmu.xprize.robotutor.tutorengine.util.StudentDataModelCSV.getTimesPlayedTutor(StudentDataModelCSV.java:379) 2019-11-01 16:16:36.901 18528-18528/? W/System.err: at cmu.xprize.robotutor.tutorengine.widgets.core.TActivitySelector.doTutorLaunchWithVideosAndStuff(TActivitySelector.java:611) 2019-11-01 16:16:36.901 18528-18528/? W/System.err: at cmu.xprize.robotutor.tutorengine.widgets.core.TActivitySelector.doButtonBehavior(TActivitySelector.java:514) 2019-11-01 16:16:36.901 18528-18528/? W/System.err: at cmu.xprize.comp_session.CActivitySelector$Queue.run(CActivitySelector.java:246) 2019-11-01 16:16:36.901 18528-18528/? W/System.err: at android.os.Handler.handleCallback(Handler.java:790) 2019-11-01 16:16:36.901 18528-18528/? W/System.err: at android.os.Handler.dispatchMessage(Handler.java:99) 2019-11-01 16:16:36.901 18528-18528/? W/System.err: at android.os.Looper.loop(Looper.java:164) 2019-11-01 16:16:36.901 18528-18528/? W/System.err: at android.app.ActivityThread.main(ActivityThread.java:6494) 2019-11-01 16:16:36.901 18528-18528/? W/System.err: at java.lang.reflect.Method.invoke(Native Method) 2019-11-01 16:16:36.901 18528-18528/? W/System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438) 2019-11-01 16:16:36.901 18528-18528/? W/System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:807)

kevindeland commented 5 years ago

image

image

image

kevindeland commented 5 years ago

_videoId=storypic maps to _getTimesPlayedKey(tutor="storypic") maps to _col(key="story_pic_TIMESPLAYED") sooo.... damn, KEYS_LIST should have a lot more columns!

kevindeland commented 5 years ago

enum videos { read, cloze, story_pic, asm, akira, bpop, write, sentence_writing, numberscale, picmatch, spelling, countingx, bigmath_add, bigmath_sub, numcompare, pv1, pv2, pv3};

kevindeland commented 5 years ago

resolved, wait for judith to test