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
{{ message }}
This repository was archived by the owner on Oct 7, 2025. It is now read-only.
As a note, I was adding a timeout parameter manually to http post request before when manual build was allowed. Now, due to the setup error reported in issue#57 does not allow manual build any longer.
IMS server has a tendency to hang in many different reasons, so image upload function needs a parameter to time out http post request.
Please add it to the upload method and pass it to http post method.
== current method signature ==
def upload_image(self, upload_host, filename, id_storage, id_project=None,
properties=None, sync=False, protocol=None):
As a note, I was adding a timeout parameter manually to http post request before when manual build was allowed. Now, due to the setup error reported in issue#57 does not allow manual build any longer.