Closed (fixed)
Project:
Link checker
Version:
6.x-2.0
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Mar 2009 at 06:38 UTC
Updated:
8 Apr 2009 at 09:50 UTC
in some situlation:
a link may be unreachable while the target server is out of services for a while or my local server could not connect to the target server for a while . for example , in China, our goverment sometime ban "youtube.com" , but will release it for a few days later. and my site connect some rss data from youtube . so when the cron.php run this time,
"status/linkchecker" will show some links actually exist . this time,"status/linkchecker", response : "-10060".
and of course , the other response code "404" ,republish
Comments
Comment #1
hass commentedLOL, now I understand your "-10060". Chinas government is blocking network access to youtube.com - I remember I have read about this a few days ago. This type of blocking is no problem at all as you do not get a server error 404. This is partly why I have added the 'Unpublish node on file not found error' selecbox and you are able to select 'After three file not found errors'. This prevent changing the link because of temporarily server issues.
In your special case this is not an issue as you do not get a 404 and a -10060 error will never unpublish a node. The fail count will count up, but no action is taken. I hope this answer your questions.
Comment #2
haojiang commentedthx for the quick reply