| Bug-ID-Nummer |
BUG-000169476 |
| Eingereicht | July 26, 2024 |
| Zuletzt geändert | June 15, 2025 |
| Gilt für | ArcGIS API for Python |
| Gefunden in Version | N/A |
| Betriebssystem | Windows OS |
| Betriebssystemversion | 11.0 64 bit |
| Status | Non-Reproducible
Dieses Problem konnte bei Tests durch das Entwicklungsteam nicht reproduziert werden. Problemen wird u. U. dieser Status zugewiesen, wenn sie nicht reproduziert werden können oder in einer Entwicklungsversion der Software nicht mehr relevant sind. Es wurde jedoch kein Fix zur Problembehebung installiert. Weitere Erläuterungen finden Sie ggf. im Abschnitt "Zusätzliche Informationen" des jeweiligen Problems.
|
Zusätzliche Informationen
This issue is not reproducible in the latest version based on the information provided. If still experiencing this issue, contact Esri Technical Support and reference the record number for this issue.
Workaround
A simple fix is not just verifying d is True, but checking if it is a dictionary, because if it is not typed, likely it does not have a get method.
'If d' to 'if isinstance(d,dict)'.
Schritte zur Reproduzierung