I tried to run the given testsubmit.py file in our server which runs PHP 7.4.4, and I got the following error:
A PHP Error was encountered
Severity: 8192
Message: array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead
Filename: controllers/Restapi.php
Line Number: 175
I fixed this by changing the corresponding conditional to:
I just posted here instead of GitHub because it seems that the CodeRunner admins are more active here. However, if you prefer, I can initiate a pull request in the repo. Thanks!