Successfully installed the package. I can pull up the screen, click to start checking, however, every page it tries to examine comes back with a status of NO RESPONSE.
It seems to be working fine otherwise. What could be wrong?
The Link Checker works by making HTTP requests to every link it finds and then checks the status of the request (ie. a 404 response indicates the page is not found). The "NO RESPONSE" response is only returned if the HTTP request fails to get a response or times out after a set period. You can adjust the period of the timeout in the config file called Diplo.LinkChecker.config in the /config/ directory :
<timeOutMiliseconds>20000</timeOutMiliseconds>
However, the default of 20 seconds is a long time, so it may be some other issue.
Do you use a proxy server to connect to the internet? It may be that the requests need to use a proxy to work.
No Response
Successfully installed the package. I can pull up the screen, click to start checking, however, every page it tries to examine comes back with a status of NO RESPONSE.
It seems to be working fine otherwise. What could be wrong?
Hi Connue,
Could you give me a little bit more info about your setup, please?
Umbraco 4.7.
They would normally be publicly accessible pages. I'm testing on my dev server first so the public cannot see them.
I can't check the logs as they keep throwing a timeout expired when I open them.
Hi,
The Link Checker works by making HTTP requests to every link it finds and then checks the status of the request (ie. a 404 response indicates the page is not found). The "NO RESPONSE" response is only returned if the HTTP request fails to get a response or times out after a set period. You can adjust the period of the timeout in the config file called Diplo.LinkChecker.config in the /config/ directory :
<timeOutMiliseconds>20000</timeOutMiliseconds>
However, the default of 20 seconds is a long time, so it may be some other issue.
Do you use a proxy server to connect to the internet? It may be that the requests need to use a proxy to work.
is working on a reply...