We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to use the code on fake accounts created by me, but it keeps telling me the password is fake or giving me errors like these:
Exception in facebook thread: Traceback (most recent call last): File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.1776.0_x64__qbz5n2kfra8p0\Lib\threading.py", line 1045, in _bootstrap_inner self.run() File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.1776.0_x64__qbz5n2kfra8p0\Lib\threading.py", line 982, in run self._target(*self._args, **self._kwargs) File "C:\Users\sesti\OneDrive\Desktop\Brute_Force-master\Brute_Force.py", line 144, in facebook proxy() File "C:\Users\sesti\OneDrive\Desktop\Brute_Force-master\Brute_Force.py", line 87, in proxy pl = ProxyList() ^^^^^^^^^^^ TypeError: ProxyList.init() missing 1 required positional argument: 'source'
Can someone help me?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying to use the code on fake accounts created by me, but it keeps telling me the password is fake or giving me errors like these:
Exception in facebook thread:
Traceback (most recent call last):
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.1776.0_x64__qbz5n2kfra8p0\Lib\threading.py", line 1045, in _bootstrap_inner
self.run()
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.1776.0_x64__qbz5n2kfra8p0\Lib\threading.py", line 982, in run
self._target(*self._args, **self._kwargs)
File "C:\Users\sesti\OneDrive\Desktop\Brute_Force-master\Brute_Force.py", line 144, in facebook
proxy()
File "C:\Users\sesti\OneDrive\Desktop\Brute_Force-master\Brute_Force.py", line 87, in proxy
pl = ProxyList()
^^^^^^^^^^^
TypeError: ProxyList.init() missing 1 required positional argument: 'source'
Can someone help me?
The text was updated successfully, but these errors were encountered: