Menu

error in TVRageShowInfo

ugokanain
2008-05-18
2013-04-19
  • ugokanain

    ugokanain - 2008-05-18

    Just started getting a Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 1 error

    Don't know whether it is the correct solution, but seems to work:

    Changed line 408 (airTimeHour = tmp[1];) to read

    airTimeHour = tmp[0];

     
    • keyoh

      keyoh - 2008-06-01

      That probably happened because that show had a weird or no airtime for some reason.  There will be a fix in the next release.

       

Log in to post a comment.