tylerebowers / Schwab-API-Python

An easy and lightweight wrapper for using the Charles Schwab API.
https://pypi.org/project/schwabdev/
MIT License
257 stars 108 forks source link

Error while authenticating #33

Closed manojjenago closed 4 hours ago

manojjenago commented 4 hours ago

Hi Getting error while authenticating. the URL that opens give the below error. Please suggest.

image

tylerebowers commented 4 hours ago

Problem: Trying to sign into account and get error message: "We are unable to complete your request. Please contact customer service for further assistance." Problem: "Whitelabel Error Page This application has no configured error view, so you are seeing this as a fallback." (status=500) Fix: Your app is "Approved - Pending", you must wait for status "Ready for Use". Note: Or you could have an account type that is not supported by the Schwab API. In docs: https://github.com/tylerebowers/Schwab-API-Python/blob/main/docs/client.md

manojjenago commented 3 hours ago

Problem: Trying to sign into account and get error message: "We are unable to complete your request. Please contact customer service for further assistance." Problem: "Whitelabel Error Page This application has no configured error view, so you are seeing this as a fallback." (status=500) Fix: Your app is "Approved - Pending", you must wait for status "Ready for Use". Note: Or you could have an account type that is not supported by the Schwab API. In docs: https://github.com/tylerebowers/Schwab-API-Python/blob/main/docs/client.md

Thanks for your quick response.