-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using querying.get_workbooks_dataframe(conn) it throws pagination error #108
Comments
Just experienced this error after Tableau Server upgrade to 2022.3 from older version.
I suggest checking if not experiencing error due to outdated module. |
I started experiencing the same issue even though I'm using |
@edgga what version is your server on, or are you using Tableau Online? I just successfully ran the Maybe good to verify that the account you are using to do the querying has permissions to at least 1 project/workbook in your environment, as it's possible the pagination error could be happening due to no content being available to paginate over. |
Getting the same error:
With Tableau Server version 2022.1 (API version 3.15) and tableau-api-lib-0.1.50 |
I am facing same error. How to resolve this issue ? |
We ended up resolving it by correcting the Site URL that we were using in our code. So, my only recommendation would be to double check and make sure the URL for API endpoint that your code is accessing is accurate. |
Exception has occurred: PaginationError
During handling of the above exception, another exception occurred:
The text was updated successfully, but these errors were encountered: