0xfff0800 / Brute-force-Instagram-2024

Brute force Instagram 2024 insTof 8.3v
706 stars 206 forks source link

Fix NameError on line 57 in <module> #56

Closed urstruelysv closed 8 months ago

urstruelysv commented 9 months ago

I encountered a NameError while running the script on line 57. The error message suggests that the variable 's' is not defined. It also suggests 'os' as a potential correction, but it seems unrelated to the issue.

Here's the relevant part of the code:

                                                      req = s.get(link)

t seems like the variable 's' is being used without being defined or imported. This could be a typo or a missing import statement guess ,

I encountered this on Mac OS , Thank you

Legendary1401 commented 9 months ago

I also have the same problem! If you found any solution please tell me. Or can you recomend any other tool?

urstruelysv commented 9 months ago

@Legendary1401 I guess we are not going to get any help my friend

0xfff0800 commented 8 months ago

This has been fixed. Thank you for your patience and waiting

urstruelysv commented 7 months ago

cool @0xfff0800