Skip to content

XML parse error due to ofxhome returning an AI ad #193

@Skyedra

Description

@Skyedra

I was getting a xml.etree.ElementTree.ParseError: not well-formed (invalid token): line 43, column 155 error today.

This appears to be due to F5 acquiring leaksignal who were previously operating ofxhome after the original maintainer passed it on. Now that ofxhome isn't erroring, but returning unparseable data (an html ad for some kind of AI thing), ofxtools broke (thanks F5 😭).

The easy workaround so far is inside site-packages/ofxtools/ofxhome.py change the url to something that won't resolve:

#URL = "http://www.ofxhome.com/api.php"
URL = "http://ofx-home-is-down/";

Longer term, if anyone has the full data dump with proper formatting from http://www.ofxhome.com/api.php?dump=yes, maybe that could be included in ofxtools directly or in another github repo.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions