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://f4fwrapper.slices-be.eu/apis/bi.slices.eu/v1/machines/' 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 148, in step yield File "/opt/slices-monitor-worker/src/slices-monitor-test-runner/src/slices_monitor_test_runner/test_runners/slices_list_machines.py", line 57, in run total_count, available_count = self._list_machines() ~~~~~~~~~~~~~~~~~~~^^ File "/opt/slices-monitor-worker/src/slices-monitor-test-runner/src/slices_monitor_test_runner/test_runners/slices_list_machines.py", line 26, in _list_machines machines = list(self._bi_client().machine.list()) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/opt/slices-monitor-worker/worker-venv/lib/python3.14/site-packages/slices_clientlib_bi/bi_machine.py", line 120, in list return PagedCollection("machine", Machine, self._base_path, self._client, params) 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: Internal Server Error