laptop and a wrench

Bug

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

Last Published: March 2, 2022 ArcGIS API for Python
Bug ID Number BUG-000145918
SubmittedJanuary 11, 2022
Last ModifiedJune 26, 2024
Applies toArcGIS API for Python
Version found1.9.1
Operating SystemWindows OS
Operating System Version10.0 64 Bit
StatusNon-Reproducible

Additional Information

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

Steps to Reproduce

Bug ID: BUG-000145918

Software:

  • ArcGIS API for Python

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options