C:\Users\ZCA0506\Miniconda3\lib\site-packages\urllib3\connectionpool.py:1004: In secureRequestWarning: Unverified HTTPS request is being made to host '10.247.33. 12'. Adding certificate verification is strongly advised. See: https://urllib3.r eadthedocs.io/en/latest/advanced-usage.html#ssl-warnings InsecureRequestWarning, Traceback (most recent call last): File "C:\Users\ZCA0506\Desktop\samples\rdpToken.py", line 112, in getToken tf = open(TOKEN_FILE, "r+") FileNotFoundError: [Errno 2] No such file or directory: 'token.txt' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Users\ZCA0506\Desktop\samples\timeSeries.py", line 37, in accessToken = rdpToken.getToken(); File "C:\Users\ZCA0506\Desktop\samples\rdpToken.py", line 128, in getToken tknObject = _requestNewToken(None); File "C:\Users\ZCA0506\Desktop\samples\rdpToken.py", line 54, in _requestNewTo ken raise Exception("Failed to get access token {0} - {1}".format(response.statu s_code, response.text)); Exception: Failed to get access token 400 - {"error":"invalid_request" }