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

Cannot use toutatis #39

Closed ghost closed 2 years ago

ghost commented 2 years ago

Hi, when I want to use the tool I have this error and I can't how to fix it. . .

I don't saw any issues about my problem :

Traceback (most recent call last): File "/usr/local/bin/toutatis", line 33, in <module> sys.exit(load_entry_point('toutatis==1.26', 'console_scripts', 'toutatis')()) File "/usr/local/lib/python3.9/dist-packages/toutatis-1.26-py3.9.egg/toutatis/core.py", line 84, in main File "/usr/local/lib/python3.9/dist-packages/toutatis-1.26-py3.9.egg/toutatis/core.py", line 32, in getInfo File "/usr/local/lib/python3.9/dist-packages/toutatis-1.26-py3.9.egg/toutatis/core.py", line 25, in getUserId File "/usr/lib/python3/dist-packages/requests/models.py", line 900, in json return complexjson.loads(self.text, **kwargs) File "/usr/lib/python3/dist-packages/simplejson/__init__.py", line 525, in loads return _default_decoder.decode(s) File "/usr/lib/python3/dist-packages/simplejson/decoder.py", line 370, in decode obj, end = self.raw_decode(s) File "/usr/lib/python3/dist-packages/simplejson/decoder.py", line 400, in raw_decode return self.scan_once(s, idx=_w(s, idx).end()) simplejson.errors.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

image

Thanks to any response to fix it !

atz-spe commented 2 years ago

There's a problem with Instagram request parameters since ~1 month. See : https://github.com/megadose/toutatis/pull/40