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

[EXECUTOR] Ensure Runtime displays Python errors regarding studentcode #251

Open
DanielMolina24 opened this issue Oct 28, 2021 · 2 comments
Labels
bug Something isn't working high-priority Issues that should be fixed as soon as possible.

Comments

@DanielMolina24
Copy link
Contributor

During competition, there were instances where the student code wasn't importing due to python errors. The error here makes sense, the real issue lies in that Runtime was not displaying that the student code was not being uploaded due to said Python issues.

@DanielMolina24 DanielMolina24 added the bug Something isn't working label Oct 28, 2021
@benliao1 benliao1 added the high-priority Issues that should be fixed as soon as possible. label Jul 21, 2022
@domlet
Copy link

domlet commented Apr 28, 2023

We (the CCPA team) are experiencing this issue right now:

Could not import student code file: studentcode

@domlet
Copy link

domlet commented Apr 29, 2023

We resolved the issue by moving all references to Gamepad out of autonomous functions and out of global scope. (We were trying to declare some variables globally; this was causing some calls that were not allowed.)

@benliao1 benliao1 changed the title Ensure Runtime displays Python errors regarding studentcode [EXECUTOR] Ensure Runtime displays Python errors regarding studentcode Jun 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working high-priority Issues that should be fixed as soon as possible.
Projects
None yet
Development

No branches or pull requests

3 participants