France-ioi / AlgoreaBackend

Backend for the new Algorea platform
MIT License
1 stars 2 forks source link

Error 500 on new `save-grade` service #1089

Open smadbe opened 1 month ago

smadbe commented 1 month ago

In the new version of the save-grade service service: Apparently when the score_token is missing the idItemLocal attribute, it returns:

{
    "success": false,
    "message": "Internal Server Error",
    "error_text": "Interface conversion: interface {} is nil, not string"
}

As an 500 is unexpected, it should be fixed. (should be handled by validation)

(You may want to fix #1092 in the same fix)