Since Yesterday I get the following error when I am running my python scripts accessing the API. The error will happen randomly during the script execution. I am blocked since the scripts are updating important meta data for my application. We use the SaaS solution.
File "C:\Python27\lib\site-packages\KalturaClient\Plugins\Core.py", line 52627, in list
resultNode = self.client.doQueue()
File "C:\Python27\lib\site-packages\KalturaClient\Client.py", line 324, in doQueue
postResult = self.doHttpRequest(url, params, files)
File "C:\Python27\lib\site-packages\KalturaClient\Client.py", line 274, in doHttpRequest
f = self.openRequestUrl(url, params, files, self.requestHeaders)
File "C:\Python27\lib\site-packages\KalturaClient\Client.py", line 237, in openRequestUrl
raise KalturaClientException(e, KalturaClientException.ERROR_CONNECTION_FAILED)
KalturaClient.Base.KalturaClientException: [Errno 10054] An existing connection was forcibly closed by the remote host (-4)