You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying this link on firefox raises a Server Not Found error (not even a 404). I guess, pylinkvalidator should report a sensible error when the URL is not parsable. Just want to make sure I'm not missing other cases.
I think what is happening is the WYSIWG editor is trying to fix these links by adding an extra http// in the mix. Not sure where the bracket is coming from but they aren't IPv6 urls.
So yes, I think maybe just a more generic 'unparsable url found' error message may be more useful?
When checking some URLs I get the following error:
Even though the URL is is not formatted unusually.
Scan http://verticalindustriesblog.redhat.com/ with depth=1 for some examples.
I may modify my fork to just ignore this error but I'm not sure there is a correct way to 'fix' it. Googling it seems like an issue with Python 2.7.x.
I see it both on 2.7.5 and 2.7.10.
The text was updated successfully, but these errors were encountered: