Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

xqueue is not working #19

Open
vthily opened this issue Jul 1, 2021 · 0 comments · Fixed by #18
Open

xqueue is not working #19

vthily opened this issue Jul 1, 2021 · 0 comments · Fixed by #18

Comments

@vthily
Copy link

vthily commented Jul 1, 2021

Description:

Xqueue is not working.

  • Xqueue plugin is enabled and configured in LMS.
  • When user submit the code, it should be delivered and pushed to the database.
  • Xqueue-watcher (external grader) will pull the code from the database, grade, and return the result to the LMS.

Expected behavior:

With correct queue name, and configure for xqueue-watcher, user should able to submit the code, seeing the result (pass or fail).

Actual behavior:

When submit the the code, user got the error message:
Unable to deliver your submission to grader (Reason: login_required). Please try again later.

Other notes:

  • It was working with Python course in Spring 2021
  • Using edx-platform code from branch open-release/gotit.master (search for keyword XQueueInterface)
    common/lib/capa/capa/xqueue_interface.py
  • Using lms-infrastructure repo to build the image, change/update the configuration in configmaps. Link
  • Use overhang-tutor to deploy.
  • xqueue: https://github.com/overhangio/tutor-xqueue (image: overhangio/openedx-xqueue:11.0.0)
@vthily vthily linked a pull request Jul 1, 2021 that will close this issue
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant