Hi All
I have had a version of the code example below that reconciles/posts branch versions on a nightly basis for quite some time now. The day I upgraded to ArcGIS Pro 3.3 it no longer works. The main failure point seems to be in the urllib.request.urlopen request to get the list of versions to reconcile for each service. I've tested the URL and it is valid along with the token. Does anyone know if something has changed with the urllib since previous versions.
FYI I tested the sample code below (which says ArcGIS Pro 3.3) but it also fails.
https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/automate-reconcile-and-post-operations-for-sync-enabled-branch-versioned-data.htm#ESRI_SECTION1_8E1E8184695B4CF0A23EE719F53FC67F
Any help would be great. Thanks!