ofx-ba.py error message

Oleg Brodkin olegb at linuxsquad.com
Tue Apr 12 14:56:08 EDT 2005


I've tried to download business checking (BankOne credit Card works fine) 
account from the BankFinancial and got this error:
-----------------------------
python ofx-ba.py BankFin 2....3 7...9 CHECKING
Password:
Traceback (most recent call last):
  File "ofx-iland.py", line 209, in ?
    client.doQuery(query, argv[1]+dtnow+".ofx")
  File "ofx-iland.py", line 175, in doQuery
    f = urllib2.urlopen(request)
  File "/usr/lib/python2.3/urllib2.py", line 129, in urlopen
    return _opener.open(url, data)
  File "/usr/lib/python2.3/urllib2.py", line 326, in open
    '_open', req)
  File "/usr/lib/python2.3/urllib2.py", line 306, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.3/urllib2.py", line 908, in https_open
    return self.do_open(httplib.HTTPS, req)
  File "/usr/lib/python2.3/urllib2.py", line 890, in do_open
    code, msg, hdrs = h.getreply()
  File "/usr/lib/python2.3/httplib.py", line 1049, in getreply
    response = self._conn.getresponse()
  File "/usr/lib/python2.3/httplib.py", line 778, in getresponse
    response.begin()
  File "/usr/lib/python2.3/httplib.py", line 273, in begin
    version, status, reason = self._read_status()
  File "/usr/lib/python2.3/httplib.py", line 231, in _read_status
    line = self.fp.readline()
  File "/usr/lib/python2.3/httplib.py", line 897, in readline
    s = self._read()
  File "/usr/lib/python2.3/httplib.py", line 853, in _read
    buf = self._ssl.read(self._bufsize)
socket.sslerror: (1, 'error:140943E8:SSL 
routines:SSL3_READ_BYTES:reason(1000)')
----------------------------
Here is a pick inside ofx-ba.py:
----------------------------
sites = {
		"BankOne": {
                	"caps": [ "SIGNON", "CCSTMT" ],
			"fid": "5811",     # ^- this is what i added, for checking/savings/debit 
accounts- think "bank statement"
			"fiorg": "B1", 
			"url": "https://onlineofx.bankone.com/scripts/serverext.dll"
		},

		"BankFin": {
                	"caps": [ "SIGNON", "BASTMT" ],
			"fid": "271972899",     # ^- this is what i added, for 
checking/savings/debit accounts- think "bank statement"
			"fiorg": "DI", 
			"url": "https://ofxcore.digitalinsight.com:443/servlet/OFXCoreServlet",
			"bankid": "271972899", # bank routing #
		},
----------------------------
Am I missing something? Any help greatly appreciated. Thanks



More information about the gnucash-user mailing list