You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: IndicesClient.update_aliases() takes 1 positional argument but 2 positional arguments (and 2 keyword-only arguments) were given
File "warehouse/tasks.py", line 100, in __call__
return super().__call__(*(self.get_request(),) + args, **kwargs)
File "warehouse/tasks.py", line 76, in run
result = original_run(*args, **kwargs)
File "warehouse/search/tasks.py", line 198, in reindex
client.indices.update_aliases({"actions": actions})