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
{{ message }}
This repository was archived by the owner on Apr 15, 2024. It is now read-only.
index, node_data = self.consul_api.catalog.node(node, dc=datacenter)
File "/nix/store/syk8xm6qgz0hqxb3gnazx9gvw70sh9ny-python3-3.8.6-env/lib/python3.8/site-packages/consul/base.py", line 1390, in node
params['token'] = token
TypeError: list indices must be integers or slices, not str
It seems this line was missed in bb2647b - editing to use .append instead fixes the issue: