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
File "c:\Users\Four\AppData\Local\Programs\Python\Python310\lib\site-packages\paho\mqtt\client.py", line 1435, in connect
return self.reconnect()
File "c:\Users\Four\AppData\Local\Programs\Python\Python310\lib\site-packages\paho\mqtt\client.py", line 1598, in reconnect
self._sock = self._create_socket()
File "c:\Users\Four\AppData\Local\Programs\Python\Python310\lib\site-packages\paho\mqtt\client.py", line 4609, in _create_socket
sock = self._create_socket_connection()
File "c:\Users\Four\AppData\Local\Programs\Python\Python310\lib\site-packages\paho\mqtt\client.py", line 4638, in _create_socket_connection
return socks.create_connection(addr, timeout=self._connect_timeout, source_address=source, **proxy)
File "c:\Users\Four\AppData\Local\Programs\Python\Python310\lib\site-packages\socks.py", line 209, in create_connection
raise err
File "c:\Users\Four\AppData\Local\Programs\Python\Python310\lib\site-packages\socks.py", line 199, in create_connection
sock.connect((remote_host, remote_port))
File "c:\Users\Four\AppData\Local\Programs\Python\Python310\lib\site-packages\socks.py", line 47, in wrapper
return function(*args, **kwargs)
File "c:\Users\Four\AppData\Local\Programs\Python\Python310\lib\site-packages\socks.py", line 814, in connect
raise GeneralProxyError("Socket error", error)
socks.GeneralProxyError: Socket error: 407: Proxy Authentication Required
proxy is still alive and uses the requests as usual
The text was updated successfully, but these errors were encountered:
code:
error:
proxy is still alive and uses the requests as usual
The text was updated successfully, but these errors were encountered: