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
that resolved the issue I was having. I was getting in VScode: "No tests ran, please check the configuration settings for the tests" along with "Unhandled exception in thread started by" (there was nothing after ...started by). I was getting nowhere tblshooting the issue until I found the error "ModuleNotFoundError: No module named 'validators'" in the Output.
USERNAME@ubuntu:~/cloudTools/aws_pwn/reconnaissance$ ./validate_accounts.py -i testaccounts.txt
Traceback (most recent call last):
File "./validate_accounts.py", line 7, in
import validators
ImportError: No module named validators
The text was updated successfully, but these errors were encountered: