-
Notifications
You must be signed in to change notification settings - Fork 3
Description
I use CoreELEC 19.3-Matrix with latest pcloud-video-streaming plugin, but I got following error, for non empty folders:
2021-12-07 23:20:06.851 T:6026 ERROR : EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'ConnectionResetError'>
Error Contents: [Errno 104] Connection reset by peer
Traceback (most recent call last):
File "/storage/.kodi/addons/plugin.video.pcloud-video-streaming/addon.py", line 121, in
folderContents = pcloud.ListFolderContents(folderID, isMyShares)
File "/storage/.kodi/addons/plugin.video.pcloud-video-streaming/resources/lib/pcloudapi.py", line 137, in ListFolderContents
response = self.ExecuteRequest(url)
File "/storage/.kodi/addons/plugin.video.pcloud-video-streaming/resources/lib/pcloudapi.py", line 89, in ExecuteRequest
response = self.HttpHandler.open(httpRequest)
File "/usr/lib/python3.8/urllib/request.py", line 525, in open
File "/usr/lib/python3.8/urllib/request.py", line 542, in _open
File "/usr/lib/python3.8/urllib/request.py", line 502, in _call_chain
File "/usr/lib/python3.8/urllib/request.py", line 1397, in https_open
File "/usr/lib/python3.8/urllib/request.py", line 1358, in do_open
File "/usr/lib/python3.8/http/client.py", line 1348, in getresponse
File "/usr/lib/python3.8/http/client.py", line 316, in begin
File "/usr/lib/python3.8/http/client.py", line 277, in _read_status
File "/usr/lib/python3.8/socket.py", line 669, in readinto
File "/usr/lib/python3.8/ssl.py", line 1241, in recv_into
File "/usr/lib/python3.8/ssl.py", line 1099, in read
ConnectionResetError: [Errno 104] Connection reset by peer
-->End of Python script error report<--
Do you have any idea why this error is coming? Please help me to solve it