Closed White-Clouds closed 2 months ago
Same here. IMO it is by #116 which split single config.json
into multiple files.
As for ipBlockList.txt
, the ipBlockList.txt
from the repo root starts with #
. A change from the leading //
to #
may help.
Same here. IMO it is by #116 which split single
config.json
into multiple files.As for
ipBlockList.txt
, theipBlockList.txt
from the repo root starts with#
. A change from the leading//
to#
may help.
将//
更改为#
同样报错。
Changing //
to #
also reports an error.
在ipBlockListURL
中配置ipBlockList.txt
的链接可以正常识别。
The link to ipBlockList.txt
configured in ipBlockListURL
can be recognized properly.
感谢反馈!
在本机测试 blockListFile/ipBlockListFile 未出现报错问题, 屏蔽器默认会切换工作目录至程序目录, 这也是所有文件的基准路径. 因此, 须确保文件位于程序文件夹下. (绝对路径是未经测试且不被推荐的)
默认 config "blockList": ["blockList.json"]
是一个失误, 现已修正. 在 https://github.com/Simple-Tracker/qBittorrent-ClientBlocker/pull/119 合并后, 将发布新版本解决默认版本出现的问题.
感谢反馈!
在本机测试 blockListFile/ipBlockListFile 未出现报错问题, 屏蔽器默认会切换工作目录至程序目录, 这也是所有文件的基准路径. 因此, 须确保文件位于程序文件夹下. (绝对路径是未经测试且不被推荐的)
默认 config
"blockList": ["blockList.json"]
是一个失误, 现已修正. 在 #119 合并后, 将发布新版本解决默认版本出现的问题.
谢谢,我忘了把文件映射到docker里面。 Java敲傻了docker不会用了(
在
3.5b2
版本配置文件中的blockListFile
和ipBlockListFile
配置文件名会报错:但将配置转移到对应的
blockList
和ipBlockList
中时程序正常运行。但是
ipBlockList.txt
会报错文件内容为:
同时示例配置里的
ipBlockListURL
选项中的https://bta.iaalai.cn/BTN-Collected-Rules/qBittorrent-ClientBlocker/ipBlockList.txt
已经不指向该文件,应该去除。