GH05T-HUNTER5 / GH05T-INSTA

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

Multiple exceptions when running #246

Closed DimitriPissokas closed 1 year ago

DimitriPissokas commented 1 year ago

Describe the bug Getting the following when running: [+] Started @ 2023-05-08 17:41:04.240909 Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-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 "/usr/local/bin/instagram-py", line 8, in sys.exit(ExecuteInstagramPy()) File "/usr/local/lib/python3.10/dist-packages/InstagramPy/init.py", line 128, in ExecuteInstagramPy session = InstagramPySession( File "/usr/local/lib/python3.10/dist-packages/InstagramPy/InstagramPySession.py", line 90, in init "invalid configuration file at {}".format(configuraion)) NameError: name 'configuraion' is not defined. Did you mean: 'configuration'?

To Reproduce I have my TOR browser running have restarted the console and browser multiple times.

Screenshots image

Desktop (please complete the following information): Running on Ubunto on Windows

Additional context Add any other context about the problem here.