╭───────────────────── Traceback (most recent call last) ──────────────────────╮ │ /opt/slices-monitor-worker/slices-cli-venv/lib/python3.14/site-packages/slic │ │ es_clientlib_core/util/pagination.py:90 in __init__ │ │ │ │ 87 │ │ except HttpxConnectError as err: │ │ 88 │ │ │ raise ApiConnectError(url) from err │ │ 89 │ │ try: │ │ ❱ 90 │ │ │ response.raise_for_status() │ │ 91 │ │ │ self._first_page = self._decoder.decode(response.content) │ │ 92 │ │ except HTTPError as err: │ │ 93 │ │ │ raise from_httpx_exception(err) from err │ │ │ │ /opt/slices-monitor-worker/slices-cli-venv/lib/python3.14/site-packages/http │ │ x/_models.py:829 in raise_for_status │ │ │ │ 826 │ │ } │ │ 827 │ │ error_type = error_types.get(status_class, "Invalid status co │ │ 828 │ │ message = message.format(self, error_type=error_type) │ │ ❱ 829 │ │ raise HTTPStatusError(message, request=request, response=self │ │ 830 │ │ │ 831 │ def json(self, **kwargs: typing.Any) -> typing.Any: │ │ 832 │ │ return jsonlib.loads(self.content, **kwargs) │ ╰──────────────────────────────────────────────────────────────────────────────╯ HTTPStatusError: Server error '500 Internal Server Error' for url 'https://slices-bi.nitlab.uth.gr/apis/bi.slices.eu/v1/projects/proj_account.ilab t.imec.be_5pzabws7n79ydsagfg3vntg590/experiments/exp_expauth.ilabt.imec.be_01knd 8bcrwf6t8z16y04tc1s81/resources/' 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) ──────────────────────╮ │ /opt/slices-monitor-worker/slices-cli-venv/lib/python3.14/site-packages/slic │ │ es_cli_bi/commands/bi_helpers.py:83 in wrapper_handle_some_exceptions │ │ │ │ 80 │ def wrapper_handle_some_exceptions(*args, **kwargs): │ │ 81 │ │ """Function wrapper for handle_some_exceptions.""" # noqa: D4 │ │ 82 │ │ try: │ │ ❱ 83 │ │ │ return func(*args, **kwargs) │ │ 84 │ │ except ApiResponseError as e: │ │ 85 │ │ │ if e._httpx_status_error.response.status_code in ( │ │ 86 │ │ │ │ 502, │ │ │ │ /opt/slices-monitor-worker/slices-cli-venv/lib/python3.14/site-packages/slic │ │ es_cli_bi/commands/bi.py:1248 in destroy_resource │ │ │ │ 1245 │ """ │ │ 1246 │ exp = bi_get_experiment(ctx, experiment) │ │ 1247 │ │ │ ❱ 1248 │ resources_to_delete: Collection[ComputeResource] = _get_requested │ │ 1249 │ │ ctx, exp, resources, include_expired=False, include_terminate │ │ 1250 │ ) │ │ 1251 │ │ │ │ /opt/slices-monitor-worker/slices-cli-venv/lib/python3.14/site-packages/slic │ │ es_cli_bi/commands/bi.py:134 in _get_requested_bi_resources │ │ │ │ 131 │ │ │ ) │ │ 132 │ │ ) │ │ 133 │ │ │ ❱ 134 │ return [_get_resource(ctx, exp, resource_id) for resource_id in r │ │ 135 │ │ 136 │ │ 137 bi_app.add_typer( │ │ │ │ /opt/slices-monitor-worker/slices-cli-venv/lib/python3.14/site-packages/slic │ │ es_cli_bi/commands/bi.py:999 in _get_resource │ │ │ │ 996 │ │ │ ) │ │ 997 │ │ │ raise typer.Exit(code=1) from err │ │ 998 │ │ │ ❱ 999 │ resources = ctx.obj.get_bi_resources_api_by_experiment(experiment │ │ 1000 │ │ │ 1001 │ inactive_resource = None │ │ 1002 │ │ │ │ /opt/slices-monitor-worker/slices-cli-venv/lib/python3.14/site-packages/slic │ │ es_clientlib_bi/bi_resource.py:442 in list │ │ │ │ 439 │ │ if include_terminated is not None: │ │ 440 │ │ │ params["include_terminated"] = "true" if include_terminate │ │ 441 │ │ │ │ ❱ 442 │ │ return PagedCollection("resource", ComputeResource, self._base │ │ 443 │ │ │ 444 │ def reboot(self, resource_id: str, type: Literal["SOFT", "HARD"]): │ │ 445 │ │ """Reboot the resource.""" │ │ │ │ /opt/slices-monitor-worker/slices-cli-venv/lib/python3.14/site-packages/slic │ │ es_clientlib_core/util/pagination.py:93 in __init__ │ │ │ │ 90 │ │ │ response.raise_for_status() │ │ 91 │ │ │ self._first_page = self._decoder.decode(response.content) │ │ 92 │ │ except HTTPError as err: │ │ ❱ 93 │ │ │ raise from_httpx_exception(err) from err │ │ 94 │ │ │ 95 │ def __iter__(self) -> Iterator[T]: │ │ 96 │ │ """Create iterator over items.""" │ ╰──────────────────────────────────────────────────────────────────────────────╯ ServiceException: ServiceException (for GET https://slices-bi.nitlab.uth.gr/apis/bi.slices.eu/v1/projects/proj_account.ilabt .imec.be_5pzabws7n79ydsagfg3vntg590/experiments/exp_expauth.ilabt.imec.be_01knd8 bcrwf6t8z16y04tc1s81/resources/): Internal Server Error