Bug
| Bug-ID-Nummer | BUG-000131947 |
|---|---|
| Eingereicht | June 30, 2020 |
| Zuletzt geändert | June 5, 2024 |
| Gilt für | ArcGIS API for Python |
| Gefunden in Version | 1.7.1 |
| Betriebssystem | Windows OS |
| Betriebssystemversion | 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:
Unterstützung durch ArcGIS-Experten anfordern
Esri Support App herunterladen