-
Notifications
You must be signed in to change notification settings - Fork 6
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
igbf.py error #2
Comments
Seems like prob with managing csrf token! Please provide the following details: |
hi i need help with this error Traceback (most recent call last): |
Traceback (most recent call last): I need help with this |
os - windows please reply |
The problem is that instagram has changed some functionality the way the csrf tokens load in cookies - this is causing the error! Meanwhile - if anyone knows/found how to extract
|
hello, when starting brute force I get the following error in the code:
File "igbf.py", line 543, in
main()
File "igbf.py", line 409, in main
csrf_token = get_csrf_token()
File "igbf.py", line 107, in get_csrf_token
return content.cookies['csrftoken']
File "C:\Users\alan2\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\requests\cookies.py", line 334, in getitem
return self._find_no_duplicates(name)
File "C:\Users\alan2\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\requests\cookies.py", line 413, in _find_no_duplicates
raise KeyError(f "name={name!r}, domain={domain!r}, path={path!r}")
KeyError: "name='csrftoken', domain=None, path=None"
The text was updated successfully, but these errors were encountered: