You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using the ArcGIS API from the Esri Anaconda repository, fetching a content search, the urllib3 warning appears when search parameter max_items>200 or max_items=-1; this is not reproducible when using the arcgis library shipped with ArcGIS Pro 3.4.0
To Reproduce
Steps to reproduce the behavior:
# MINIMUM EXAMPLEimportarcgisgis=arcgis.gis.GIS("pro")
content_list=gis.content.search(query="*", max_items=201)
print(f"\nat ArcGIS API for Python version {arcgis.__version__}\ncontent.search triggers, additional API calls trigger same warning\n")
content_list[0].get_data()
Screenshots
working in ArcGIS Pro
not working in standalone environment from Esri's Anaconda channel when search greater than 200
working in standalone environment from Esri's Anaconda channel when search is equal to or less than 200
same results in Jupyter Notebook
Expected behavior
At the previous version 2.3.x this issue did not surface; I would not expect to see insecure requests happening when utilizing the "pro" method of authentication.
Platform (please complete the following information):
OS: Windows 11
IDE: VS Code
Also tested in Jupyter Notebook that ships with the Esri Anaconda distribution
Python API Version 2.4.0
The text was updated successfully, but these errors were encountered:
Describe the bug
When using the ArcGIS API from the Esri Anaconda repository, fetching a content search, the urllib3 warning appears when search parameter
max_items>200
ormax_items=-1
; this is not reproducible when using thearcgis
library shipped with ArcGIS Pro 3.4.0To Reproduce
Steps to reproduce the behavior:
error:
Screenshots
working in ArcGIS Pro
not working in standalone environment from Esri's Anaconda channel when search greater than 200
working in standalone environment from Esri's Anaconda channel when search is equal to or less than 200
same results in Jupyter Notebook
Expected behavior
At the previous version
2.3.x
this issue did not surface; I would not expect to see insecure requests happening when utilizing the"pro"
method of authentication.Platform (please complete the following information):
2.4.0
The text was updated successfully, but these errors were encountered: