Timeout error when attempting to connect to portal after ArcPro upgrade to 2.8

403
0
09-14-2021 06:20 AM
michaelkijewski1
New Contributor
I am receiving a timeout error when attempting to connect to portal after ArcPro upgrade from 2.6 to 2.8. gis = GIS(url='https://org.arcgis.com', username='username', password='password', verify_cert=False) above is the how my latest attempt looks, but I have attempted several other alternatives including proxy, different portals, creating a python app and using its id, different usernames and passwords... Doing this from 2.6 there were no issues connecting so must have something to do with the upgrade to 2.8. Here is the error: ConnectionError: A connection error has occurred: ('Connection aborted.', TimeoutError(10060, 'A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond', None, 10060, None))
0 Kudos
0 Replies