recalapp / recal

First a COS 333 project, now a very popular tool at Princeton for course selection
http://recal.io
MIT License
12 stars 3 forks source link

Scraper not obtaining courses #334

Closed panchr closed 6 years ago

panchr commented 6 years ago
>>> from course_selection.scrape_all import get_all_courses
>>> get_all_courses()
Scraping for semester 1182
0 new courses
0 total courses
0 new sections
0 total sections
0 new meetings
0 total meetings
0 new professors
0 total professors
0 new listings
0 total listings
----------------------------------
Scraping for semester 1184
0 new courses
0 total courses
0 new sections
0 total sections
0 new meetings
0 total meetings
0 new professors
0 total professors
0 new listings
0 total listings
----------------------------------

This is likely related to #333. I am trying to locate the source of this bug now and will update as information is found.

panchr commented 6 years ago

Caused by registrar's website changing the format of departments. I have a fix incoming that will be pushed tomorrow morning!