this.sb.crawlQueues.errorURL.push(request,this.sb.peers.mySeed().hash.getBytes(),newDate(),1,FailCategory.TEMPORARY_NETWORK_FAILURE," ftp server download, "+detail,-1);
this.sb.crawlQueues.errorURL.push(request,ASCII.getBytes(this.sb.peers.mySeed().hash),newDate(),1,FailCategory.TEMPORARY_NETWORK_FAILURE," ftp server download, "+detail,-1);
thrownewIOException("FTPLoader: Unable to download URL '"+request.url().toString()+"': "+detail);
Switchboard.getSwitchboard().crawlQueues.errorURL.push(newRequest(url,null), Switchboard.getSwitchboard().peers.mySeed().hash.getBytes(),newDate(),1,FailCategory.FINAL_LOAD_CONTEXT,"url in blacklist",-1);
Switchboard.getSwitchboard().crawlQueues.errorURL.push(newRequest(url,null),ASCII.getBytes(Switchboard.getSwitchboard().peers.mySeed().hash),newDate(),1,FailCategory.FINAL_LOAD_CONTEXT,"url in blacklist",-1);
Log.logFine("snippet fetch","MEDIA-SNIPPET Rejecting URL '"+url.toString()+"'. URL is in blacklist.");