You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: