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

发生报错 #6

Closed
Broomhildall opened this issue Feb 25, 2021 · 3 comments
Closed

发生报错 #6

Broomhildall opened this issue Feb 25, 2021 · 3 comments
Labels
bug Something isn't working

Comments

@Broomhildall
Copy link

Exception in thread Thread-1:
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/threading.py", line 932, in _bootstrap_inner
self.run()
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "HUAWEI STORE GO.py", line 324, in loginMall
goToBuy(driver, user)
File "HUAWEI STORE GO.py", line 178, in goToBuy
text = driver.find_elements_by_xpath(
IndexError: list index out of range

@Jennyhjy
Copy link

我是在登陆的时候,显示正确登陆了,但实际上进入身份验证了,却没有走身份验证的逻辑,导致后面网页跳转回了登陆界面,报了获取不到元素的错。

@XYZliang
Copy link
Owner

我是在登陆的时候,显示正确登陆了,但实际上进入身份验证了,却没有走身份验证的逻辑,导致后面网页转向回了登陆界面,报了获取不到元素的错。

是的,我注意到了,当时比较匆忙改错了,会尽快修复

@XYZliang XYZliang added the bug Something isn't working label Feb 26, 2021
@XYZliang XYZliang closed this as completed Mar 2, 2021
@XYZliang
Copy link
Owner

XYZliang commented Mar 2, 2021

已经在V3.2修复

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants