-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
30 lines (22 loc) · 1.02 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
prompts:
third-party-application:
triggers: [
'third-party application',
'unauthorized access to your account',
]
response: >
It looks like you might be asking for help about a common authentication issue. Please see our FAQ here:
https://tda-api.readthedocs.io/en/latest/auth.html#a-third-party-application-may-be-attempting-to-make-unauthorized-access-to-your-account
missing-webdriver:
triggers:
- 'cannot find chrome binary'
- 'executable needs to be in path'
response: >
It looks like you might be asking for help about a common issue with webdrivers. See here for help:
https://tda-api.readthedocs.io/en/latest/auth.html#webdriverexception-message-chromedriver-executable-needs-to-be-in-path
invalid-grant:
triggers:
- 'invalid_grant'
response: >
It looks like you might be asking for help about a common issue with tokens. See here for help:
https://tda-api.readthedocs.io/en/latest/auth.html#oautherror-invalid-grant-invalid-grant