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

feat: adding Python 3.12 support for Xqueue #30

Merged
merged 1 commit into from
May 3, 2024

Conversation

jfavellar90
Copy link
Collaborator

This PR aims to close #29

@FahadKhalid210
Copy link

Tested this branch locally and image building is successful.

@DawoudSheraz
Copy link

I have also tested the image build on local and it is working fine. However, when I attempted an xqueue problem (took the example from Readme), when the answer was submitted, there was never a response back. The spinner would keep on loading on Submitting state, even after refreshing the page. Not sure if it is due to this image or a general problem with xqueue configuration.

@jfavellar90
Copy link
Collaborator Author

jfavellar90 commented May 2, 2024

I have also tested the image build on local and it is working fine. However, when I attempted an xqueue problem (took the example from Readme), when the answer was submitted, there was never a response back. The spinner would keep on loading on Submitting state, even after refreshing the page. Not sure if it is due to this image or a general problem with xqueue configuration.

@DawoudSheraz I followed the same procedure as detailed in the readme and got the submission working. Could you please develop a bit more on the problem you experienced? is Xqueue throwing any error logs? I don't have any special configuration for Xqueue in my local Tutor instance.

@DawoudSheraz
Copy link

I have also tested the image build on local and it is working fine. However, when I attempted an xqueue problem (took the example from Readme), when the answer was submitted, there was never a response back. The spinner would keep on loading on Submitting state, even after refreshing the page. Not sure if it is due to this image or a general problem with xqueue configuration.

@DawoudSheraz I followed the same procedure as detailed in the readme and got the submission working. Could you please develop a bit more on the problem you experienced? is Xqueue throwing any error logs? I don't have any special configuration for Xqueue in my local Tutor instance.

I think it might have something to do with dev configuration. When I first attempt tutor xqueue submissions show, the CLI runs into ConnectionRefused error. I then had to do this explicit export export TUTOR_XQUEUE_URL=http://xqueue.local.edly.io:8000 to set the correct xqueue URL. But when I attempt submission show again, it runs into 404 (showing http://xqueue.local.edly.io:8000/xqueue/login is not found -- for some reason, it seems it is hitting LMS and not xqueue). Anyways, it might have something to do with my config. @FahadKhalid210 tried with local context and it is working on his side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

3 participants