GH05T-HUNTER5 / GH05T-INSTA

Insta BruteForce { GH05T-INSTA 7.01 } Fork it...
Other
668 stars 139 forks source link

InstagramPySession.py Error #255

Open omgitsnate opened 1 year ago

omgitsnate commented 1 year ago

Once the process starts I am getting the following error, this is a brand new BlackArch instance.

[+] Started @ 2023-08-16 19:30:38.377813 Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/InstagramPy/InstagramPySession.py", line 87, in init configuration = json.load(fp) File "/usr/lib/python3.10/json/init.py", line 293, in load return loads(fp.read(), File "/usr/lib/python3.10/json/init.py", line 346, in loads return _default_decoder.decode(s) File "/usr/lib/python3.10/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.10/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)

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/sbin/instagram-py", line 8, in sys.exit(ExecuteInstagramPy()) File "/usr/lib/python3.10/site-packages/InstagramPy/init.py", line 128, in ExecuteInstagramPy session = InstagramPySession( File "/usr/lib/python3.10/site-packages/InstagramPy/InstagramPySession.py", line 90, in init "invalid configuration file at {}".format(configuraion)) NameError: name 'configuraion' is not defined. Did you mean: 'configuration'?

GH05T-HUNTER5 commented 1 year ago

pip install requests

omgitsnate commented 1 year ago

Thanks for the info, I did try that. Seems to be getting the same issue. I will keep digging on my end.

GH05T-INSTA 3.01 , gh05t tool helps you to automatically change your IP address and fix errors. Instagram-Py 2.0.7 , Slick Instagram brute force command line tool. Copyright (C) 2018 The Future Shell , Antony Jr.

[+] Started @ 2023-08-18 14:37:49.978331 Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/InstagramPy/InstagramPySession.py", line 87, in init configuration = json.load(fp) File "/usr/lib/python3.10/json/init.py", line 293, in load return loads(fp.read(), File "/usr/lib/python3.10/json/init.py", line 346, in loads return _default_decoder.decode(s) File "/usr/lib/python3.10/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.10/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)

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/sbin/instagram-py", line 8, in sys.exit(ExecuteInstagramPy()) File "/usr/l