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 clone a dashboard. I've cloned other dashboards before without this happening.
It's very basic dashboard with one map and a gauge and date picker. It's just for testing. It's published and has an id and works via portal.
Is there something that was missed in the construction that is causing this?
To Reproduce
Steps to reproduce the behavior:
fromarcgis.gisimportGISid="71cf8cc7573f400b845ce79a772d7b2a"#actual id of dashboardsrc=GIS(url=url,
username=username,
password=password,
verify_cert=True)
trg=GIS(url=url,
username=username2,
password=password2,
verify_cert=True)
db=src.content.get(id)
trg.content.clone_items(items=[db])
Platform (please complete the following information):
OS: [e.g. iOS] Windows 11
Browser [e.g. chrome, safari]
Python API Version [e.g. 1.6.2] (you can get this by typing print(arcgis.__version__) arcgis V 2.4.0
EDIT: added lines to make example py more accurate. Was missing lines and was more like pseudocode and could have suggest the error was just due to that.
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm trying to clone a dashboard. I've cloned other dashboards before without this happening.
It's very basic dashboard with one map and a gauge and date picker. It's just for testing. It's published and has an id and works via portal.
Is there something that was missed in the construction that is causing this?
To Reproduce
Steps to reproduce the behavior:
Error:
Platform (please complete the following information):
1.6.2
] (you can get this by typingprint(arcgis.__version__)
arcgis V 2.4.0EDIT: added lines to make example py more accurate. Was missing lines and was more like pseudocode and could have suggest the error was just due to that.
The text was updated successfully, but these errors were encountered: