Closed Martoon-00 closed 1 year ago
Why is NoResponseDataReceived
only happening for that particular link though?
The docs say this:
No response data was received from the server at all. This exception may deserve special handling within the library, since it may indicate that a pipelining has been used, and a connection thought to be open was in fact closed.
So it looks like a connection issue (which would imply that xrefcheck was unable to check whether the link is valid or not, so it's inconclusive).
Oh, really. Thanks for the quick look at this.
I retried that job, and the issue turned out to be transitive. So the current behaviour seems good as it is.
Description
In
ligo
repositoryxrefcheck
currently fails for one link:and I see no reasons for that link to be considered invalid.
To Reproduce
https://ligolang.org/docs/language-basics/modules
link.xrefcheck
Expected behavior
The check passes.
Environment