Bug
| Bug ID Number | BUG-000161759 |
|---|---|
| Submitted | September 28, 2023 |
| Last Modified | June 5, 2024 |
| Applies to | ArcGIS API for Python |
| Version found | 2.1.1 |
| Operating System | N/A |
| Operating System Version | N/A |
| Version Fixed | 2.2.0 |
| Status | Fixed |
src/arcgis/gis/init.py:13605 is currently:
res["success"] == False:
Change it to:
if not res.get("exportItemId"):
Bug ID: BUG-000161759
Software:
Get help from ArcGIS experts
Download the Esri Support App