biw / myCUinfo-API

An API for the myCUinfo system at CU Boulder

Home Page:http://mycuinfo.colorado.edu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't work with student who are in academic suspension

Pezhin opened this issue · comments

My friend fails courses during freshmen year and are taking special course this semester. The schedule in mycuinfo looks like this:
a0f5f26f-66e2-4b7a-954f-1b9496d7417e

This fails python with a error

      tempClass["startTime"] = dateAndTime[1].split("<")[0]
 IndexError: list index out of range

Could you post the whole schedule including Course Site, Credits, Status,
and Grade?

On Sat, Sep 5, 2015 at 1:18 PM, Pezhin notifications@github.com wrote:

My friend fails courses during freshmen year and are taking special course
this semester. The schedule in mycuinfo looks like this:
[image: a0f5f26f-66e2-4b7a-954f-1b9496d7417e]
https://cloud.githubusercontent.com/assets/11862132/9700849/3fdbf976-53d0-11e5-8ea4-20942829f661.png

This fails python with a error

  tempClass["startTime"] = dateAndTime[1].split("<")[0]

IndexError: list index out of range


Reply to this email directly or view it on GitHub
#3.

Not sure if this is still an issue, if it is, please comment again and we can open it back up.