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

getting following errors #25

Closed niemajak900 closed 2 years ago

niemajak900 commented 2 years ago

toutatis -u usernameexample -s instagramsessionid
Informations about : usernameexample Traceback (most recent call last): File "/usr/local/bin/toutatis", line 33, in sys.exit(load_entry_point('toutatis==1.25', 'console_scripts', 'toutatis')()) File "/usr/local/lib/python3.9/dist-packages/toutatis-1.25-py3.9.egg/toutatis/core.py", line 87, in main KeyError: 'full_name'

after I did apt update I got this one now:

Traceback (most recent call last): File "/usr/local/bin/toutatis", line 33, in sys.exit(load_entry_point('toutatis==1.25', 'console_scripts', 'toutatis')()) File "/usr/local/lib/python3.9/dist-packages/toutatis-1.25-py3.9.egg/toutatis/core.py", line 80, in main File "/usr/local/lib/python3.9/dist-packages/toutatis-1.25-py3.9.egg/toutatis/core.py", line 32, in getInfo File "/usr/lib/python3.9/json/init.py", line 346, in loads return _default_decoder.decode(s) File "/usr/lib/python3.9/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.9/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

niemajak900 commented 2 years ago

I fixed those issue with sudo apt install software-properties-common now I got another one :D

toutatis: error: unrecognized arguments: (session id string)

I am copying the correct session ID yet it ain't working ;s

niemajak900 commented 2 years ago

screen

I am making everything correctly don't know why I got this error

niemajak900 commented 2 years ago

fixed.