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

Amex OFX replacement #100

Open
ioniua opened this issue Sep 16, 2024 · 0 comments
Open

Amex OFX replacement #100

ioniua opened this issue Sep 16, 2024 · 0 comments

Comments

@ioniua
Copy link

ioniua commented Sep 16, 2024

Looks like Amex finally turned off their ofx direct download feature[0]. Is there a way/plan to use Selenium to automatically download the ofx file from the web interface?

I tried to use the Selenium plugin on Firefox to record a test run but got the call to eval() blocked by CSP error when executing.

[0]: This is the error message I get:
[0/1] amex [1s elapsed] File "/usr/local/src/venv/lib/python3.11/site-packages/ofxclient/institution.py", line 122, in authenticate
[0/1] amex [1s elapsed] code = int(sonrs.find('code').contents[0].strip())
[0/1] amex [1s elapsed] ^^^^^^^^^^
[0/1] amex [1s elapsed] AttributeError: 'NoneType' object has no attribute 'find'
[1/1] amex [1s elapsed] FAILED with return code 1

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