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
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.
"
The text was updated successfully, but these errors were encountered:
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
Exception: Error: Trouble connecting to robinhood API. Check internet connection.
"
The text was updated successfully, but these errors were encountered: