Description
when retriving data with SOH character library is crashing
xml.parsers.expat.ExpatError: not well-formed
File "C:\Program Files\Python311\Lib\xmlrpc\client.py", line 1123, in __call__ return self.__send(self.__name, args) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Program Files\Python311\Lib\xmlrpc\client.py", line 1465, in __request response = self.__transport.request( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Program Files\Python311\Lib\xmlrpc\client.py", line 1167, in request return self.single_request(host, handler, request_body, verbose) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Program Files\Python311\Lib\xmlrpc\client.py", line 1183, in single_request return self.parse_response(resp) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Program Files\Python311\Lib\xmlrpc\client.py", line 1349, in parse_response p.feed(data) File "C:\Program Files\Python311\Lib\xmlrpc\client.py", line 452, in feed self._parser.Parse(data, False) xml.parsers.expat.ExpatError: not well-formed