Skip to content

Error "OFXSpecError: must contain exactly 1 of ['signonmsgsrqv1', 'signonmsgsrsv1'] (not 0)", but there are SIGNONMSGSRSV1 tags #178

@youainti

Description

@youainti

When attempting to import and convert the attached ofx file using

parser = OFXTree()
with open("./test1.ofx", "rb") as fh:
    parser.parse(fh)
parser.convert()

I get the following error

OFXSpecError('OFX(signonmsgsrqv1=None, signonmsgsrsv1=None): must contain exactly 1 of [['signonmsgsrqv1', 'signonmsgsrsv1']] (not 0)')

I suspect it is a formatting issue on my side. The tag <signonmsgsrsv1> exists in the document but the error suggests it is not found.

test1.ofx.txt

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