You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I receive with the call of BlackDir with the following call
python3 BlackDir.py --dork inurl:?id=
the error message:
Traceback (most recent call last):
File "BlackDir.py", line 792, in
dorks(dork, site, text)
File "BlackDir.py", line 467, in dorks
for g in soup.find_all('div', class_='r'):
UnboundLocalError: local variable 'soup' referenced before assignment
I tried without a proxy, tried with proxychains and through a fixed configured VPN. The error message is always the same.
If I assign soup directly in BlackDir.py above the line 464, i don't get the error message anymore, but no results from Google come in either.
All requirements are successfully installed.
Python 3.82
The text was updated successfully, but these errors were encountered:
Hi,
I receive with the call of BlackDir with the following call
python3 BlackDir.py --dork inurl:?id=
the error message:
Traceback (most recent call last):
File "BlackDir.py", line 792, in
dorks(dork, site, text)
File "BlackDir.py", line 467, in dorks
for g in soup.find_all('div', class_='r'):
UnboundLocalError: local variable 'soup' referenced before assignment
I tried without a proxy, tried with proxychains and through a fixed configured VPN. The error message is always the same.
If I assign soup directly in BlackDir.py above the line 464, i don't get the error message anymore, but no results from Google come in either.
All requirements are successfully installed.
Python 3.82
The text was updated successfully, but these errors were encountered: