-
Notifications
You must be signed in to change notification settings - Fork 105
Open
Description
Hello
I cloned the project recently and started testing it, then this error occured.
📁 Leak search ...
> No paste found.
[HudsonRock] Email Safe
🎭 Account search ...
> Adobe
> Bandlab
> Chess
> Duolingo
HTTP error occurred:
> Flickr
> Github
> Gravatar
> Imgur
HTTP error occurred:
> Instagram / Csrftoken not found
Traceback (most recent call last):
File "/home/mhsn/dev/Zehef/zehef.py", line 5, in <module>
from main import main; asyncio.run(main())
^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/asyncio/runners.py", line 194, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/asyncio/runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/asyncio/base_events.py", line 687, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/home/mhsn/dev/Zehef/main.py", line 10, in main
await parser()
File "/home/mhsn/dev/Zehef/lib/cli.py", line 52, in parser
await instagram(target)
File "/home/mhsn/dev/Zehef/modules/accounts/instagram.py", line 20, in instagram
r = await Request("https://www.instagram.com/api/v1/web/accounts/web_create_ajax/attempt/", headers={'x-csrftoken': csrf_token}, data=data).post()
^^^^^^^^^^
UnboundLocalError: cannot access local variable 'csrf_token' where it is not associated with a value
Metadata
Metadata
Assignees
Labels
No labels