Skip to content
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] 公共模板更新报错 #566

Open
4 tasks done
magnetpackk opened this issue Dec 26, 2024 · 3 comments
Open
4 tasks done

[Bug] 公共模板更新报错 #566

magnetpackk opened this issue Dec 26, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@magnetpackk
Copy link

Verify steps

  • Tracker 我已经在 Issue Tracker 中找过我要提出的问题
  • Latest 我已经使用 最新源码 测试过,问题依旧存在
  • Core 这是 QD 框架存在的问题,并非我所使用的 QD 早期版本(如 20210628及之前版号 等)或模板的特定问题
  • Meaningful 我提交的不是无意义的 催促更新或修复 请求

QD Version

20240210

Bug on OS

Linux

Bug on Platform

Docker/Linux 64位

To Reproduce

类似于#537 中存在的问题,复现步骤一样,按照其中步骤增加加速未能解决

Describe the Bug

jsdelivr_cdn/jsdelivr_fastly/ghproxy/fastgit等都已经尝试过,未能解决问题
docker终端内直接ping github和https://raw.githubusercontent.com/延迟大约为200ms,连通性没问题

QD config

No response

QD log

具体日志如下
[E 241226 16:56:30 QD.Web.Handler subscribe:172] UserID: 1 update Subscribe failed! Reason: TimeoutError

    Traceback (most recent call last):

      File "/usr/src/app/web/handlers/subscribe.py", line 108, in update

        async with session.get(hfile_link, verify_ssl=False, timeout=config.request_timeout, proxy=proxy) as res:

      File "/usr/lib/python3.11/site-packages/aiohttp/client.py", line 1167, in __aenter__

        self._resp = await self._coro

                     ^^^^^^^^^^^^^^^^

      File "/usr/lib/python3.11/site-packages/aiohttp/client.py", line 493, in _request

        with timer:

      File "/usr/lib/python3.11/site-packages/aiohttp/helpers.py", line 725, in __exit__

        raise asyncio.TimeoutError from None

    TimeoutError

[I 241226 16:56:31 tornado.access web:2348] 101 GET /subscribe/1/updating/ (119.237.241.252) 0.84ms

[I 241226 16:56:33 tornado.access web:2348] 200 GET /subscribe/1/ (119.237.241.252) 10.78ms

Expected behavior

可以正常更新

Screenshots

No response

@magnetpackk magnetpackk added the bug Something isn't working label Dec 26, 2024
@a76yyyy
Copy link
Contributor

a76yyyy commented Dec 27, 2024

github能通的话关闭代理加速试试

@tufu9441
Copy link

同样的问题,好久没更新过公共模板了,今天点进去想添加个新的签到,发现报错。

@magnetpackk
Copy link
Author

github能通的话关闭代理加速试试

都试过了,直连和走镜像提示是一样的。
没有用代理,是改了hosts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants