-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ping_server
wrapper function randomly crashes.
#8
Comments
This could potentially be related to the following:
Might be worth looking into, especially if we want to keep this up 24/7. |
Looks like something happened around 2/13 ~4:08am which caused the program to stop working. The only thing that was interesting was that it was requesting courses just fine, then couldn't find anything for one course and decided to stop from there. |
Upon further inspection (i.e. staying up until 4am), it looks like WebReg does some form of maintenance at around 04:06am (in the screenshot above, the program is unable to get courses). During this time period, WebReg is inaccessible (e.g. when trying to access WebReg via browser like you normally would, the browser will eventually time out due to the request taking too long to process). At around 4:14am, WebReg comes out of maintenance (e.g. you can access it normally). |
For now, I'll close this issue. |
It looks like something went wrong when trying to
unwrap
here. For now, changed tounwrap_or_default
but I'm not sure if this will change anything.Error logs also shows that there was a core dumped message, so that's interesting.
Leaving this up as a reminder.
The text was updated successfully, but these errors were encountered: