laptop and a wrench

Bug

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

Zuletzt veröffentlicht: March 2, 2022 ArcGIS API for Python
Bug-ID-Nummer BUG-000145918
EingereichtJanuary 11, 2022
Zuletzt geändertJune 26, 2024
Gilt fürArcGIS API for Python
Gefunden in Version1.9.1
BetriebssystemWindows OS
Betriebssystemversion10.0 64 Bit
StatusNon-Reproducible

Zusätzliche Informationen

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.

Workaround

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 ###

Schritte zur Reproduzierung

Bug-ID: BUG-000145918

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