aqbspl

Results 2 comments of aqbspl

> ``` > if os.path.exists("cookies.json"): > client.load_cookies("cookies.json") > else: > await client.login( > auth_info_1=AUTH_INFO_1, auth_info_2=AUTH_INFO_2, password=PASSWORD > ) > client.save_cookies("cookies.json") > ``` > > ``` > load the cookie >...

> did you solve the issue? @aqbspl Not yet, @mohanad-hafez I am getting the same error