laptop and a wrench

不具合

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

ArcGIS API for Python
不具合 ID 番号 BUG-000169476
送信されましたJuly 26, 2024
最終更新日June 15, 2025
適用対象ArcGIS API for Python
見つかったバージョンN/A
オペレーティング システムWindows OS
オペレーティング システムのバージョン11.0 64 bit
ステータスNon-Reproducible

参考情報

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.

対処法

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)'.

再現の手順

不具合 ID: BUG-000169476

ソフトウェア:

  • ArcGIS API for Python

バグのステータスが変更されたときに通知を受け取る

Esri Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動