-
-
Notifications
You must be signed in to change notification settings - Fork 199
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
3.17.1 broke something #595
Comments
Can you show me the some of the source files? What the internal link looks like, or the directory structure? 3.17.1 did change how internal links are checked (cf #587) but the test suite passed, so it's possible some other behavior was not being tested. |
We're running into the same problem with 3.17.1. We execute HTML proofer via Ruby like this: HTMLProofer.check_directory("build/", {
url_ignore: url_ignore,
trace: true,
typhoeus: {
headers: {
"Accept-Encoding" => "gzip, deflate",
"User-Agent" => "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36"
}
},
cache: {
timeframe: "2w",
storage_dir: ENV["HTML_PROOFER_CACHE_DIR"]
}
}).run Same observable problem: Internal links are reported as broken, external ones appear okay. To check out our directory structure, it's a 1:1 copy from our website: https://stormforger.com |
@tisba Same question: can you please |
Ok. I was able to recreate the problem. Working on a fix. |
#597 should sort this; waiting for CI and will release 3.17.2 right after. |
Version 3.17.1 broke internal links. This is a temporary fix until that is fixed. gjtorikian/html-proofer#595
If I could get external confirmation that this fixed this issue, please let me know! PS If you or your company are finding this tool useful, please consider sponsoring it. ✌️ |
I can confirm, 3.17.2 has resolved the issue 👍 |
When html proofer was updates from 3.17.0 to 3.17.1 today in my CI tests started failing on internal linking (, , …). External links are checked correctly.
Executing it like this:
in Docker image klakegg/html-proofer
The text was updated successfully, but these errors were encountered: