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
I followed the procedure correctly by installing all the dependencies but when i do
python sslScrape.py it gives me error
Traceback (most recent call last):
File "sslScrape.py", line 26, in
from requests.packages.urllib3.exceptions import InsecureRequestWarning, InsecurePlatformWarning, SNIMissingWarning
ImportError: cannot import name SNIMissingWarning
The text was updated successfully, but these errors were encountered:
I followed the procedure correctly by installing all the dependencies but when i do
python sslScrape.py it gives me error
Traceback (most recent call last):
File "sslScrape.py", line 26, in
from requests.packages.urllib3.exceptions import InsecureRequestWarning, InsecurePlatformWarning, SNIMissingWarning
ImportError: cannot import name SNIMissingWarning
The text was updated successfully, but these errors were encountered: