-
Hi,
I got the following error this morning, when after 2FA authentication I executed the login API of aliceblue using sessionID.
Code used:
`sessionID = AliceBlue.login_and_get_sessionID('AB07…
-
After i created a new Issue with the plugin active i get the following error message
It is running on Docker, the database is from mysql imported with
`pgloader mysql://root:xxx123@localhost/re…
opino updated
10 months ago
-
### Prerequisite
1. Be a member of Hack for LA. (There are no fees to join.) If you have not joined yet, please follow the steps on our [Getting Started page](https://www.hackforla.org/getting-starte…
-
Sometimes we get following error and never be able to continue
isAuthorized = r.json()['isAuthorized']
Any comments or observations.
Note: Even though username, twoFA, Key are correct
-
## Version **1.14.42** of [ccxt](https://github.com/ccxt/ccxt) was just published.
Branch
Build failing 🚨
Dependency
ccxt
…
-
EITHER
1:
- implement TwoFaGuard and replace most instances of JwtGuard with it
2:
- Implement FirtStepAuthGuard and replace some instances of JwtGuard with it, and also edit JwtGuard to account…
-
I`m trying to extend default users-permissions plugin.
Do all documentation things, even copy all plugin files from vendor to ext dir, but nothing happens.
using:
- yarn as packet manager
- typesc…
-
access_token = AliceBlue.login_and_get_sessionID(username,password,twoFA, api_secret=api_secret,app_id=app_id)
File "/Users/amolc/2020/finance/env/lib/python3.9/site-packages/alice_blue/alice_blu…
-
ret = api.login(userid=user, password=pwd, twoFA=factor2, vendor_code=vc, api_secret=apikey, imei=imei)
print(ret)
This prints **None** if the login fails due to incorrect credentials
Expected …
-
I tried the exact same example as in the readme file for fetching the tick data however nothing was happening no callback function getting called. I have to manually close the app and then produce thi…