google-safe-browsing-lookup-python icon indicating copy to clipboard operation
google-safe-browsing-lookup-python copied to clipboard

Getting 'Number of URLs in the response does not match the number of URLs in the request' with every lookup

Open ekollof opened this issue 12 years ago • 0 comments

In [9]: c = SafebrowsinglookupClient(apikey, 1, 1)

In [10]: c.lookup(*['https://www.google.com/']) BODY: 1 https://www.google.com/

URL: https://sb-ssl.google.com/safebrowsing/api/lookup?client=python&apikey=XXXXXXXXXXXXXXXXXXXXXX&appver=0.1&pver=3.0 At least 1 match

Number of URLs in the response does not match the number of URLs in the request

1 / 0

Out[10]: {'https://www.google.com/': 'error'}

ekollof avatar Jan 09 '14 11:01 ekollof