You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have pushed commit with the changes that do the best thing we can currently do to notify user what is the problem. As commented on your PR force_encoding("UTF-8") does not solve the problem.
Right now when you submit some invalid C code the server responds with 500. You can check it with official demo https://api.judge0.com/dummy-client.html
This happens because gcc compilation message contains non UTF-8 characters.
This PR handles such characters and fixes the error - #128
The text was updated successfully, but these errors were encountered: