You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
evey time i run the app, everything goes ok, but when i try to open a video the app carshes, i wrote try catch exceptions everywhere but got nothing...
The text was updated successfully, but these errors were encountered:
java.lang.StringIndexOutOfBoundsException: length=23205; regionStart=0; regionLength=-1
at java.lang.String.startEndAndLength(String.java:593)
at java.lang.String.substring(String.java:1474)
at com.proinlab.gdlapp.Schedule$2.run(Schedule.java:115)
at java.lang.Thread.run(Thread.java:856)
It caused by parsing process.. I will fix that as soon as possible
evey time i run the app, everything goes ok, but when i try to open a video the app carshes, i wrote try catch exceptions everywhere but got nothing...
The text was updated successfully, but these errors were encountered: