我也遇到了这样的问题,不知道怎么办,不过好像不影响使用
imi-123 发布的最佳帖子
-
RE: 简单的Rss订阅插件 已添加RssHub支持 番剧订阅Bt种子自动上传
@imi-123 还有这个订阅链接它发图片链接不发图片
https://rsshub.app/telegram/channel/wtmsd
还有这个它只发预览图不发原图,麻烦大佬看一下
https://yande.re/post/piclens?page=1&tags=chintora0201
imi-123 发布的最新帖子
-
RE: YiriMirai+revChatGPT(已失效)
刚刚更新了之后运行main.py会出现很长的一串错误
已读取prompt unhandled exception during asyncio.run() shutdown task: <Task finished name='Task-2' coro=<Lifespan.handle_lifespan() done, defined at C:\Users\wz178\AppData\Local\Programs\Python\Python39\lib\site-packages\hypercorn\asyncio\lifespan.py:31> exception=LifespanFailureError('Lifespan failure in startup. \'Traceback (most recent call last):\n File "C:\\Users\\wz178\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\mirai\\adapters\\websocket.py", line 141, in _receiver\n response = json.loads(await self.connection.recv())\n File "C:\\Users\\wz178\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\websockets\\legacy\\protocol.py", line 568, in recv\n await self.ensure_open()\n File "C:\\Users\\wz178\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\websockets\\legacy\\protocol.py", line 944, in ensure_open\n raise self.connection_closed_exc()\nwebsockets.exceptions.ConnectionClosedOK: received 1000 (OK) Auth Key错误; then sent 1000 (OK) Auth Key 错误\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "C:\\Users\\wz178\\AppData\\Local\\Programs\\Python\\Python39\\lib\\asyncio\\runners.py", line 44, in run\n return loop.run_until_complete(main)\n File "C:\\Users\\wz178\\AppData\\Local\\Programs\\Python\\Python39\\lib\\asyncio\\base_events.py", line 629, in run_until_complete\n self.run_forever()\n File "C:\\Users\\wz178\\AppData\\Local\\Programs\\Python\\Python39\\lib\\asyncio\\windows_events.py", line 316, in run_forever\n super().run_forever()\n File "C:\\Users\\wz178\\AppData\\Local\\Programs\\Python\\Python39\\lib\\asyncio\\base_events.py", line 596, in run_forever\n self._run_once()\n File "C:\\Users\\wz178\\AppData\\Local\\Programs\\Python\\Python39\\lib\\asyncio\\base_events.py", line 1882, in _run_once\n handle._run()\n File "C:\\Users\\wz178\\AppData\\Local\\Programs\\Python\\Python39\\lib\\asyncio\\events.py", line 80, in _run\n self._context.run(self._callback, *self._args)\n File "C:\\Users\\wz178\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\mirai\\adapters\\base.py", line 35, in wrapped\n return await func(self, *args, **kwargs)\n File "C:\\Users\\wz178\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\mirai\\adapters\\websocket.py", line 151, in _receiver\n raise SystemExit()\nSystemExit\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "C:\\Users\\wz178\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\starlette\\routing.py", line 671, in lifespan\n async with self.lifespan_context(app):\n File "C:\\Users\\wz178\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\starlette\\routing.py", line 566, in __aenter__\n await self._router.startup()\n File "C:\\Users\\wz178\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\starlette\\routing.py", line 648, in startup\n await handler()\n File "C:\\Users\\wz178\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\mirai\\bot.py", line 228, in startup\n await asyncio.gather(*coros)\nasyncio.exceptions.CancelledError\n\'') created at C:\Users\wz178\AppData\Local\Programs\Python\Python39\lib\site-packages\hypercorn\asyncio\run.py:76> Traceback (most recent call last): File "C:\Users\wz178\AppData\Local\Programs\Python\Python39\lib\site-packages\mirai\adapters\websocket.py", line 141, in _receiver response = json.loads(await self.connection.recv()) File "C:\Users\wz178\AppData\Local\Programs\Python\Python39\lib\site-packages\websockets\legacy\protocol.py", line 568, in recv await self.ensure_open() File "C:\Users\wz178\AppData\Local\Programs\Python\Python39\lib\site-packages\websockets\legacy\protocol.py", line 944, in ensure_open raise self.connection_closed_exc() websockets.exceptions.ConnectionClosedOK: received 1000 (OK) Auth Key错误; then sent 1000 (OK) Auth Key错误 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Users\wz178\AppData\Local\Programs\Python\Python39\lib\asyncio\runners.py", line 44, in run return loop.run_until_complete(main) File "C:\Users\wz178\AppData\Local\Programs\Python\Python39\lib\asyncio\base_events.py", line 629, in run_until_complete self.run_forever() File "C:\Users\wz178\AppData\Local\Programs\Python\Python39\lib\asyncio\windows_events.py", line 316, in run_forever super().run_forever() File "C:\Users\wz178\AppData\Local\Programs\Python\Python39\lib\asyncio\base_events.py", line 596, in run_forever self._run_once() File "C:\Users\wz178\AppData\Local\Programs\Python\Python39\lib\asyncio\base_events.py", line 1882, in _run_once handle._run() File "C:\Users\wz178\AppData\Local\Programs\Python\Python39\lib\asyncio\events.py", line 80, in _run self._context.run(self._callback, *self._args) File "C:\Users\wz178\AppData\Local\Programs\Python\Python39\lib\site-packages\mirai\adapters\base.py", line 35, in wrapped return await func(self, *args, **kwargs) File "C:\Users\wz178\AppData\Local\Programs\Python\Python39\lib\site-packages\mirai\adapters\websocket.py", line 151, in _receiver raise SystemExit() SystemExit During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Users\wz178\AppData\Local\Programs\Python\Python39\lib\site-packages\starlette\routing.py", line 671, in lifespan async with self.lifespan_context(app): File "C:\Users\wz178\AppData\Local\Programs\Python\Python39\lib\site-packages\starlette\routing.py", line 566, in __aenter__ await self._router.startup() File "C:\Users\wz178\AppData\Local\Programs\Python\Python39\lib\site-packages\starlette\routing.py", line 648, in startup await handler() File "C:\Users\wz178\AppData\Local\Programs\Python\Python39\lib\site-packages\mirai\bot.py", line 228, in startup await asyncio.gather(*coros) asyncio.exceptions.CancelledError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Users\wz178\AppData\Local\Programs\Python\Python39\lib\site-packages\hypercorn\asyncio\lifespan.py", line 43, in handle_lifespan await self.app( File "C:\Users\wz178\AppData\Local\Programs\Python\Python39\lib\site-packages\hypercorn\app_wrappers.py", line 33, in __call__ await self.app(scope, receive, send) File "C:\Users\wz178\AppData\Local\Programs\Python\Python39\lib\site-packages\mirai\bot.py", line 236, in __call__ await self._asgi(scope, recv, send) File "C:\Users\wz178\AppData\Local\Programs\Python\Python39\lib\site-packages\mirai\asgi.py", line 165, in __call__ await self.app(scope, recv, send) File "C:\Users\wz178\AppData\Local\Programs\Python\Python39\lib\site-packages\starlette\applications.py", line 125, in __call__ await self.middleware_stack(scope, receive, send) File "C:\Users\wz178\AppData\Local\Programs\Python\Python39\lib\site-packages\starlette\middleware\errors.py", line 149, in __call__ await self.app(scope, receive, send) File "C:\Users\wz178\AppData\Local\Programs\Python\Python39\lib\site-packages\starlette\middleware\exceptions.py", line 55, in __call__ await self.app(scope, receive, send) File "C:\Users\wz178\AppData\Local\Programs\Python\Python39\lib\site-packages\starlette\routing.py", line 695, in __call__ await self.lifespan(scope, receive, send) File "C:\Users\wz178\AppData\Local\Programs\Python\Python39\lib\site-packages\starlette\routing.py", line 680, in lifespan await send({"type": "lifespan.startup.failed", "message": exc_text}) File "C:\Users\wz178\AppData\Local\Programs\Python\Python39\lib\site-packages\hypercorn\asyncio\lifespan.py", line 101, in asgi_send raise LifespanFailureError("startup", message["message"]) hypercorn.utils.LifespanFailureError: Lifespan failure in startup. 'Traceback (most recent call last): File "C:\Users\wz178\AppData\Local\Programs\Python\Python39\lib\site-packages\mirai\adapters\websocket.py", line 141, in _receiver response = json.loads(await self.connection.recv()) File "C:\Users\wz178\AppData\Local\Programs\Python\Python39\lib\site-packages\websockets\legacy\protocol.py", line 568, in recv await self.ensure_open() File "C:\Users\wz178\AppData\Local\Programs\Python\Python39\lib\site-packages\websockets\legacy\protocol.py", line 944, in ensure_open raise self.connection_closed_exc() websockets.exceptions.ConnectionClosedOK: received 1000 (OK) Auth Key错误; then sent 1000 (OK) Auth Key错误 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Users\wz178\AppData\Local\Programs\Python\Python39\lib\asyncio\runners.py", line 44, in run return loop.run_until_complete(main) File "C:\Users\wz178\AppData\Local\Programs\Python\Python39\lib\asyncio\base_events.py", line 629, in run_until_complete self.run_forever() File "C:\Users\wz178\AppData\Local\Programs\Python\Python39\lib\asyncio\windows_events.py", line 316, in run_forever super().run_forever() File "C:\Users\wz178\AppData\Local\Programs\Python\Python39\lib\asyncio\base_events.py", line 596, in run_forever self._run_once() File "C:\Users\wz178\AppData\Local\Programs\Python\Python39\lib\asyncio\base_events.py", line 1882, in _run_once handle._run() File "C:\Users\wz178\AppData\Local\Programs\Python\Python39\lib\asyncio\events.py", line 80, in _run self._context.run(self._callback, *self._args) File "C:\Users\wz178\AppData\Local\Programs\Python\Python39\lib\site-packages\mirai\adapters\base.py", line 35, in wrapped return await func(self, *args, **kwargs) File "C:\Users\wz178\AppData\Local\Programs\Python\Python39\lib\site-packages\mirai\adapters\websocket.py", line 151, in _receiver raise SystemExit() SystemExit During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Users\wz178\AppData\Local\Programs\Python\Python39\lib\site-packages\starlette\routing.py", line 671, in lifespan async with self.lifespan_context(app): File "C:\Users\wz178\AppData\Local\Programs\Python\Python39\lib\site-packages\starlette\routing.py", line 566, in __aenter__ await self._router.startup() File "C:\Users\wz178\AppData\Local\Programs\Python\Python39\lib\site-packages\starlette\routing.py", line 648, in startup await handler() File "C:\Users\wz178\AppData\Local\Programs\Python\Python39\lib\site-packages\mirai\bot.py", line 228, in startup await asyncio.gather(*coros) asyncio.exceptions.CancelledError
-
RE: YiriMirai+revChatGPT(已失效)
@Anstiya 更新之后还是会出现这样的问题,问一个问题之后就会出错。
Debugging enabled. Logging in... Debugger enabled on OpenAIAuth juh5N23zsUtMKI1COcwk6v78PhKGsHQbNdYCIbI9IZw-1670805745-0-160 Something went wrong! Please run with --debug to see the error. EOF occurred in violation of protocol (_ssl.c:1129)