laptop and a wrench

不具合

The ArcGIS API for Python arcgis.raster.analytics.build_overview() function always writes 'stopService Exception' to stderr.

最後に公開された状態: March 2, 2022 ArcGIS API for Python
不具合 ID 番号 BUG-000145918
送信されましたJanuary 11, 2022
最終更新日June 26, 2024
適用対象ArcGIS API for Python
見つかったバージョン1.9.1
オペレーティング システムWindows OS
オペレーティング システムのバージョン10.0 64 Bit
ステータスNon-Reproducible

参考情報

This behavior is no longer reproducible with the latest Notebooks Runtime. If the issue persists, create a new case with Esri Support Services: https://support.esri.com/en-us/contact.

対処法

Add this code at the top of the Python file to suppress this.

### Start python snippet ###

import urllib3

urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)

### End python snippet ###

再現の手順

不具合 ID: BUG-000145918

ソフトウェア:

  • ArcGIS API for Python

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

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

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

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

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

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

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