Closed dgslos closed 1 year ago
Hi,
I'm getting an error with FastMLST: xml.etree.ElementTree.ParseError: no element found: line 1, column 0
xml.etree.ElementTree.ParseError: no element found: line 1, column 0
After digging in a bit it appears the xml on pubmlst is empty. Not sure if this is temporary or they will switch completely to the API. Empty XML: https://pubmlst.org/static/data/dbases.xml API link to the databases: https://rest.pubmlst.org/db
For now, FastMLST doesn't know what databases are available, so basically doesn't work.
hey @dgslos I think it was temporary, can you confirm that everything works on your side?
Yes! I also emailed pubmlst. Maybe they fixed it after reading my mail. :)
Hi,
I'm getting an error with FastMLST:
xml.etree.ElementTree.ParseError: no element found: line 1, column 0
After digging in a bit it appears the xml on pubmlst is empty. Not sure if this is temporary or they will switch completely to the API. Empty XML: https://pubmlst.org/static/data/dbases.xml API link to the databases: https://rest.pubmlst.org/db
For now, FastMLST doesn't know what databases are available, so basically doesn't work.