GHunt icon indicating copy to clipboard operation
GHunt copied to clipboard

KeyError: 'people' on 3 different accounts

Open 2ir opened this issue 1 year ago • 10 comments

I tried 3 different accounts but I'm always getting KeyError: 'people'.

  • OS: arch linux
  • Python version: 3.11.8
[caio@archlinux ~]$ ghunt email [email protected]

     .d8888b.  888    888                   888    
    d88P  Y88b 888    888                   888    
    888    888 888    888                   888    
    888        8888888888 888  888 88888b.  888888 
    888  88888 888    888 888  888 888 "88b 888    
    888    888 888    888 888  888 888  888 888    
    Y88b  d88P 888    888 Y88b 888 888  888 Y88b.  
     "Y8888P88 888    888  "Y88888 888  888  "Y888 v2

             By: mxrch (🐦 @mxrchreborn)
       Support my work on GitHub Sponsors ! 💖
    

          > GHunt 2.1.3 (BlackHat Edition) <         

🎉 You are up to date !

[+] Stored session loaded !
[+] Authenticated !

Traceback (most recent call last):
  File "/home/caio/.local/bin/ghunt", line 8, in <module>
    sys.exit(main())
             ^^^^^^
  File "/home/caio/.local/share/pipx/venvs/ghunt/lib/python3.11/site-packages/ghunt/ghunt.py", line 18, in main
    parse_and_run()
  File "/home/caio/.local/share/pipx/venvs/ghunt/lib/python3.11/site-packages/ghunt/cli.py", line 31, in parse_and_run
    process_args(args)
  File "/home/caio/.local/share/pipx/venvs/ghunt/lib/python3.11/site-packages/ghunt/cli.py", line 41, in process_args
    asyncio.run(email.hunt(None, args.email_address, args.json))
  File "/usr/lib/python3.11/asyncio/runners.py", line 190, in run
    return runner.run(main)
           ^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/asyncio/runners.py", line 118, in run
    return self._loop.run_until_complete(task)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/asyncio/base_events.py", line 654, in run_until_complete
    return future.result()
           ^^^^^^^^^^^^^^^
  File "/home/caio/.local/share/pipx/venvs/ghunt/lib/python3.11/site-packages/ghunt/modules/email.py", line 24, in hunt
    is_found, target = await people_pa.people_lookup(as_client, email_address, params_template="max_details")
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/caio/.local/share/pipx/venvs/ghunt/lib/python3.11/site-packages/ghunt/apis/peoplepa.py", line 103, in people_lookup
    person_data = list(data["people"].values())[0]
                       ~~~~^^^^^^^^^^
KeyError: 'people'

2ir avatar Mar 28 '24 11:03 2ir

Hi,

I'm heading the same problem. Any solution?

Best regards

mav-noob avatar Apr 05 '24 08:04 mav-noob

Hi, I'm heading the same problem.

sdv75 avatar Apr 23 '24 17:04 sdv75

+1

techandlaw avatar Apr 24 '24 08:04 techandlaw

Is it possible to see from the "Master token services access" list, if the account will work? Which mandatory services must be in the list? I tried with two accounts which didn't work. Same error as above when I try to query an email address. Both have different services in the list: "hist, mail, talk, cl, multilogin, youtube" and "mail, friendview, talk, android".

StigP1337 avatar Jun 14 '24 13:06 StigP1337