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

Commands not working in Tutor Interactive Shell in web plugin #14

Closed
Abdul-Muqadim-Arbisoft opened this issue Feb 28, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@Abdul-Muqadim-Arbisoft
Copy link
Contributor

issue description
When attempting to use the help command within the Tutor interactive shell, the system returns an error message indicating that there is no such command as 'help'. Additionally, attempting to use a command like 'local launch' results in a similar error, followed by an unhandled exception in the event loop related to the Click context management.

Steps to Reproduce:
Enter the Tutor interactive shell.
Type help and press Enter.
Observe the error message: Error: No such command 'help'.
Type local launch or any existent command and press Enter.
Notice the exception related to Click's command resolution.

Expected Behavior:
The Tutor interactive shell should provide a list of available commands when the help command is entered.Or any existent commands like local launch, to run tutor should work
Actual Behavior:
The help command is not recognized, and an error message is displayed.
Entering existent commands leads to exceptions

@Abdul-Muqadim-Arbisoft Abdul-Muqadim-Arbisoft added the bug Something isn't working label Feb 28, 2024
@Abdul-Muqadim-Arbisoft Abdul-Muqadim-Arbisoft moved this from Pending Triage to In review in Tutor project management Feb 28, 2024
@hinakhadim
Copy link
Collaborator

Created PR #13

@Abdul-Muqadim-Arbisoft Abdul-Muqadim-Arbisoft moved this from In review to Done in Tutor project management Mar 21, 2024
@DawoudSheraz DawoudSheraz moved this from Done to In review in Tutor project management Mar 26, 2024
@github-project-automation github-project-automation bot moved this from In review to Done in Tutor project management Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

2 participants