-
Notifications
You must be signed in to change notification settings - Fork 68
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
'ofxget prof bbt' fails with TypeError: 'NoneType' object is not subscriptable #165
Comments
After some more digging:
And the BB&T response
And this is one from a quicken log that BB&T accepts.
|
Read the error message. It doesn’t like your time zone. Sounds like their parser barfed as soon as it hit a + sign. In-house development, not a standard library, with overly strict validation… coded to test data from Quicken, not the OFX spec.
vs.
|
Using my system timezone, EST, and not UTC solves the problem. At least for me. |
Seems to go off the air while parsing the FI. in the request.
As fidelity and wells return profiles, I suspect the '&' in the name is the problem.
The text was updated successfully, but these errors were encountered: