-
Notifications
You must be signed in to change notification settings - Fork 89
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
输入问题后chrom浏览器闪退 #7
Comments
这几天都有这个问题等大佬更新 |
response = self.driver.find_elements(*chatgpt_small_response)[-1] 这里是因为直接 HTTP Error 1020 了。 |
Traceback (most recent call last): 好像正则表达式挂了 |
停止维护了,那个作者不做了。后期有可能会更新api版本 |
大佬,问一个问题之后浏览器闪退,代码报错如下:
Traceback (most recent call last):
File "E:\ChatWaifu-main\ChatWaifu.py", line 214, in
resp = api.send_message(get_input())
File "D:\Software\anaconda3\lib\site-packages\pyChatGPT\pyChatGPT.py", line 444, in send_message
response = self.driver.find_elements(*chatgpt_small_response)[-1]
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: