Simple-Tracker / qBittorrent-ClientBlocker

一款适用于 qBittorrent/Transmission (Beta)/BitComet (Beta, Partial) 的客户端屏蔽器, 默认屏蔽包括但不限于迅雷等客户端. A client blocker compatible with qBittorrent/Transmission (Beta)/BitComet (Beta, Partial) which is prohibited to include but not limited to clients such as Xunlei.
MIT License
840 stars 20 forks source link

clientURL 配置 #75

Closed chesha1 closed 2 months ago

chesha1 commented 2 months ago

config.json 里的 clientURL 为空,就会一直弹 “检测到 URL 为空,可能是未配置且未能自动读取客户端配置文件.”

如果填写 webui 的地址,比如 localhost:8080,就会直接报错退出如下图:

image

手动 Get 第一个地址是能 Get 到结果的,比如 GET http://localhost:8080/api/v2/app/webapiVersion

返回 2.9.3

chesha1 commented 2 months ago

加上http://开头好了