GDG-Korea / GoogleDevelopersLive

This application is able to watch Google Developers Live page's youtube video and scheduled programs.
https://play.google.com/store/apps/details?id=com.proinlab.gdlapp
45 stars 28 forks source link

App carshes when i open a video!! #40

Open Alaswadi opened 11 years ago

Alaswadi commented 11 years ago

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...

dalinaum commented 11 years ago

Can you post some logcat logs?

proin commented 11 years ago

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