You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/jjk/git/Pompem/core/scrapers.py", line 28, in _get_results
self._parser(html)
File "/home/jjk/git/Pompem/core/scrapers.py", line 188, in _parser
for data in json_data['data']['search']:
KeyError: 'search'
When debugging I find that the following response is received from Vulners:
{
"result": "error",
"data": {
"error": "Looks like you are a bot. Please, pass captcha or obtain proper valid API key",
"errorCode": 9000
}
}
The text was updated successfully, but these errors were encountered:
When debugging I find that the following response is received from Vulners:
The text was updated successfully, but these errors were encountered: