Error with Inkscape on extension
This error had popped up when the user is trying to use the extension on Inkscape after its been packaged. Please can someone provide me with a solution as this would be most appreciated. Thanks
Traceback (most recent call last):
File "C:\Program Files\Inkscape\lib\python3.9\site-packages\urllib3\connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "C:\Program Files\Inkscape\lib\python3.9\site-packages\urllib3\util\connection.py", line 96, in create_connection
raise err
File "C:\Program Files\Inkscape\lib\python3.9\site-packages\urllib3\util\connection.py", line 86, in create_connection
sock.connect(sa)
TimeoutError: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Program Files\Inkscape\lib\python3.9\site-packages\urllib3\connectionpool.py", line 699, in urlopen
httplib_response = self._make_request(
File "C:\Program Files\Inkscape\lib\python3.9\site-packages\urllib3\connectionpool.py", line 382, in _make_request
self._validate_conn(conn)
File "C:\Program Files\Inkscape\lib\python3.9\site-packages\urllib3\connectionpool.py", line 1010, in _validate_conn
conn.connect()
File "C:\Program Files\Inkscape\lib\python3.9\site-packages\urllib3\connection.py", line 353, in connect
conn = self._new_conn()
File "C:\Program Files\Inkscape\lib\python3.9\site-packages\urllib3\connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x0000014b8c1ae8b0>: Failed to establish a new connection: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
Answers (0)
Be the first to answer this question