AdriandLiu
AdriandLiu
As an alternative, is that possible/reasonable to use other model's config to optimize longformer? such as put ``` { "model_type": "bert" } ``` in config.json for optimize longformer? Thanks @fxmarty
We have an alternative solution here. https://github.com/tedchou12/webull/issues/353
@NickPeter2106 I believe you have to login on webull web and pass the image verification manually first, then you can use the procedure mentioned above to "workaround" the image verification...
Okay I think there is an alternative. First, Webull changed their MFA endpoint again. The latest one is `https://u1suser.webullfintech.com/api/user/v1/verificationCode/send/v2` (still unsure about **get_security** and **next_security**) However, if you call this...
@ICANTFINDAUSERNAMEATALL access token seems working well in my case, is there any specific reason to switch?
@ICANTFINDAUSERNAMEATALL that makes sense to me and thanks a lot for the suggestion!
I'm having the same issue, it seems that the driver is unable to get the json file from `DATE_URL`. Stuck tho
Here is the partial script that I integrated all knowledge shared from this conversation. All credits to @jaimbox and @Camilo2015. It's pretty messy, but it works for me, for both...
> def get_driver(): if LOCAL_USE: dr = webdriver.Chrome(service=Service(ChromeDriverManager().install())) else: dr = webdriver.Remote(command_executor=HUB_ADDRESS, options=webdriver.ChromeOptions()) return dr > > The above needs to be inserted before > > driver = get_driver() Yah,...
@sebaz9130 My bad, I have added the missing variables/functions there, please check the latest updates of https://github.com/uxDaniel/visa_rescheduler/issues/28#issuecomment-1499151303