-
-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Token request failed with code 401 #52
Comments
Just heard back from eTrade tech support after trying to debug throughout the day. Looks like the keys expire after 2 years and I did not receive notice and/or remember that's a thing. They are working to reinstate access. Hope this at least helps someone else to mark their calendar a few weeks prior to their 2 year mark so things don't stop working all of a sudden. |
this is a typical problem with Etrade. Put the date on your calendar for a month before renewal so that you don't have expired keys next time. My sense is there is one person manning the "keys desk" and they don't have any automation for checking usage, revocation, or renewal.
… On Oct 27, 2021, at 2:56 PM, viaConBodhi ***@***.***> wrote:
Just heard back from eTrade tech support after trying to debug throughout the day. Looks like the keys expire after 2 years and I did not receive notice and/or remember that's a thing. They are working to reinstate access. Hope this at least helps someone else to mark their calendar a few weeks prior to their 2 year mark so things don't stop working all of a sudden.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#52 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABE3CHDRQ6WG6KLOZEXDWVDUJBRRVANCNFSM5G2JXJUA>.
Triage notifications on the go with GitHub Mobile for iOS <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
@1rocketdude thanks for the feedback on this. Lesson learned. |
How to do renew? send email to their support? |
send a secure message from within the web platform. There is a specific menu item for API keys. Use kind words, rub your lucky rabbits foot, give offerings to local deities, and within a week, it’ll just start working.
I don’t have a good sense how the API will “work” after Sept 1 switchover to Morgan Stanley…
… On Jul 17, 2023, at 2:26 PM, mw66 ***@***.***> wrote:
this is a typical problem with Etrade. Put the date on your calendar for a month before renewal so that you don't have expired
How to do renew? send email to their support?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.
|
Anyone else getting this while attempting login? I just ran it last night and got this error. Rebooted thinking it was something simple but looks like it's not. Looks like it hanging up on the following. Any thoughts on what's happening as things were working fine a week ago.
self.session.fetch_request_token(self.req_token_url)
token = self._fetch_token(url, **request_kwargs)
raise TokenRequestDenied(error % (r.status_code, r.text), r)
TokenRequestDenied: Token request failed with code 401, response was '<!doctype html><title>HTTP Status 401 – Unauthorized</title><style type="text/css">h1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} h2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} h3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} body {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} b {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} p {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;} a {color:black;} a.name {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style>
HTTP Status 401 – Unauthorized
Type Status Report
Message oauth_problem=consumer_key_rejected
Description The request has not been applied because it lacks valid authentication credentials for the target resource.
'.
The text was updated successfully, but these errors were encountered: