kirkthaker / investopedia-trading-api

An api, written in Python, for Investopedia's paper trading stock simulator.
Other
220 stars 61 forks source link

no connection could be made #22

Closed pawanaichra closed 7 years ago

pawanaichra commented 7 years ago

I have this error when I run simple example to get prices

    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPConnectionPool(host='www.investopedia.c
om', port=80): Max retries exceeded with url: /accounts/login.aspx?returnurl=htt
p%3A%2F%2Fwww.investopedia.com%2Fsimulator%2F (Caused by NewConnectionError('<ur
llib3.connection.HTTPConnection object at 0x0000000003FC6668>: Failed to establi
sh a new connection: [WinError 10061] No connection could be made because the ta
rget machine actively refused it',))