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

auto attack not working #265

Open
Jansonmy opened this issue Aug 29, 2023 · 2 comments
Open

auto attack not working #265

Jansonmy opened this issue Aug 29, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@Jansonmy
Copy link

Which environment you are using ?

Linux / Desktop

Describe the bug

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 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.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'?

Provide log output [Optional]

No response

@Jansonmy Jansonmy added the bug Something isn't working label Aug 29, 2023
@md-saqib06
Copy link

I'm also getting the same error...
After entering password choice, this bug appears

@devmeireles
Copy link

take a look on #268 (comment)

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