-
Notifications
You must be signed in to change notification settings - Fork 47
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
Provide more details about http failures #270
Comments
right u are. Will look into it asap (might take a few days, as II'm currently on holiday) |
(and I feel deeply honored that you care for my little library... although it by no means matches your high software quality standards...) |
@mernst - could you please provide the context of the error message (at best the complete report)? In the corresponding Checker subclass, the http status code is included in the output:
And I verified that the URL you mentioned above returns status code 200... Therefore, I need some additional info for debugging... regards, Gernot |
Thanks for the quick response! To reproduce the error, please run:
There is just one error -- the one I quoted above. Please let me know if you need any more information or if I can do anything to help. Thanks for your help! |
had to remove the html5Validator requirement - as the (normal) build requires that prerequisite... actually there are two distinct problems here:
I'm investigating... |
Currently, the Randoop build requires installation of I'm investigating replacing that by htmlSanityCheck. |
Thanx to the hint from @double16 I'll try to come up with a more relaxed HttpsUrlConnection class, that does not try to validate the certificates... |
In a message like this one:
it would be helpful to give more details about the failure, such as the exact error code.
I am able to browse to that URL, and a HEAD request also seems works for me using curl, so I don't know exactly to diagnose the problem that htmlSanityCheck is suffering.
The text was updated successfully, but these errors were encountered: