theDreamer911 / brute-force-instagram

83 stars 145 forks source link

Traceback (most recent call last): Issue #2

Closed Sanjivshen closed 3 years ago

Sanjivshen commented 3 years ago

Choose Dictionary: Dictionary Traceback (most recent call last): File "/home/sanjivshen/Downloads/brute-force-instagram-main/instagram-brute-force.py", line 7, in file = open(f'{dictionary}.txt', 'r') FileNotFoundError: [Errno 2] No such file or directory: 'Dictionary.txt'

sahil-dhuri commented 3 years ago

Choose Dictionary: Dictionary Traceback (most recent call last): File "/home/sanjivshen/Downloads/brute-force-instagram-main/instagram-brute-force.py", line 7, in file = open(f'{dictionary}.txt', 'r') FileNotFoundError: [Errno 2] No such file or directory: 'Dictionary.txt'

dont put file extension....as a input type only name of file for eg "dictionary"

theDreamer911 commented 3 years ago

@Sanjivshen @sahil-dhuri well you write 'Dictionary' with title case, it should be lowercase 'dictionary'

Actually you can read the last line to fine what is the error