ChatGPT-Register icon indicating copy to clipboard operation
ChatGPT-Register copied to clipboard

到拼图的部分就找不到元素了。

Open levie-vans opened this issue 1 year ago • 4 comments

                INFO     Got the verification mail for [email protected]!
                INFO     检查认证链接是否存在: [email protected] - 存在
                INFO     已获取到账号的认证链接!
                INFO     Waiting for monitoring thread to end...

2024/01/10 08:43:51 INFO All emails have been checked. 2024/01/10 08:43:53 INFO Monitoring thread ended. INFO Waiting for verify button appears... INFO Waiting for link textarea appears... INFO Inputting verify link... INFO Looking for OK button to click... 2024/01/10 08:43:54 INFO Verify link submitted. INFO Waiting for username input appears... 2024/01/10 08:43:57 INFO Inputting username... INFO Looking for continue button to click... INFO Username submitted. INFO Waiting for puzzle to be solved... INFO Waiting for puzzle button appears... 2024/01/10 08:45:33 ERROR Element //button is not found. Traceback (most recent call last): File "/opt/ChatGPT-Register/main.py", line 1003, in register.wait_for_puzzle(question_type=puzzle_type) File "/opt/ChatGPT-Register/main.py", line 227, in wait_for_puzzle self.solver.solve(question_type) File "/opt/ChatGPT-Register/main.py", line 525, in solve puzzle_button = self.helper.sleepy_find_element(By.XPATH, "//button[text()='开始拼图' or text()='再次尝试']") File "/opt/ChatGPT-Register/main.py", line 827, in sleepy_find_element raise Exceptions.NoSuchElementException(f'Element {query} is not found.') selenium.common.exceptions.NoSuchElementException: Message: Element //button[text()='开始拼图' or text()='再次尝试'] is not found.; For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception

levie-vans avatar Jan 10 '24 08:01 levie-vans