jessecooper / pyetrade

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

oauth no longer working #73

Closed exploringfinance closed 1 year ago

exploringfinance commented 1 year ago

Has anyone noticed in the last two days that authentication has stopped working? When creating the oauth app and sending it, I keep getting bad request when I hit the API url: https://api.etrade.com/oauth/request_token

ericgray commented 1 year ago

Same here!

Update: working again

exploringfinance commented 1 year ago

Yes got it working. This can be resolved

1rocketdude commented 1 year ago

uauth stopped working for me today. I crash out at fetch_access_token. I get to enter the eTrade supplied token, but then crash. Same issue, or different?

exploringfinance commented 1 year ago

It could be all related. I actually wrote the etrader package for R and was having issues. I put in a fix that appears to be working for now. It had to do with the headers

nathanramoscfa commented 1 year ago

Please provide the solution you came up with.

exploringfinance commented 1 year ago

I had to make some updates to my R package to use proper headers and then it worked

jessecooper commented 1 year ago

Is this still an issue? If so, can we please get a traceback on this issue. @exploringfinance can you please post the headers that you had to apply to your R package?

nathanramoscfa commented 1 year ago

@jessecooper no issues here.