Skip to content

Start of Heading character (␁) #169

Description

@KrzysztofSzewczyk

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

image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions