Traceback (most recent call last): File "/opt/slices-monitor-worker/worker-venv/lib/python3.14/site-packages/slices_clientlib_core/util/pagination.py", line 90, in __init__ response.raise_for_status() ~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/opt/slices-monitor-worker/worker-venv/lib/python3.14/site-packages/httpx/_models.py", line 829, in raise_for_status raise HTTPStatusError(message, request=request, response=self) httpx.HTTPStatusError: Server error '500 Internal Server Error' for url 'https://slices-bi.iotlab.com/apis/bi.slices.eu/v1/flavors/' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/500 The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/opt/slices-monitor-worker/src/slices-monitor-test-runner/src/slices_monitor_test_runner/test_runners/test_runner_base.py", line 154, in step yield File "/opt/slices-monitor-worker/src/slices-monitor-test-runner/src/slices_monitor_test_runner/test_runners/slices_bi_health_check.py", line 82, in run self._check_flavors() ~~~~~~~~~~~~~~~~~~~^^ File "/opt/slices-monitor-worker/src/slices-monitor-test-runner/src/slices_monitor_test_runner/test_runners/slices_bi_health_check.py", line 39, in _check_flavors flavors = list(self._bi_client().flavor.list()) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/opt/slices-monitor-worker/worker-venv/lib/python3.14/site-packages/slices_clientlib_bi/bi_flavor.py", line 239, in list res.append(PagedCollection("flavor", AnyFlavor, f"{self.API_BASE_PATH}flavors/", self._client)) # pyright: ignore [reportArgumentType] ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/slices-monitor-worker/worker-venv/lib/python3.14/site-packages/slices_clientlib_core/util/pagination.py", line 93, in __init__ raise from_httpx_exception(err) from err slices_clientlib_core.base.exceptions.ServiceException: ServiceException (for GET https://slices-bi.iotlab.com/apis/bi.slices.eu/v1/flavors/): Internal Server Error