We encountered a problem

CMetaAsync internal error: cannot access local variable 'ind' where it is not associated with a value
concurrent.futures.process._RemoteTraceback: 
"""
Traceback (most recent call last):
  File "/home/azureuser/.local/share/uv/python/cpython-3.14.0-linux-x86_64-gnu/lib/python3.14/concurrent/futures/process.py", line 254, in _process_worker
    r = call_item.fn(*call_item.args, **call_item.kwargs)
  File "/home/azureuser/fggwork5/ctuning-ai-server/.venv/lib/python3.14/site-packages/cmeta/core_async.py", line 82, in _access_worker
    return cmeta.access(params)
           ~~~~~~~~~~~~^^^^^^^^
  File "/home/azureuser/fggwork5/ctuning-ai-server/.venv/lib/python3.14/site-packages/cmeta/core.py", line 775, in access
    result = func(command_params)
  File "/home/azureuser/fggwork5/ctuning-ai-server/CMR/repos/ctuninglabs@cmeta-ctuning-platform/repo/category/cserver.ctuning.ck.challenge/api/v1.py", line 90, in web
    return v1_1._web(self, **params)
           ~~~~~~~~~^^^^^^^^^^^^^^^^
  File "/home/azureuser/fggwork5/ctuning-ai-server/CMR/repos/ctuninglabs@cmeta-ctuning-platform/repo/category/cserver.ctuning.ck.challenge/api/v1_1.py", line 299, in _web
    {str(ind)}) {prefix}{name_item}
         ^^^
UnboundLocalError: cannot access local variable 'ind' where it is not associated with a value
"""

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/home/azureuser/fggwork5/ctuning-ai-server/.venv/lib/python3.14/site-packages/cmeta/core_async.py", line 153, in access
    return await self._loop.run_in_executor(self._executor, func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
UnboundLocalError: cannot access local variable 'ind' where it is not associated with a value


If this problem persists, please contact us !