-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
I'm not sure if this is a problem for anyone else starting up the autograder, but when I start it, it tries to rerun the submissions in the queue. However, it throws a NullPointerException saying
Cannot invoke "edu.byu.cs.model.User.repoUrl()" because "currentUser" is null
at edu.byu.cs.service.SubmissionService.reRunSubmissionsInQueue(SubmissionService.java:305)
Solving this would be a small null check on the currentUser before calling currentUser.repoUrl() on it.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers