SRR1_backscatter-20 MGRS-EODC job issue

I tried to run the SRR1_notebook backscatter-20 MGRS-EODC but when I create the batch job it doesn’t start:

OpenEoApiError Traceback (most recent call last)
/tmp/ipykernel_3333/583949174.py in
3 if job_id_ard:
4 print(“Batch job created with id: “,job_id_ard)
----> 5 job_eodc_ard.start_job()
6 else:
7 print(“Error! Job ID is None”)
/opt/conda/lib/python3.9/site-packages/openeo/rest/job.py in start_job(self)
68 “”” Start / queue a job for processing.”“”
69 # POST /jobs/{job_id}/results
—> 70 self.connection.post(“/jobs/{}/results”.format(self.job_id), expected_status=202)
71
72 def stop_job(self):

/opt/conda/lib/python3.9/site-packages/openeo/rest/connection.py in post(self, path, json, **kwargs)
158 :return: response: Response
159 “”"
→ 160 return self.request(“post”, path=path, json=json, allow_redirects=False, **kwargs)
161
162 def delete(self, path, **kwargs) → Response:

/opt/conda/lib/python3.9/site-packages/openeo/rest/connection.py in request(self, method, path, headers, auth, check_error, expected_status, **kwargs)
106 expected_status = ensure_list(expected_status) if expected_status else
107 if check_error and status >= 400 and status not in expected_status:
→ 108 self._raise_api_error(resp)
109 if expected_status and status not in expected_status:
110 raise OpenEoRestError(“Got status code {s!r} for {m} {p} (expected {e!r})”.format(

/opt/conda/lib/python3.9/site-packages/openeo/rest/connection.py in _raise_api_error(self, response)
137 else:
138 exception = OpenEoApiError(http_status_code=status_code, message=text)
→ 139 raise exception
140
141 def get(self, path, stream=False, auth: AuthBase = None, **kwargs) → Response:

OpenEoApiError: [500] unknown: [500] 500: Job jb-f87d4d22-a5ac-4edd-932a-0a9105621ab3 could not be started.`

I don’t understand what can be the issue.

Thank you for the support!

Thank you for reporting this. We are currently working on fixing this problem. We will inform you, once this is solved.

Perfect, thanks

This should be solved now and starting the jobs should work again.

1 Like