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

Issue with simultaneous logins #433

Open
MHassanNajafi opened this issue May 21, 2024 · 8 comments
Open

Issue with simultaneous logins #433

MHassanNajafi opened this issue May 21, 2024 · 8 comments

Comments

@MHassanNajafi
Copy link

Hi,

I was able to simultaneously login to my account using wb.login(Login_user, Login_pass) in multiple python programs. But since yesterday I can only login using the last attemp/program. If I run a new code and try to login, the previous programs stop and are logged out.

Anyone faced a similar issue?

Thanks

@K2083J
Copy link

K2083J commented May 22, 2024

Facing same issue

@K2083J
Copy link

K2083J commented May 23, 2024

This is frustrating. cannot run multiple python scripts at once. Can anyone help with this issue? Thank you.

@lawrenceobioma
Copy link

lawrenceobioma commented May 24, 2024 via email

@lawrenceobioma
Copy link

lawrenceobioma commented May 24, 2024 via email

@K2083J
Copy link

K2083J commented May 24, 2024

Thank you lawrence, much appreciated. I have tried the above and used the v2 info for login. Still it works for one script. If i run more than one, the token is expiring for the rest of the scripts.

@lawrenceobioma
Copy link

lawrenceobioma commented May 24, 2024 via email

@K2083J
Copy link

K2083J commented May 25, 2024

Could you confirm if i am using the correct endpoints?
def login(self):
return f'{self.base_user_url}/api/user/v1/login/account/v2' #self.base_user_url = 'https://u1suser.webullfintech.com/'
def trade_token(self):
return f'{self.base_new_trade_url}/trading/v1/global/trade/login' # self.base_new_trade_url = 'https://trade.webullfintech.com/api'

@mustafamasody
Copy link

Can anyone provide me with a login script for this package, I can't get any of the login methods to work :(.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants