nataniayp / pe

0 stars 0 forks source link

Wrong error message when adding a skill value #7

Open nataniayp opened 2 years ago

nataniayp commented 2 years ago

image.png

Steps to reproduce:

Error message shows 'GAME_ID provided is not linked to a friend', although GAME_ID should not have been found in the first place because it does not exist.

nus-pe-bot commented 2 years ago

Team's Response

Result

We are rejecting this bug.

Rationale

The error message does describe the error correctly - that indeed the gameId has not been linked to the game. Hence, the message provides correct information to the user and is not a bug.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: I think the developer team might have misread my explanation. The GAME_ID is not even in the database in the first place -- the correct ID stored is 'valorant' (as stated in the screenshot) instead of 'valo'.

The right error message should have been: "The GAME_ID does not exist." because it is an invalid GAME_ID.

However, the error message shown was: "GAME_ID provided is not linked to a friend." indicating that the GAME_ID actually existed, but it was not linked to 'tttt' (a FRIEND_ID) although in reality, the GAME_ID itself did not exist.

Hence, I still believe that this is a bug.