anujd64 / Thunder

An Android app to stream and download your media stored in Google Drive in an Awesome way !!
GNU General Public License v3.0
345 stars 80 forks source link

Error #3

Closed mjain234 closed 2 years ago

mjain234 commented 2 years ago

Facing this error from a while, it happens whenever plays any video, sometimes the video gets played and sometimes it get crashed. It also crashes while switching to another app and coming back to Thunder app.

This is the error: FATAL EXCEPTION: Thread-2 Process: com.theflexproject.thunder, PID: 30315 java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String com.theflexproject.thunder.model.File.toString()' on a null object reference at com.theflexproject.thunder.fragments.MovieDetailsFragment$3.run(MovieDetailsFragment.java:149) at java.lang.Thread.run(Thread.java:1012)

anujd64 commented 2 years ago

This was happening because the nextPageToken and the pageIndex wasn't being reset while scannig subfolder. Has been fixed.