laptop and a wrench

Bug

A non-dictionary object does not have a get method in nested dictionary objects using the ArcGIS API for Python.

ArcGIS API for Python
Bug-ID-Nummer BUG-000169476
EingereichtJuly 26, 2024
Zuletzt geändertJune 15, 2025
Gilt fürArcGIS API for Python
Gefunden in VersionN/A
BetriebssystemWindows OS
Betriebssystemversion11.0 64 bit
StatusNon-Reproducible

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

Bug-ID: BUG-000169476

Software:

  • ArcGIS API for Python

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln