-
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added warning about Schwab bug (#167)
- Loading branch information
Showing
5 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,37 @@ Welcome to ``schwab-py``! Read this page to learn how to install and configure | |
your first Schwab Python application. | ||
|
||
|
||
+++++++++++++++++++ | ||
Critical Schwab Bug | ||
+++++++++++++++++++ | ||
|
||
As of July 21st, 2024, Schwab appears to be suffering from a breaking bug on the | ||
`developer console site <https://beta-developer.schwab.com>`__ that is | ||
interfering with creating and managing apps. Don't let this warning prevent you | ||
from using this getting started guide, but if you experience any of the | ||
following errors, please email Schwab's API team at `[email protected] | ||
<mailto:[email protected]>`__ describing the issues you see. You can also | ||
join our `Discord server <https://discord.gg/mm44rstRCg>`__ to get updates. | ||
|
||
.. figure:: _static/setting-up-invalid-url.png | ||
|
||
When creating a new app, an error message warning about an invalid callback | ||
URL or one warning about a non-HTTPS URL even though it's clearly HTTPS. | ||
|
||
.. figure:: _static/setting-up-invalid-url-banner.png | ||
|
||
After clicking the "Create" button when creating a new app, banners | ||
indicating the callback URL is invalid | ||
|
||
.. figure:: _static/setting-up-error-fetching-app-details.png | ||
|
||
When opening app details on an app, a banner reporting that app details | ||
couldn't be fetched. | ||
|
||
.. figure:: _static/setting-up-app-registration-error.png | ||
|
||
After creating an app, a status of ``App Registration Error`` | ||
|
||
+++++++++++++++++ | ||
Schwab API Access | ||
+++++++++++++++++ | ||
|