Closed productsystem closed 1 month ago
Looking into this, when I print(table)
, this is what I get (completely empty table)
Day Name | 8:0:AM-8:55:AM | 9:0:AM-9:55:AM | 10:0:AM-10:55:AM | 11:0:AM-11:55:AM | 12:0:PM-12:55:PM | 2:0:PM-2:55:PM | 3:0:PM-3:55:PM | 4:0:PM-4:55:PM | 5:0:PM-5:55:PM |
Mon | |||||||||
Tue | |||||||||
Wed | |||||||||
Thur | |||||||||
Fri |
Upon further investigation, I saw that on my ERP the timetable is being fetched from POST /student_timetable.jsp
rather than POST /view_stud_time_table.jsp
(which is what's in the code). I changed the URL in the code accordingly, and now it works as intended.
I am not sure however if this url works for all years students.
From what it looks like, erp fetches it timetable data from a different endpoint for first year students
I suspect it may be because of the new curriculum for admission batch 2024 onwards
nah thats how erp is
The reason is:
/view_stud_time_table.jsp
: is deprecated. Still works for non-freshmen./student_timetable.jsp
: is the new one, which works for everyone.
Time table Document
1st year, Phy sem
Probable cause
Multiple classes in one slot (actual timetable shared on teams).
Observed Behaviour
No classes are added but insti holidays are.