megadose / toutatis

Toutatis is a tool that allows you to extract information from instagrams accounts such as e-mails, phone numbers and more
GNU General Public License v3.0
1.93k stars 240 forks source link

KeyError: 'full_name' #32

Closed httpanand closed 2 years ago

httpanand commented 2 years ago
Programs\Python\Python310\lib\site-packages\toutatis\core.py", line 87, in main
    print("Full Name              : "+infos["full_name"]+" | userID : "+infos["userID"])
KeyError: 'full_name'
deltabravozulu commented 2 years ago

Same

deltabravozulu commented 2 years ago

Nevermind. The cause is an incorrect sessionid. It can be URL encoded like 1802993369%3A8cfThet9t1HQSD%3A12 or presented as a string like 1802993369:8cfThet9t1HQSD:12. You might have also grabbed the wrong sessionid.

httpanand commented 2 years ago

Nevermind. The cause is an incorrect sessionid. It can be URL encoded like 1802993369%3A8cfThet9t1HQSD%3A12 or presented as a string like 1802993369:8cfThet9t1HQSD:12. You might have also grabbed the wrong sessionid.

no my session is correct. i have used toutatis before and now its not working

Bazili028 commented 2 years ago

Was the same problem Solved by update sessionid

Abdelzero commented 1 year ago

How can I update the sessionid?