You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LEAN suggests using the Download method for GET requests.
Actual Behavior
When we use requests method, we receive the following error:
During the algorithm initialization, the following exception has occurred: HTTPSConnectionPool(host='api.factset.com', port=443): Max retries exceeded with url: /.well-known/oauth-authorization-server (Caused by ProxyError('Unable to connect to proxy', OSError('Tunnel connection failed: 403 Forbidden')))
Expected Behavior
LEAN suggests using the
Download
method for GET requests.Actual Behavior
When we use
requests
method, we receive the following error:Potential Solution
Parse that error and suggest using the
Download
.Reproducing the Problem
System Information
QC Cloud.
Checklist
master
branchThe text was updated successfully, but these errors were encountered: