Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Receiving this error again and agian even after installing pip install requests #259

Open
DangerWolf473 opened this issue Aug 21, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@DangerWolf473
Copy link

Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/InstagramPy/InstagramPySession.py", line 87, in init
configuration = json.load(fp)
^^^^^^^^^^^^^
File "/usr/lib/python3.11/json/init.py", line 293, in load
return loads(fp.read(),
^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/json/init.py", line 346, in loads
return _default_decoder.decode(s)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/json/decoder.py", line 353, in raw_decode
obj, end = self.scan_once(s, idx)
^^^^^^^^^^^^^^^^^^^^^^
json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes: line 7 column 39 (char 327)

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.11/dist-packages/InstagramPy/init.py", line 128, in ExecuteInstagramPy
session = InstagramPySession(
^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/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'?

@DangerWolf473
Copy link
Author

Using this software on laptop

@Creepy2e
Copy link

i have the same error but i dont know why it comes everytime i have tor running too i have tryed to uninstall alll but nothing work

@GH05T-HUNTER5 GH05T-HUNTER5 added the bug Something isn't working label Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants