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
In the past, when running mdk precheck, it was waiting for the response and printed result.
It stopped working at some moment. I can't recall if it was when we moved to Python 3 or due to some change in Jenkins. But it now fails with:
$ mdk precheck
Invoking the build on the CI server...
ConnectionError: HTTPSConnectionPool(host='integration.moodle.org', port=443): Max retries exceeded with url: /queue/item/2002395/api/python (Caused by ProtocolError('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')))
The job itself is created and can be checked in Jenkins. But it was more convenient to get results printed by mdk itself.
The text was updated successfully, but these errors were encountered:
In the past, when running
mdk precheck
, it was waiting for the response and printed result.It stopped working at some moment. I can't recall if it was when we moved to Python 3 or due to some change in Jenkins. But it now fails with:
$ mdk precheck
Invoking the build on the CI server...
ConnectionError: HTTPSConnectionPool(host='integration.moodle.org', port=443): Max retries exceeded with url: /queue/item/2002395/api/python (Caused by ProtocolError('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')))
The job itself is created and can be checked in Jenkins. But it was more convenient to get results printed by mdk itself.
The text was updated successfully, but these errors were encountered: