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
Dear authors,
Thanks for your project.
I am running your service for testing code. However, when the student clicks the "Check Answer", the pop-up shows "There is some problem. Try later."
Error information from Server log
requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=55555): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f690c24e358>: Failed to establish a new connection: [Errno 111] Connection refused',))
[18/Jun/2021 08:19:47] "POST /exam/721/check/1/2/62/55/ HTTP/1.1" 500 217193
I run the service by "invoke serve"
Please help me to check it. Thank you very much for supporting.
The text was updated successfully, but these errors were encountered:
Dear authors,
Thanks for your project.
I am running your service for testing code. However, when the student clicks the "Check Answer", the pop-up shows "There is some problem. Try later."
requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=55555): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f690c24e358>: Failed to establish a new connection: [Errno 111] Connection refused',))
[18/Jun/2021 08:19:47] "POST /exam/721/check/1/2/62/55/ HTTP/1.1" 500 217193
I run the service by "invoke serve"
Please help me to check it. Thank you very much for supporting.
The text was updated successfully, but these errors were encountered: