Closed jrmatchett closed 3 years ago
Digging into this a bit further, the Geocoder
's _address_field
isn't getting set because a token isn't being generated when attempting to retrieve its properties (in this case, it's an Enterprise Portal geocoding service that isn't publicly accessible). The root cause appears to be what I pointed out in this issue with the Connection.generate_portal_server_token
method not handing oauth authentication.
@jrmatchett thank you for this information, it's very helpful. I'll add it to our board and take a look at this.
The issue is resolved in v2.0.0 of the Python API, which will come out in Q1 of 2022
Hi, I am having same issue. Is this issue resolved? December 2023
Describe the bug The
geocode
function produces an error when using an Enterprise PortalGIS
object. Geocoding works fine with an ArcGIS OnlineGIS
object.To Reproduce Steps to reproduce the behavior:
error:
Platform (please complete the following information):
1.8.5
,1.9.0
, and1.9.1
.