jmfernandes / robin_stocks

This is a library to use with Robinhood Financial App. It currently supports trading crypto-currencies, options, and stocks. In addition, it can be used to get real time ticker information, assess the performance of your portfolio, and can also get tax documents, total dividends paid, and more. More info at
http://www.robin-stocks.com
MIT License
1.69k stars 458 forks source link

an issue to log into robinbood today #491

Open weijiazhang99 opened 4 weeks ago

weijiazhang99 commented 4 weeks ago

I experienced an issue to log into my account even with correct authentication code today. Here is the error message: "Error in request_post: HTTPSConnectionPool(host='api.robinhood.com', port=443): Max retries exceeded with url: /oauth2/token/ (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x10f716c50>: Failed to resolve 'api.robinhood.com' ([Errno 8] nodename nor servname provided, or not known)")) Traceback (most recent call last): File "", line 1, in

raise Exception('Error: Trouble connecting to robinhood API. Check internet connection.')

Exception: Error: Trouble connecting to robinhood API. Check internet connection.

"