laptop and a wrench

Error

FME ENGINE-83531 ArcGIS Pro 3.3 ships with urllib3 v2.1 which has deprecated the retry options method_whitelist. DEFAULT_REDIRECT_HEADERS_BLACKLIST FME bundles and uses urllib3 v1.26.18, so this error does not appear.

ArcGIS Pro
Número de ID del error BUG-000169440
EnviadoJuly 25, 2024
Última modificaciónJune 22, 2025
Relacionado conArcGIS Pro
Versión encontrada3.3
Sistema operativoWindows OS
Versión de sistema operativo10.0 64 Bit
EstadoNon-Reproducible

Información adicional

This is now fixed with the release of Data Interoperability Extension ArcGIS Pro 3.5.

Solución alternativa

As a workaround for the error, place the following script in the startup Python script parameter:

import sys

sys.path.insert(0,r"C:\Program Files\ArcGIS\Data Interoperability for ArcGIS Pro\Python")

import urllib3

This Python script is meant to allow FME to use the older, shipped version of urllib3 instead of ArcGIS Pro's, which prevents the error from occurring. Based on testing, this workaround only works for a FeatureReader for the affected formats and not a regular reader.

 So the steps are:

1.  Add the Python script above to the Navigator pane's Tool Parameters > Scripting > Startup Python Script parameter.

2.  Add a Creator and FeatureReader.

3.  Add a connection between the Creator output port and the FeatureReader's Initiator port.

4.  Open FeatureReader and select the format, feature type, and so forth.

Pasos para reproducir

ID del error: BUG-000169440

Software:

  • ArcGIS Pro

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga