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

IndexError: list index out of range #44

Open
ghost opened this issue Aug 25, 2022 · 3 comments
Open

IndexError: list index out of range #44

ghost opened this issue Aug 25, 2022 · 3 comments

Comments

@ghost
Copy link

ghost commented Aug 25, 2022

Hello everyone, I've found the issue for acc.txt
First make acc.txt file into the folder, then open it.
For users that says I didn't found any solution for acc.txt etc.., see this :

Line 32 user = []
Line 33 passw = []
Line 34 for lines in file:
Line 35 file = lines.split(":")
Line 36
Line 37 un = file[0]
Line 38 pw = file[1]
Line 39 user.append(un)
Line 40 passw.append(pw)

If you've already seen dumped accounts they uses username:password.
Type your username and password followed by this string :.

Example :
Line 1 yourusername:yourpassword
Save the file.

Your issue is solved :)
Note : Sorry for my bad english :)

@LaxmanChoudhary
Copy link

Please put up the error you are facing.

@hackerabhi444
Copy link

File "/home/hacker/Desktop/Instagram-mass-reporter/Instagram Report Bot2.py", line 38, in
pw = file[1]
IndexError: list index out of range

@thunder0411
Copy link

session not created exception: Missing or invalid capabilities

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants