Extending Experiment container from 2026-02-27 19:11 CET to 2026-02-27 20:11 CET... ╭───────────────────── 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:1924 in extend_resource │ │ │ │ 1921 │ │ _check_extend_resources(ctx, exp, new_expires_at, []) │ │ 1922 │ else: │ │ 1923 │ │ # extend only the specified resources │ │ ❱ 1924 │ │ _extend_resources(ctx, exp, new_expires_at, resource_objects) │ │ 1925 │ │ _check_extend_resources(ctx, exp, new_expires_at, resources) │ │ 1926 │ raise typer.Exit(0) │ │ 1927 │ │ │ │ /opt/slices-monitor-worker/slices-cli-venv/lib/python3.14/site-packages/slic │ │ es_cli_bi/commands/bi.py:1780 in _extend_resources │ │ │ │ 1777 │ # TODO: bvermeul, this currently allows shortening (which is not │ │ 1778 │ for res in resources: │ │ 1779 │ │ try: │ │ ❱ 1780 │ │ │ task = ctx.obj.get_bi_resources_api_by_experiment(exp).up │ │ 1781 │ │ except NotFoundException: # noqa: PERF203 │ │ 1782 │ │ │ err_console.print(f"[red]{res.friendly_name} ({res.id}) w │ │ 1783 │ │ │ has_errors = True │ │ │ │ /opt/uv-python-installs/cpython-3.14.1-linux-x86_64-gnu/lib/python3.14/_py_w │ │ arnings.py:800 in wrapper │ │ │ │ 797 │ │ │ @functools.wraps(arg) │ │ 798 │ │ │ def wrapper(*args, **kwargs): │ │ 799 │ │ │ │ _wm.warn(msg, category=category, stacklevel=stacklevel │ │ ❱ 800 │ │ │ │ return arg(*args, **kwargs) │ │ 801 │ │ │ │ │ 802 │ │ │ if inspect.iscoroutinefunction(arg): │ │ 803 │ │ │ │ wrapper = inspect.markcoroutinefunction(wrapper) │ │ │ │ /opt/slices-monitor-worker/slices-cli-venv/lib/python3.14/site-packages/slic │ │ es_clientlib_bi/bi_resource.py:337 in update │ │ │ │ 334 │ │ │ │ 335 │ │ try: │ │ 336 │ │ │ response.raise_for_status() │ │ ❱ 337 │ │ │ return _response_status_or_status_list_to_list(response)[0 │ │ 338 │ │ except HTTPError as err: │ │ 339 │ │ │ raise from_httpx_exception(err) from err │ │ 340 │ ╰──────────────────────────────────────────────────────────────────────────────╯ TypeError: 'TaskStatus' object is not subscriptable