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
I'm trying to run the sample script, move_workbook_sites.py, and am getting the following error:
Traceback (most recent call last): File "move_workbook_sites.py", line 100 in <module> main() File "move_workbook_sites.py", line 66, in main found_destination_site = any((True for site in all_sites if TypeError: 'PaginationItem' object is not iterable
What am I missing here? I haven't changed the sample code and am using Python 3.6.6.
I also succeeded in running the code move_workbook_projects.py using the same workbook.
The text was updated successfully, but these errors were encountered:
Fairly new to the tableauserverclient scripts.
I'm trying to run the sample script, move_workbook_sites.py, and am getting the following error:
Traceback (most recent call last): File "move_workbook_sites.py", line 100 in <module> main() File "move_workbook_sites.py", line 66, in main found_destination_site = any((True for site in all_sites if TypeError: 'PaginationItem' object is not iterable
What am I missing here? I haven't changed the sample code and am using Python 3.6.6.
I also succeeded in running the code move_workbook_projects.py using the same workbook.
The text was updated successfully, but these errors were encountered: