google-safe-browsing-lookup-python
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
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'}