You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to view the schedules for a class an error message stating "TypeError: Cannot read properties of null (reading 'boxList')" pops up. No schedule is shown. This error is only shown on weeks there are lessons.
To reproduce:
Go to schedule at berzan.js
Enter any valid class ID and a week with lessons
The text was updated successfully, but these errors were encountered:
Hi! Thanks for the issue. I'm aware that viewing the schedule broke at some point due to some change in Skola24's backend, but when I looked into it fixing the problem seemed non-trivial. Surely I could make it happen, but I haven't been a student at Berzan for a few years so I don't really have the context necessary to fix it readily available.
With that said, what I'd need to know is:
What are some examples of valid class IDs now?
What is the address to the website where you view your schedule now?
Not sure when I'll fix it (depends on how much they've changed), but I'll look at it.
Thanks for having done such great work on the website.
Here's the answers to your questions.
Class IDs follow the pattern of NAxxY_BER and TExxZ_BER. xx is the last two digits of the year that class started, with valid ones right now being 22, 23, 24. Y is a letter from A through E. Z is a letter from F through J. Some examples are NA22A_BER, NA23C_BER and TE24J_BER.
When trying to view the schedules for a class an error message stating "TypeError: Cannot read properties of null (reading 'boxList')" pops up. No schedule is shown. This error is only shown on weeks there are lessons.
To reproduce:
The text was updated successfully, but these errors were encountered: