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

I get the error "{'msg': 'Fail to verify image verification code.', 'traceId': '630E61EFB31443CE80BFE220CD764856', 'code': 'user.check.slider.pic.fail'}" #416

Open
vishnuav opened this issue Jul 15, 2023 · 2 comments
Labels
auth issues Issues authenticating with Webull (creds, MFA, etc)

Comments

@vishnuav
Copy link

Hello,
I get the below error message:
{'msg': 'Fail to verify image verification code.', 'traceId': '630E61EFB31443CE80BFE220CD764856', 'code': 'user.check.slider.pic.fail'}

this is what I use:
webull_email = '******@gmail.com'

wb = webull()

result = wb.login(webull_email, '*****', 'webull-api-1', '990372')

@jasonrush jasonrush added the auth issues Issues authenticating with Webull (creds, MFA, etc) label Nov 17, 2023
@ICANTFINDAUSERNAMEATALL
Copy link
Collaborator

https://github.com/tedchou12/webull/wiki/Workaround-for-Login-%E2%80%90-Method-2

You just need to verify it on your own browser, inspect and get the did(device id) of your browser, and then manually set that as the did in the webull object before you use the login. This way, webull will think that you are logging in from the verified browser. Look around in Method 1/2 if you need help getting the did. You can ignore everything else(I think).

@worthapenny
Copy link

Hi,
I am running into the same/similar auth issue.

Method 2: https://github.com/tedchou12/webull/wiki/Workaround-for-Login-%E2%80%90-Method-2

  1. I got the "Did" from the "Response Header"
  2. In python console:
    2.1 wb._did=f"{myDid}" as well as wb._set_did = f"{myDid}"
    2.2 wb.login("+1-1234567890", "myPa$$word")
    2.3 >>> {'msg': 'Fail to verify image verification code.', 'traceId': '13C25C59....3B', 'code': 'user.check.slider.pic.fail'}

Method 1: https://github.com/tedchou12/webull/wiki/Workaround-for-Login-%E2%80%90-Method-1
I tried this method as well.
From the line wb.refresh_login() I got: JSONDecodeError from some requests

Thanks much in advance...

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

4 participants