TestMyQt / Qt-CreatorTMC

Qt Creator plugin for TestMyCode (TMC) at University of Helsinki
https://testmycode.github.io
GNU Lesser General Public License v3.0
0 stars 1 forks source link

tmc-server error handling #61

Open kimmoal opened 6 years ago

kimmoal commented 6 years ago

TmcClient does not handle TMC errors very nicely. When deadline has passed you get 401 and "{\"error\":\"Submissions for this exercise are no longer accepted.\"}" as the error, but this is not displayed. Need to refactor tmcclient to handle these error messages properly.