generated from A-kirami/nonebot-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 37
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
[BUG]: 错误信息:Verify you are human,应该怎么解决 #114
Labels
bug
Something isn't working
Comments
每次都这样,没有成功过 |
我的已经解决了 是因为playwright没装 而且默认浏览器启动的chrome 但是chatGPT回复永远都是超时 |
一样,我装了playwright,我也试着替换了@CCYellowStar pr的更改后的chatgpt.py文件,但是还是报错。
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
报告清单
影响版本
v0.7.4
问题描述
02-14 12:25:46 [ERROR] nonebot | Running Matcher(type='message', module=nonebot_plugin_chatgpt.utils) failed.
Traceback (most recent call last):
File "", line 1, in
File "/usr/local/lib/python3.10/multiprocessing/spawn.py", line 116, in spawn_main
exitcode = _main(fd, parent_sentinel)
File "/usr/local/lib/python3.10/multiprocessing/spawn.py", line 129, in _main
return self._bootstrap(parent_sentinel)
File "/usr/local/lib/python3.10/multiprocessing/process.py", line 315, in _bootstrap
self.run()
File "/usr/local/lib/python3.10/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
File "/usr/local/lib/python3.10/site-packages/uvicorn/subprocess.py", line 76, in subprocess_started
target(sockets=sockets)
File "/usr/local/lib/python3.10/site-packages/uvicorn/server.py", line 60, in run
return asyncio.run(self.serve(sockets=sockets))
File "/usr/local/lib/python3.10/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/usr/local/lib/python3.10/site-packages/nonebot/message.py", line 141, in _check_matcher
await _run_matcher(Matcher, bot, event, state, stack, dependency_cache)
复现步骤
使用CHATGPT_SESSION_TOKEN配置,使用时出现如上错误
预期行为
No response
实际行为
No response
日志信息
No response
额外补充
No response
The text was updated successfully, but these errors were encountered: