Hi,
following https://clearml.slack.com/archives/C03E7MNDG3C/p1656488505708899 - I wanted to test my code, but Task.get_tasks() failed with SDK 1.6.0 and Server 1.5.0.
SmugDolphin23 , error code below:
tasks = Task.get_tasks(project_name='example') Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/vscode/.local/lib/python3.8/site-packages/clearml/task.py", line 982, in get_tasks return cls.__get_tasks(task_ids=task_ids, project_name=project_name, tags=tags, File "/home/vscode/.local/lib/python3.8/site-packages/clearml/task.py", line 3817, in __get_tasks queried_tasks = cls._query_tasks( File "/home/vscode/.local/lib/python3.8/site-packages/clearml/task.py", line 3846, in _query_tasks projects.GetAllRequest( File "/home/vscode/.local/lib/python3.8/site-packages/clearml/backend_api/services/v2_13/projects.py", line 1445, in __init__ super(GetAllRequest, self).__init__(**kwargs) File "/home/vscode/.local/lib/python3.8/site-packages/clearml/backend_api/session/request.py", line 23, in __init__ raise ValueError('Unsupported keyword arguments: %s' % ', '.join(kwargs.keys())) ValueError: Unsupported keyword arguments: search_hidden