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] 添加任务-设置代理-提交后显示:405: Method Not Allowed #500

Closed
4 tasks done
Kolakona opened this issue Feb 9, 2024 · 9 comments
Closed
4 tasks done
Labels
bug Something isn't working

Comments

@Kolakona
Copy link

Kolakona commented Feb 9, 2024

Verify steps

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

QD Version

20230821

Bug on OS

Linux

Bug on Platform

Docker/Linux 64位, Code Build/Linux 64位

To Reproduce

平台:dsm7.0.1 docker20.10.3.1239
添加任务,设置代理该选项时,输入http://192.168.123.110:10809 (局域网中代理地址),提交。

Describe the Bug

添加任务-设置代理-提交后显示:405: Method Not Allowed

QD config

No response

QD log

Expected behavior

可以通过设置代理来进行无法直连的网站签到

Screenshots

image

@Kolakona Kolakona added the bug Something isn't working label Feb 9, 2024
@Kolakona Kolakona changed the title [Bug] [Bug] 添加任务-设置代理-提交后显示:405: Method Not Allowed Feb 9, 2024
@a76yyyy
Copy link
Contributor

a76yyyy commented Feb 9, 2024

升级至最新版后再试一次

@Kolakona
Copy link
Author

Kolakona commented Feb 9, 2024

升级至最新版后再试一次

更新版本到20240208了,还是一样显示 405: Method Not Allowed

@a76yyyy
Copy link
Contributor

a76yyyy commented Feb 9, 2024

有405日志或者截图么?或者开启debug模式,看一下后台日志

看看是不是代理不支持http

@loveqianool
Copy link

loveqianool commented Feb 10, 2024

有405日志或者截图么?或者开启debug模式,看一下后台日志

看看是不是代理不支持http

最新版随便找个任务修改都是 405,不管是用户名,密码,还是代理备注,但是可以删除任务,然后新建正常运行。
新春快乐

@Kolakona
Copy link
Author

有405日志或者截图么?或者开启debug模式,看一下后台日志

看看是不是代理不支持http

Traceback (most recent call last):
File "/usr/lib/python3.11/site-packages/tornado/web.py", line 1788, in _execute
result = method(*self.path_args, **self.path_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/tornado/web.py", line 269, in _unimplemented_method
raise HTTPError(405)
tornado.web.HTTPError: HTTP 405: Method Not Allowed

@Kolakona
Copy link
Author

有405日志或者截图么?或者开启debug模式,看一下后台日志
看看是不是代理不支持http

最新版随便找个任务修改都是 405,不管是用户名,密码,还是代理备注,但是可以删除任务,然后新建正常运行。 新春快乐

原来如此,试了一下删除再新建确实可以了!
祝开发者及层主新春快乐~

@a76yyyy
Copy link
Contributor

a76yyyy commented Feb 10, 2024

确实是bug,尽快修复

@a76yyyy
Copy link
Contributor

a76yyyy commented Feb 10, 2024

@Kolakona @loveqianool Dev 版已修复(Fixed by #68aa0b7),可以使用 qdtoday/qd:dev 容器测试一下,如果没有问题我尽快发版

@Kolakona
Copy link
Author

@Kolakona @loveqianool Dev 版已修复(Fixed by #68aa0b7),可以使用 qdtoday/qd:dev 容器测试一下,如果没有问题我尽快发版

测试了,正常了

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