Yoni Posted March 16, 2021 Share Posted March 16, 2021 Hi there, I'm trying to send job in my farm, server is connected, client is available but in 7 seconds it fails. I have this error, is anyone has an idea? I'm using Win OS: The request could not be completed because the HQueue server could not parse the XMLRPC request. Traceback (most recent call last): File "C:\HQueueClient\hqnode.py", line 367, in tick r = self.server.tick(self.clientname, status) File "C:\HQueueClient\python27\lib\xmlrpclib.py", line 1243, in __call__ return self.__send(self.__name, args) File "C:\HQueueClient\python27\lib\xmlrpclib.py", line 1602, in __request verbose=self.__verbose File "C:\HQueueClient\python27\lib\xmlrpclib.py", line 1283, in request return self.single_request(host, handler, request_body, verbose) File "C:\HQueueClient\python27\lib\xmlrpclib.py", line 1316, in single_request return self.parse_response(response) File "C:\HQueueClient\python27\lib\xmlrpclib.py", line 1493, in parse_response return u.close() File "C:\HQueueClient\python27\lib\xmlrpclib.py", line 800, in close raise Fault(**self._stack[0]) Fault: <Fault 3: 'The request could not be completed because the HQueue server could not parse the XMLRPC request.'> Thanks a lot Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.