Git Product home page Git Product logo

Comments (4)

zerobeyondlogic avatar zerobeyondlogic commented on August 27, 2024

如果暂时禁用proxy,
报错是timeout,看来无法直连
image
09-20 21:47:33 [ERROR] nonebot | Running matcher <Matcher from nonebot_plugin_picsearcher, type=message, priority=0, temp=True> failed.
Traceback (most recent call last):
File "/home/beyond/qqbot/bot/bot.py", line 37, in
nonebot.run(app="mp_main:app")
File "/home/beyond/qqbot/qqbotpy/lib/python3.10/site-packages/nonebot/init.py", line 261, in run
get_driver().run(*args, **kwargs)
File "/home/beyond/qqbot/qqbotpy/lib/python3.10/site-packages/nonebot/drivers/fastapi.py", line 170, in run
uvicorn.run(
File "/home/beyond/qqbot/qqbotpy/lib/python3.10/site-packages/uvicorn/main.py", line 576, in run
server.run()
File "/home/beyond/qqbot/qqbotpy/lib/python3.10/site-packages/uvicorn/server.py", line 60, in run
return asyncio.run(self.serve(sockets=sockets))
File "/usr/lib/python3.10/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/home/beyond/qqbot/qqbotpy/lib/python3.10/site-packages/nonebot/message.py", line 146, in _check_matcher
await _run_matcher(Matcher, bot, event, state, stack, dependency_cache)

File "/home/beyond/qqbot/qqbotpy/lib/python3.10/site-packages/nonebot/message.py", line 196, in _run_matcher
await matcher.run(bot, event, state, stack, dependency_cache)
File "/home/beyond/qqbot/qqbotpy/lib/python3.10/site-packages/nonebot/internal/matcher.py", line 672, in run
await self.simple_run(bot, event, state, stack, dependency_cache)
File "/home/beyond/qqbot/qqbotpy/lib/python3.10/site-packages/nonebot/internal/matcher.py", line 639, in simple_run
await handler(
File "/home/beyond/qqbot/qqbotpy/lib/python3.10/site-packages/nonebot/dependencies/init.py", line 92, in call
return await self.call(**values)
File "/home/beyond/qqbot/qqbotpy/lib/python3.10/site-packages/nonebot_plugin_picsearcher/init.py", line 83, in get_setu
await bot.send(event=event, message=msg)
File "/home/beyond/qqbot/qqbotpy/lib/python3.10/site-packages/nonebot/adapters/onebot/v11/bot.py", line 220, in send
return await self.class.send_handler(self, event, message, **kwargs)
File "/home/beyond/qqbot/qqbotpy/lib/python3.10/site-packages/nonebot/adapters/onebot/v11/bot.py", line 175, in send
return await bot.send_msg(**params)
File "/home/beyond/qqbot/qqbotpy/lib/python3.10/site-packages/nonebot/internal/adapter/bot.py", line 117, in call_api
raise exception
File "/home/beyond/qqbot/qqbotpy/lib/python3.10/site-packages/nonebot/internal/adapter/bot.py", line 94, in call_api
result = await self.adapter._call_api(self, api, **data)
File "/home/beyond/qqbot/qqbotpy/lib/python3.10/site-packages/nonebot/adapters/onebot/v11/adapter.py", line 136, in _call_api
raise NetworkError(f"WebSocket call api {api} timeout") from None
nonebot.adapters.onebot.v11.exception.NetworkError:

from nonebot_plugin_picsearcher.

synodriver avatar synodriver commented on August 27, 2024

似乎是上游aiohttp的锅

from nonebot_plugin_picsearcher.

synodriver avatar synodriver commented on August 27, 2024

似乎是链接断开了 看看gocq的log

from nonebot_plugin_picsearcher.

c6ForH66 avatar c6ForH66 commented on August 27, 2024

这个不用管,有时候就算不是http代理也会报错,这个不影响运行

from nonebot_plugin_picsearcher.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.