You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am be able to login by using the did along with access token+refresh token (yes for me it would only work if I use method 1 AND method 2 at the same time). But Right now I am having an issue when I try to refresh the login by using wb.refreshing_login. When I look into the package source code, I am getting a 403 from the response without any json payload. If anyone seeing any similar issue please let me know on what the fix might be. Or we just have to reset manually every week. Thank you. Here are some of my code.
ERROR: File "/Users/jason/Desktop/git/stock_analysier/Run/golden_death_auto_trade.py", line 112, in
wb.refresh_login()
File "/Users/jason/Library/Python/3.9/lib/python/site-packages/webull/webull.py", line 281, in refresh_login
result = response.json()
The text was updated successfully, but these errors were encountered:
I am be able to login by using the did along with access token+refresh token (yes for me it would only work if I use method 1 AND method 2 at the same time). But Right now I am having an issue when I try to refresh the login by using wb.refreshing_login. When I look into the package source code, I am getting a 403 from the response without any json payload. If anyone seeing any similar issue please let me know on what the fix might be. Or we just have to reset manually every week. Thank you. Here are some of my code.
ERROR: File "/Users/jason/Desktop/git/stock_analysier/Run/golden_death_auto_trade.py", line 112, in
wb.refresh_login()
File "/Users/jason/Library/Python/3.9/lib/python/site-packages/webull/webull.py", line 281, in refresh_login
result = response.json()
The text was updated successfully, but these errors were encountered: