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

fix 了一些问题 #12

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open

Conversation

RockNHawk
Copy link

fix GetHeaders 会导致死循环
ruin.json 由于缺少 ;Mode=Exclusive macOS 启动报错
GetRandomSettingUA 增加了 response 500 检测
TestController 增加空值判断

Develop Merge from upstream
merge develop from upstream
ruin.json 由于缺少 ;Mode=Exclusive macOS 启动报错
GetRandomSettingUA 增加了 response 500 检测
TestController 增加空值判断
"proxy": "LiteDb/Proxys.db;Mode=Exclusive",
"func": "LiteDb/Funcs.db;Mode=Exclusive",
"feed": "LiteDb/Feeds.db;Mode=Exclusive",
"content": "LiteDb/Content/{shard}.db;Mode=Exclusive"
}
Copy link
Author

@RockNHawk RockNHawk Sep 4, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

少了 Filename 参数,会报错,应该这样:

"storage": {
    "ua": "Filename=LiteDb/UAs.db;Mode=Exclusive",
    "rule": "Filename=LiteDb/Rules.db;Mode=Exclusive",
    "proxy": "Filename=LiteDb/Proxys.db;Mode=Exclusive",
    "func": "Filename=LiteDb/Funcs.db;Mode=Exclusive",
    "feed": "Filename=LiteDb/Feeds.db;Mode=Exclusive",
    "content": "Filename=LiteDb/Content/{shard}.db;Mode=Exclusive"
}

@RockNHawk
Copy link
Author

RockNHawk commented Sep 4, 2019

歪个楼,请问 Rule 下面的网站点击爬取还是 comming soon,是还不能用吗?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant