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

hass’s picture

Category: feature » support
Status: Active » Fixed

LOL, 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.

haojiang’s picture

thx for the quick reply

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.