Probe_spider icon indicating copy to clipboard operation
Probe_spider copied to clipboard

Error after enterting ip stack api

Open harshvardhan365 opened this issue 1 year ago • 0 comments

Traceback (most recent call last): File "I:\DE\Python-Osint\Probe_spider-master\Probe_spider-master\main.py", line 2, in from Phonenumber import * File "I:\DE\Python-Osint\Probe_spider-master\Probe_spider-master\Phonenumber.py", line 2, in import requests File "C:\Users\Harsh\AppData\Local\Programs\Python\Python311\Lib\site-packages\requests_init_.py", line 43, in import urllib3 File "C:\Users\Harsh\AppData\Local\Programs\Python\Python311\Lib\site-packages\urllib3_init_.py", line 17, in from .connectionpool import HTTPConnectionPool, HTTPSConnectionPool, connection_from_url File "C:\Users\Harsh\AppData\Local\Programs\Python\Python311\Lib\site-packages\urllib3\connectionpool.py", line 14, in from ._request_methods import RequestMethods File "C:\Users\Harsh\AppData\Local\Programs\Python\Python311\Lib\site-packages\urllib3_request_methods.py", line 10, in from .response import BaseHTTPResponse File "C:\Users\Harsh\AppData\Local\Programs\Python\Python311\Lib\site-packages\urllib3\response.py", line 44, in from .connection import BaseSSLError, HTTPConnection, HTTPException File "C:\Users\Harsh\AppData\Local\Programs\Python\Python311\Lib\site-packages\urllib3\connection.py", line 62, in from .util.ssl_match_hostname import CertificateError, match_hostname File "C:\Users\Harsh\AppData\Local\Programs\Python\Python311\Lib\site-packages\urllib3\util\ssl_match_hostname.py", line 12, in from ipaddress import IPv4Address, IPv6Address ImportError: cannot import name 'IPv4Address' from 'ipaddress' (I:\DE\Python-Osint\Probe_spider-master\Probe_spider-master\ipaddress.py)

harshvardhan365 avatar Aug 07 '23 06:08 harshvardhan365