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
crash during check external_links #1297
Comments
You can see from the traceback that this is the gitlab head from a couple of days ago. |
Is this an exception that occurs consistently? Line 84 of location = base_url.to_s + location That At the very least, Nanoc should check the presence of the |
Yes, it seems to be consistent. I will try and add some kind of |
This seems to be one of the links that is killing things:
|
That HTTP response is weird:
Not sure what to do in this case. Probably not error, and treat this situation as OK? An error in this case would not provide anything actionable. |
#1302 has a fix. |
Handle HTTP 302 without Location
bundle exec nanoc check elinks
causes exceptionDetails
Crash log
https://gist.github.com/iay/2fc13b5b7b406a6b50ef998b7023ef76
The text was updated successfully, but these errors were encountered: