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
{{ message }}
This repository has been archived by the owner on Aug 23, 2020. It is now read-only.
用用户名-密码自动登录的时候发现无法登录成功。
尝试手动登录,发现无论是用用户名密码还是扫码登录,登录以后只有一片灰屏的画面。
经过断点以后发现:
代码:
wait.until(EC.element_to_be_clickable((By.CLASS_NAME, 'face'))).click()
会抛出超时异常,虽然作者在源代码中直接用:
except: pass
直接忽略掉错误,但是可能是由于无法成功获得登录需要的cookies,从而还是会在在后续的
self.TestLogin()
无法成功登录,产生报错。
The text was updated successfully, but these errors were encountered: