Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keyerror: total result #19

Open
researchlongueuil opened this issue Jan 23, 2021 · 1 comment · May be fixed by #23
Open

Keyerror: total result #19

researchlongueuil opened this issue Jan 23, 2021 · 1 comment · May be fixed by #23

Comments

@researchlongueuil
Copy link

I just install the script and get theses error:

Traceback (most recent call last):
File "/usr/local/bin/dorkbot", line 8, in
sys.exit(main())
File "/usr/local/lib/python3.8/dist-packages/dorkbot/dorkbot.py", line 73, in main
index(db, blacklist, load_module("indexers", args.indexer), args, indexer_options)
File "/usr/local/lib/python3.8/dist-packages/dorkbot/dorkbot.py", line 212, in index
urls = indexer.run(options)
File "/usr/local/lib/python3.8/dist-packages/dorkbot/indexers/google_api.py", line 17, in run
results = get_results(options)
File "/usr/local/lib/python3.8/dist-packages/dorkbot/indexers/google_api.py", line 34, in get_results
items = issue_request(data)
File "/usr/local/lib/python3.8/dist-packages/dorkbot/indexers/google_api.py", line 78, in issue_request
if int(request["totalResults"]) == 0:
KeyError: 'totalResults'

Sometingchange in the google API?

@LiamWBA
Copy link

LiamWBA commented Sep 9, 2021

This error just means that your google dork has returned no results

@arkid15r arkid15r linked a pull request Oct 25, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants