Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xml.parsers.expat.ExpatError: mismatched tag #11

Open
abubelinha opened this issue Aug 1, 2022 · 0 comments
Open

xml.parsers.expat.ExpatError: mismatched tag #11

abubelinha opened this issue Aug 1, 2022 · 0 comments

Comments

@abubelinha
Copy link

pycatstro v.0.1.3, Python 3.4:

from pycatastro import PyCatastro
PyCatastro.Consulta_RCCOOR("EPSG:4258",40,-4)

output:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "c:\python34\lib\site-packages\pycatastro\__init__.py", line 459, in Consulta_RCCOOR
    return xmltodict.parse(response.content, process_namespaces=False, xml_attribs=False)
  File "c:\python34\lib\site-packages\xmltodict.py", line 378, in parse
    parser.Parse(xml_input, True)
xml.parsers.expat.ExpatError: mismatched tag: line 58, column 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant