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
38 sites on the dev server, so not one of my big prod clusters, but still shouldn't be a recursion depth error:
Traceback (most recent call last):
File "/Users//Library/Application Support/JetBrains/PyCharmCE2020.2/scratches/scratch.py", line 12, in <module>
t_server.query_sites()
File "/Users//venv/lib/python3.7/site-packages/tableau_tools/tableau_rest_api/methods/_lookups.py", line 10, in __getattr__
return getattr(self.rest_api_base, attr)
File "/Users//venv/lib/python3.7/site-packages/tableau_tools/tableau_rest_api/methods/_lookups.py", line 10, in __getattr__
return getattr(self.rest_api_base, attr)
File "/Users//venv/lib/python3.7/site-packages/tableau_tools/tableau_rest_api/methods/_lookups.py", line 10, in __getattr__
return getattr(self.rest_api_base, attr)
[Previous line repeated 330 more times]
RecursionError: maximum recursion depth exceeded while calling a Python object
Process finished with exit code 1
The text was updated successfully, but these errors were encountered:
Tried using query_users() and query_sites() with the same result.
38 sites on the dev server, so not one of my big prod clusters, but still shouldn't be a recursion depth error:
The text was updated successfully, but these errors were encountered: