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

[PE-D][Tester B] Null error message will get repeatedly outputted even on valid input #112

Closed
nus-pe-script opened this issue Apr 6, 2024 · 0 comments · Fixed by #131
Closed
Assignees
Milestone

Comments

@nus-pe-script
Copy link

Null error message will get repeatedly outputted even on valid input

  • After a specific invalid input, subsequent valid inputs will still keep outputting the same null error message

Steps to reproduce

  • Enter an invalid category input: 10
  • When asked for a valid number within the range [1 to 9], enter 0
  • Command will exit with null error:
    •   An error occurred with the message: null
        Please check your command Syntax.
         If you need assistance use `help` command to know further about each command syntax.```
      
    • Null error message has an additional space before If you need assistance
  • Entering a subsequent valid command will still contain the persistent error message.

Expected

Command works as intended with no errors.

Actual

Command works as intended but null error message persists.

Screenshots

image.png


Labels: type.FunctionalityBug severity.Low
original: L5-Z/ped#3

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

Successfully merging a pull request may close this issue.

2 participants