Hi again, and thank in advance for your kind help. Nutch 1.14
I am getting the following error message when crawling a site: *Fetch failed with protocol status: gone(11), lastModified=0: https://www.sitename.com <https://www.sitename.com>* The only documentation I can find says: > public static final int GONE = 11; > /** Resource has moved permanently. New url should be found in args. */ > I'm not sure what this means. When I load the page in my browser it shows status codes 200 or 304 for all resources. The problem only exists on a single site - other sites crawl fine. I saved a page from the site locally and that page fetches successfully. Can you please steer my in the right direction. Many Thanks, ...bob

