tst icon indicating copy to clipboard operation
tst copied to clipboard

Bug on assign.

Open sormany opened this issue 8 years ago • 2 comments

This error occurred when running the tst assign [email protected] I was in the activity directory.

tst: fatal: server response
{
  "messages": [
    "Bad request",
    "Key path element must not be incomplete: [Group: ]",
    "BadRequestError"
  ],
  "error": 400
}

sormany avatar Oct 04 '16 18:10 sormany

Reviewing the procedures, I check the config.json file. The line that identifies the discipline of the group is missing: "current_group": "prog1-20161" I can not change under the risk of corrupting the file.

sormany avatar Oct 04 '16 18:10 sormany

After changing the server to http://tst-online.appspot.com, the error still occurs.

tst: fatal: server response
{
  "messages": [
    "Oops, it seems you encountered an internal error!",
    "",
    "MissingUnitException",
    "Please contact developers."
  ],
  "error": 500
}

Question: How can I assign an activity without indicating the unit to which it belongs?

sormany avatar Oct 04 '16 19:10 sormany