Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 2025-07-13 23:24:10.243 T:15084 error <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
- Error Type: <class 'requests.exceptions.ProxyError'>
- Error Contents: HTTPSConnectionPool(host='api.real-debrid.com', port=443):
- Max retries exceeded with url: /oauth/v2/device/code?client_id=X245A4XAIBGVM&new_credentials=yes
- (Caused by ProxyError('Unable to connect to proxy + ssl c the handshake operation timed out',
- timeout('_ssl.c:1119: The handshake operation timed out')))
- Traceback (most recent call last):
- File "C:\Users\user1\AppData\Roaming\Kodi\addons\script.module.urllib3\lib\urllib3\connectionpool.py", line 775, in urlopen
- self._prepare_proxy(conn)
- File "C:\Users\user1\AppData\Roaming\Kodi\addons\script.module.urllib3\lib\urllib3\connectionpool.py", line 1044, in _prepare_proxy
- conn.connect()
- File "C:\Users\user1\AppData\Roaming\Kodi\addons\script.module.urllib3\lib\urllib3\connection.py", line 702, in connect
- self.sock = sock = self._connect_tls_proxy(self.host, sock)
- File "C:\Users\user1\AppData\Roaming\Kodi\addons\script.module.urllib3\lib\urllib3\connection.py", line 802, in _connect_tls_proxy
- sock_and_verified = _ssl_wrap_socket_and_match_hostname(
- File "C:\Users\user1\AppData\Roaming\Kodi\addons\script.module.urllib3\lib\urllib3\connection.py", line 909, in _ssl_wrap_socket_and_match_hostname
- ssl_sock = ssl_wrap_socket(
- File "C:\Users\user1\AppData\Roaming\Kodi\addons\script.module.urllib3\lib\urllib3\util\ssl_.py", line 469, in ssl_wrap_socket
- ssl_sock = _ssl_wrap_socket_impl(sock, context, tls_in_tls, server_hostname)
- File "C:\Users\user1\AppData\Roaming\Kodi\addons\script.module.urllib3\lib\urllib3\util\ssl_.py", line 513, in _ssl_wrap_socket_impl
- return ssl_context.wrap_socket(sock, server_hostname=server_hostname)
- File "C:\Program Files\Kodi\system\python\Lib\ssl.py", line 500, in wrap_socket
- return self.sslsocket_class._create(
- File "C:\Program Files\Kodi\system\python\Lib\ssl.py", line 1040, in _create
- self.do_handshake()
- File "C:\Program Files\Kodi\system\python\Lib\ssl.py", line 1309, in do_handshake
- self._sslobj.do_handshake()
- socket.timeout: _ssl.c:1119: The handshake operation timed out
- The above exception was the direct cause of the following exception:
- urllib3.exceptions.ProxyError: ('Unable to connect to proxy + ssl c the handshake operation timed out', timeout('_ssl.c:1119: The handshake operation timed out'))
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "C:\Users\user1\AppData\Roaming\Kodi\addons\script.module.requests\lib\requests\adapters.py", line 486, in send
- resp = conn.urlopen(
- File "C:\Users\user1\AppData\Roaming\Kodi\addons\script.module.urllib3\lib\urllib3\connectionpool.py", line 843, in urlopen
- retries = retries.increment(
- File "C:\Users\user1\AppData\Roaming\Kodi\addons\script.module.urllib3\lib\urllib3\util\retry.py", line 519, in increment
- raise MaxRetryError(_pool, url, reason) from reason
- urllib3.exceptions.MaxRetryError:
- HTTPSConnectionPool(host='api.real-debrid.com', port=443): Max retries exceeded with url:
- /oauth/v2/device/code?client_id=X245A4XAIBGVM&new_credentials=yes
- (Caused by ProxyError('Unable to connect to proxy + ssl c the handshake operation timed out', timeout('_ssl.c:1119: The handshake operation timed out')))
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "C:\Users\user1\AppData\Roaming\Kodi\addons\plugin.video.fenlight\resources\lib\fenlight.py", line 6, in <module>
- routing(sys)
- File "C:\Users\user1\AppData\Roaming\Kodi\addons\plugin.video.fenlight\resources\lib\modules\router.py", line 131, in routing
- RealDebridAPI().auth()
- File "C:\Users\user1\AppData\Roaming\Kodi\addons\plugin.video.fenlight\resources\lib\apis\real_debrid_api.py", line 30, in auth
- response = requests.get(url, timeout=20).json()
- File "C:\Users\user1\AppData\Roaming\Kodi\addons\script.module.requests\lib\requests\api.py", line 73, in get
- return request("get", url, params=params, **kwargs)
- File "C:\Users\user1\AppData\Roaming\Kodi\addons\script.module.requests\lib\requests\api.py", line 59, in request
- return session.request(method=method, url=url, **kwargs)
- File "C:\Users\user1\AppData\Roaming\Kodi\addons\script.module.requests\lib\requests\sessions.py", line 589, in request
- resp = self.send(prep, **send_kwargs)
- File "C:\Users\user1\AppData\Roaming\Kodi\addons\script.module.requests\lib\requests\sessions.py", line 703, in send
- r = adapter.send(request, **kwargs)
- File "C:\Users\user1\AppData\Roaming\Kodi\addons\script.module.requests\lib\requests\adapters.py", line 513, in send
- raise ProxyError(e, request)
- requests.exceptions.ProxyError:
- HTTPSConnectionPool(host='api.real-debrid.com', port=443): Max retries exceeded with url:
- /oauth/v2/device/code?client_id=X245A4XAIBGVM&new_credentials=yes
- (Caused by ProxyError('Unable to connect to proxy + ssl c the handshake operation timed out', timeout('_ssl.c:1119: The handshake operation timed out')))
- -->End of Python script error report<--
- 2025-07-13 23:24:10.258 T:12140 info <general>: CActiveAESink::OpenSink - initialize sink
- 2025-07-13 23:24:10.962 T:3328 error <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
- Error Type: <class 'requests.exceptions.ProxyError'>
- Error Contents: HTTPSConnectionPool(host='api.real-debrid.com', port=443):
- Max retries exceeded with url: /oauth/v2/device/code?client_id=X245A4XAIBGVM&new_credentials=yes
- (Caused by ProxyError('Unable to connect to proxy + ssl c the handshake operation timed out',
- timeout('_ssl.c:1119: The handshake operation timed out')))
- [Identical traceback repeated...]
- -->End of Python script error report<--
Advertisement
Add Comment
Please, Sign In to add comment