jessecooper / pyetrade

Python E-Trade API Wrapper
GNU General Public License v3.0
205 stars 96 forks source link

401 Client Error: Unauthorized for URL in prod #66

Closed Sput closed 1 year ago

Sput commented 2 years ago

I was able to work in the sandbox, but for prod, I went through the full process of getting my PROD API approved (filled out survey, signed usage agreement), and then got the OAuth token, but I'm getting "401 Client Error: Unauthorized for url" for both "get_quote" and "list_accounts" functions. Has anyone else had this even after getting approved for a production key?

jessecooper commented 2 years ago

Hi @Sput, there has been quite a few issues opened with 401 issues. Take a look: https://github.com/jessecooper/pyetrade/issues?q=is%3Aissue+401

Hopefully that is helpful.