Bug
| Bug ID Number | BUG-000131947 |
|---|---|
| Submitted | June 30, 2020 |
| Last Modified | June 5, 2024 |
| Applies to | ArcGIS API for Python |
| Version found | 1.7.1 |
| Operating System | Windows OS |
| Operating System Version | 10.0 |
| Status | Non-Reproducible |
Edit the _system.py file within the default directory ‘C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\Lib\site-packages\arcgis\gis\server\admin’.
Change line 185 from ‘postdata=params’ to ‘params=params’.
Run this alternate code:
from arcgis.gis import GIS
gis = GIS("Pro")
gis_servers = gis.admin.servers.list()
server = gis_servers[0]
license_feature = server.system.licenses['features']
print(license_feature)
Bug ID: BUG-000131947
Software:
Get help from ArcGIS experts
Download the Esri Support App