Skip to content
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

Work around failed #397

Open
Lukita11 opened this issue May 12, 2023 · 1 comment
Open

Work around failed #397

Lukita11 opened this issue May 12, 2023 · 1 comment
Labels
auth issues Issues authenticating with Webull (creds, MFA, etc)

Comments

@Lukita11
Copy link

Hi,

I tried to login with work around methods, both of them didn't work. For the method getting access token, it ran well until this line:

credential_data['refreshToken'] = n_data['refreshToken']

KeyError: 'refreshToken'

and the following two lines got the same error.

for wb.get_account_id( ), it returns this:

wb.get_account_id()

File ~\anaconda3\lib\site-packages\webull\webull.py:325 in get_account_id
self.zone_var = str(result['data'][int(id)]['rzone'])

KeyError: 'rzone'

Could you please help me to solve this issue?

Thank you very much!

@hadenponish1
Copy link

having the same issue this morning. Bumping for activity

@jasonrush jasonrush added the auth issues Issues authenticating with Webull (creds, MFA, etc) label Nov 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auth issues Issues authenticating with Webull (creds, MFA, etc)
Projects
None yet
Development

No branches or pull requests

3 participants