daveshanley / jgooglesafebrowsing

Automatically exported from code.google.com/p/jgooglesafebrowsing
0 stars 0 forks source link

Getting error in Updatemalwarelist() #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Exception in thread "main" uk.co.mccann.gsb.exceptions.GSBException: unable to 
read from url stream: 
http://sb.google.com/safebrowsing/update?client=api&apikey=ABQIAAAAEWsNsRuCD-GzW
Wguh7mV5RS0WCGQ_M7a5N70GeKS97eKvOwS5w&version=goog-malware-hash:1:-1, server 
said: 
http://sb.google.com/safebrowsing/update?client=api&apikey=ABQIAAAAEWsNsRuCD-GzW
Wguh7mV5RS0WCGQ_M7a5N70GeKS97eKvOwS5w&version=goog-malware-hash:1:-1
    at uk.co.mccann.gsb.engine.util.GSBRemote.returnRequest(GSBRemote.java:59)
    at uk.co.mccann.gsb.model.SessionImpl.getMalwarelist(SessionImpl.java:171)
    at uk.co.mccann.gsb.engine.GoogleSafeBrowser.updateMalwarelist(GoogleSafeBrowser.java:237)
    at gsb.GSB.main(GSB.java:34)
Java Result: 1

this is the error when we run Updatemalwarelist().

Original issue reported on code.google.com by guptaya...@gmail.com on 26 Mar 2013 at 9:44

GoogleCodeExporter commented 9 years ago
I started working on the v2 version of the API. I wrote this library in 2007, I 
know google deprecated it. That might be the issue.

Original comment by d...@quobix.com on 26 Jun 2013 at 7:30