I've been unable to connect and sync to the PTR for a week now. Is it down? Get the following when trying to sync
ConnectionException
Could not connect!
Traceback (most recent call last):
File "urllib3\connection.py", line 159, in _new_conn
File "urllib3\util\connection.py", line 84, in create_connection
File "urllib3\util\connection.py", line 74, in create_connection
OSError: [WinError 10013] An attempt was made to access a socket in a way forbidden by its access permissions
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "urllib3\connectionpool.py", line 670, in urlopen
File "urllib3\connectionpool.py", line 381, in _make_request
File "urllib3\connectionpool.py", line 978, in _validate_conn
File "urllib3\connection.py", line 309, in connect
File "urllib3\connection.py", line 171, in _new_conn
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x000001DBE1643F70>: Failed to establish a new connection: [WinError 10013] An attempt was made to access a socket in a way forbidden by its access permissions
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "requests\adapters.py", line 439, in send
File "urllib3\connectionpool.py", line 726, in urlopen
File "urllib3\util\retry.py", line 446, in increment
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='ptr.hydrus.network', port=45871): Max retries exceeded with url: /account (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x000001DBE1643F70>: Failed to establish a new connection: [WinError 10013] An attempt was made to access a socket in a way forbidden by its access permissions'))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "hydrus\client\networking\ClientNetworkingJobs.py", line 1174, in Start
response = self._SendRequestAndGetResponse()
File "hydrus\client\networking\ClientNetworkingJobs.py", line 1692, in _SendRequestAndGetResponse
response = NetworkJob._SendRequestAndGetResponse( self )
File "hydrus\client\networking\ClientNetworkingJobs.py", line 340, in _SendRequestAndGetResponse
response = session.request( method, url, data = data, files = files, headers = headers, stream = True, timeout = ( connect_timeout, read_timeout ) )
File "requests\sessions.py", line 530, in request
File "requests\sessions.py", line 643, in send
File "requests\adapters.py", line 516, in send
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='ptr.hydrus.network', port=45871): Max retries exceeded with url: /account (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x000001DBE1643F70>: Failed to establish a new connection: [WinError 10013] An attempt was made to access a socket in a way forbidden by its access permissions'))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "hydrus\client\gui\ClientGUIAsync.py", line 59, in _doWork
result = self._work_callable()
File "hydrus\client\gui\services\ClientGUIClientsideServices.py", line 2467, in work_callable[Expand Post]
service.SyncAccount( force = True )
File "hydrus\client\ClientServices.py", line 1306, in SyncAccount
account_response = self.Request( HC.GET, 'account' )
File "hydrus\client\ClientServices.py", line 1194, in Request
network_job.WaitUntilDone()
File "hydrus\client\networking\ClientNetworkingJobs.py", line 1533, in WaitUntilDone
raise self._error_exception
File "hydrus\client\networking\ClientNetworkingJobs.py", line 1313, in Start
raise HydrusExceptions.ConnectionException( 'Could not connect!' )
hydrus.core.HydrusExceptions.ConnectionException: Could not connect!