morinted / schedule-generator

A schedule generator for the University of Ottawa written in Java, using OCSF.
63 stars 19 forks source link

Some sections not being correctly scraped #46

Closed davidschlachter closed 4 years ago

davidschlachter commented 4 years ago

e.g. MAT1348, as can be seen by double-clicking the course in the list of added courses. When this happens, no schedules can be generated and the program fails silently.

In this case it looks like the lectures are missing for one section and maybe the DGDs haven't been separated into the right sections.

2019-12-11-181854_2560x1440_scrot

davidschlachter commented 4 years ago

This sort of situation should be tested for as described in #47.

davidschlachter commented 4 years ago

This was partially resolved server-side in 903b77385e4a7fd7317037e864b9fb17c8af68cc. However, the missing lectures are due to a change on the uOttawa site (fix in progress).