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/sk/.local/bin/ghunt", line 8, in
sys.exit(main())
^^^^^^
File "/home/sk/.local/share/pipx/venvs/ghunt/lib/python3.12/site-packages/ghunt/ghunt.py", line 18, in main
parse_and_run()
File "/home/sk/.local/share/pipx/venvs/ghunt/lib/python3.12/site-packages/ghunt/cli.py", line 63, in parse_and_run
process_args(args)
File "/home/sk/.local/share/pipx/venvs/ghunt/lib/python3.12/site-packages/ghunt/cli.py", line 73, in process_args
asyncio.run(email.hunt(None, args.email_address, args.json))
File "/usr/lib/python3.12/asyncio/runners.py", line 194, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/asyncio/runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/asyncio/base_events.py", line 687, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/home/sk/.local/share/pipx/venvs/ghunt/lib/python3.12/site-packages/ghunt/modules/email.py", line 25, in hunt
is_found, target = await people_pa.people_lookup(as_client, email_address, params_template="max_details")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/sk/.local/share/pipx/venvs/ghunt/lib/python3.12/site-packages/ghunt/apis/peoplepa.py", line 120, in people_lookup
person_data = list(data["people"].values())[0]
~~~~^^^^^^^^^^
KeyError: 'people'
The text was updated successfully, but these errors were encountered:
Describe the bug
Tool not working properly gives some people error when ran.
installed via pipx and also tried multiple reinstall still same issue
Log
sk@beast:~$ ghunt email <email.com>
🎉 You are up to date !
[+] Stored session loaded !
[+] Authenticated !
Traceback (most recent call last):
File "/home/sk/.local/bin/ghunt", line 8, in
sys.exit(main())
^^^^^^
File "/home/sk/.local/share/pipx/venvs/ghunt/lib/python3.12/site-packages/ghunt/ghunt.py", line 18, in main
parse_and_run()
File "/home/sk/.local/share/pipx/venvs/ghunt/lib/python3.12/site-packages/ghunt/cli.py", line 63, in parse_and_run
process_args(args)
File "/home/sk/.local/share/pipx/venvs/ghunt/lib/python3.12/site-packages/ghunt/cli.py", line 73, in process_args
asyncio.run(email.hunt(None, args.email_address, args.json))
File "/usr/lib/python3.12/asyncio/runners.py", line 194, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/asyncio/runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/asyncio/base_events.py", line 687, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/home/sk/.local/share/pipx/venvs/ghunt/lib/python3.12/site-packages/ghunt/modules/email.py", line 25, in hunt
is_found, target = await people_pa.people_lookup(as_client, email_address, params_template="max_details")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/sk/.local/share/pipx/venvs/ghunt/lib/python3.12/site-packages/ghunt/apis/peoplepa.py", line 120, in people_lookup
person_data = list(data["people"].values())[0]
~~~~^^^^^^^^^^
KeyError: 'people'
The text was updated successfully, but these errors were encountered: