Guest User

fen-logs

a guest
Jul 14th, 2025
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.95 KB | None | 0 0
  1. 2025-07-13 23:24:10.243 T:15084 error <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  2. NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  3.  
  4. Error Type: <class 'requests.exceptions.ProxyError'>
  5. Error Contents: HTTPSConnectionPool(host='api.real-debrid.com', port=443):
  6. Max retries exceeded with url: /oauth/v2/device/code?client_id=X245A4XAIBGVM&new_credentials=yes
  7. (Caused by ProxyError('Unable to connect to proxy + ssl c the handshake operation timed out',
  8. timeout('_ssl.c:1119: The handshake operation timed out')))
  9.  
  10. Traceback (most recent call last):
  11.   File "C:\Users\user1\AppData\Roaming\Kodi\addons\script.module.urllib3\lib\urllib3\connectionpool.py", line 775, in urlopen
  12.     self._prepare_proxy(conn)
  13.   File "C:\Users\user1\AppData\Roaming\Kodi\addons\script.module.urllib3\lib\urllib3\connectionpool.py", line 1044, in _prepare_proxy
  14.     conn.connect()
  15.   File "C:\Users\user1\AppData\Roaming\Kodi\addons\script.module.urllib3\lib\urllib3\connection.py", line 702, in connect
  16.     self.sock = sock = self._connect_tls_proxy(self.host, sock)
  17.   File "C:\Users\user1\AppData\Roaming\Kodi\addons\script.module.urllib3\lib\urllib3\connection.py", line 802, in _connect_tls_proxy
  18.     sock_and_verified = _ssl_wrap_socket_and_match_hostname(
  19.   File "C:\Users\user1\AppData\Roaming\Kodi\addons\script.module.urllib3\lib\urllib3\connection.py", line 909, in _ssl_wrap_socket_and_match_hostname
  20.     ssl_sock = ssl_wrap_socket(
  21.   File "C:\Users\user1\AppData\Roaming\Kodi\addons\script.module.urllib3\lib\urllib3\util\ssl_.py", line 469, in ssl_wrap_socket
  22.     ssl_sock = _ssl_wrap_socket_impl(sock, context, tls_in_tls, server_hostname)
  23.   File "C:\Users\user1\AppData\Roaming\Kodi\addons\script.module.urllib3\lib\urllib3\util\ssl_.py", line 513, in _ssl_wrap_socket_impl
  24.     return ssl_context.wrap_socket(sock, server_hostname=server_hostname)
  25.   File "C:\Program Files\Kodi\system\python\Lib\ssl.py", line 500, in wrap_socket
  26.     return self.sslsocket_class._create(
  27.   File "C:\Program Files\Kodi\system\python\Lib\ssl.py", line 1040, in _create
  28.     self.do_handshake()
  29.   File "C:\Program Files\Kodi\system\python\Lib\ssl.py", line 1309, in do_handshake
  30.     self._sslobj.do_handshake()
  31.  
  32. socket.timeout: _ssl.c:1119: The handshake operation timed out
  33.  
  34. The above exception was the direct cause of the following exception:
  35.  
  36. urllib3.exceptions.ProxyError: ('Unable to connect to proxy + ssl c the handshake operation timed out', timeout('_ssl.c:1119: The handshake operation timed out'))
  37.  
  38. The above exception was the direct cause of the following exception:
  39.  
  40. Traceback (most recent call last):
  41.   File "C:\Users\user1\AppData\Roaming\Kodi\addons\script.module.requests\lib\requests\adapters.py", line 486, in send
  42.     resp = conn.urlopen(
  43.   File "C:\Users\user1\AppData\Roaming\Kodi\addons\script.module.urllib3\lib\urllib3\connectionpool.py", line 843, in urlopen
  44.     retries = retries.increment(
  45.   File "C:\Users\user1\AppData\Roaming\Kodi\addons\script.module.urllib3\lib\urllib3\util\retry.py", line 519, in increment
  46.     raise MaxRetryError(_pool, url, reason) from reason
  47.  
  48. urllib3.exceptions.MaxRetryError:
  49. HTTPSConnectionPool(host='api.real-debrid.com', port=443): Max retries exceeded with url:
  50. /oauth/v2/device/code?client_id=X245A4XAIBGVM&new_credentials=yes
  51. (Caused by ProxyError('Unable to connect to proxy + ssl c the handshake operation timed out', timeout('_ssl.c:1119: The handshake operation timed out')))
  52.  
  53. During handling of the above exception, another exception occurred:
  54.  
  55. Traceback (most recent call last):
  56.   File "C:\Users\user1\AppData\Roaming\Kodi\addons\plugin.video.fenlight\resources\lib\fenlight.py", line 6, in <module>
  57.     routing(sys)
  58.   File "C:\Users\user1\AppData\Roaming\Kodi\addons\plugin.video.fenlight\resources\lib\modules\router.py", line 131, in routing
  59.     RealDebridAPI().auth()
  60.   File "C:\Users\user1\AppData\Roaming\Kodi\addons\plugin.video.fenlight\resources\lib\apis\real_debrid_api.py", line 30, in auth
  61.     response = requests.get(url, timeout=20).json()
  62.   File "C:\Users\user1\AppData\Roaming\Kodi\addons\script.module.requests\lib\requests\api.py", line 73, in get
  63.     return request("get", url, params=params, **kwargs)
  64.   File "C:\Users\user1\AppData\Roaming\Kodi\addons\script.module.requests\lib\requests\api.py", line 59, in request
  65.     return session.request(method=method, url=url, **kwargs)
  66.   File "C:\Users\user1\AppData\Roaming\Kodi\addons\script.module.requests\lib\requests\sessions.py", line 589, in request
  67.     resp = self.send(prep, **send_kwargs)
  68.   File "C:\Users\user1\AppData\Roaming\Kodi\addons\script.module.requests\lib\requests\sessions.py", line 703, in send
  69.     r = adapter.send(request, **kwargs)
  70.   File "C:\Users\user1\AppData\Roaming\Kodi\addons\script.module.requests\lib\requests\adapters.py", line 513, in send
  71.     raise ProxyError(e, request)
  72.  
  73. requests.exceptions.ProxyError:
  74. HTTPSConnectionPool(host='api.real-debrid.com', port=443): Max retries exceeded with url:
  75. /oauth/v2/device/code?client_id=X245A4XAIBGVM&new_credentials=yes
  76. (Caused by ProxyError('Unable to connect to proxy + ssl c the handshake operation timed out', timeout('_ssl.c:1119: The handshake operation timed out')))
  77.  
  78. -->End of Python script error report<--
  79.  
  80. 2025-07-13 23:24:10.258 T:12140 info <general>: CActiveAESink::OpenSink - initialize sink
  81. 2025-07-13 23:24:10.962 T:3328 error <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  82.  
  83. NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  84.  
  85. Error Type: <class 'requests.exceptions.ProxyError'>
  86. Error Contents: HTTPSConnectionPool(host='api.real-debrid.com', port=443):
  87. Max retries exceeded with url: /oauth/v2/device/code?client_id=X245A4XAIBGVM&new_credentials=yes
  88. (Caused by ProxyError('Unable to connect to proxy + ssl c the handshake operation timed out',
  89. timeout('_ssl.c:1119: The handshake operation timed out')))
  90.  
  91. [Identical traceback repeated...]
  92. -->End of Python script error report<--
  93.  
Advertisement
Add Comment
Please, Sign In to add comment