Skip to content
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

Error is misleading when a value isn't found for a runner #7

Open
chadfawcett opened this issue Aug 8, 2024 · 1 comment
Open

Error is misleading when a value isn't found for a runner #7

chadfawcett opened this issue Aug 8, 2024 · 1 comment
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@chadfawcett
Copy link
Contributor

In #5 the error eluded to the runners input needing to be a string of comma separated runner ids even though that was properly provided.

The actual issue was that there was no env value set for the runner id. It appears the error handling for the comma separated string doesn't accept hyphens (-) in the runner ID, even though this seems to work with the program, so it outputs the wrong error message.

@chadfawcett chadfawcett added bug Something isn't working good first issue Good for newcomers labels Aug 9, 2024
@RyanHecht
Copy link

Reach: Low -- custom autograding must be in use, 0

Impact: High -- misleading error message, unclear how the user unblocks themselves, 2

Confidence: High, we know what the problem: 1

Effort: Low, 1

priority: 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants