We are getting the following errors while uploading a .csv file via a Python script: ERROR: HTTPSConnectionPool(host='hostname', port=443): Max retries exceeded with url: /services/data/lookup_edit/lookup_contents (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at : Failed to establish a new connection: [Errno -2] Name or service not known'))
... View more