Results 1 to 5 of 5

Thread: ofx.py

  1. #1
    Join Date
    Jan 2009
    Location
    Colorado, USA
    Beans
    89
    Distro
    Xubuntu

    ofx.py - chase

    I'm using ofx.py (available from http://www.jongsma.org/gc/) a python script which downloads ofx formatted data from banks. I don't know python, but it's been working for me until today. I'm using ubunto 9.10, with the latest updates. I think the last update might have broken the script. Did some library update break it? Any ideas? Here's the error msg:

    Traceback (most recent call last):
    File "./ofx.py", line 214, in <module>
    client.doQuery(query, argv[1]+argv[3]+dtnow+".ofx")
    File "./ofx.py", line 179, in doQuery
    f = urllib2.urlopen(request)
    File "/usr/lib/python2.6/urllib2.py", line 124, in urlopen
    return _opener.open(url, data, timeout)
    File "/usr/lib/python2.6/urllib2.py", line 389, in open
    response = self._open(req, data)
    File "/usr/lib/python2.6/urllib2.py", line 407, in _open
    '_open', req)
    File "/usr/lib/python2.6/urllib2.py", line 367, in _call_chain
    result = func(*args)
    File "/usr/lib/python2.6/urllib2.py", line 1154, in https_open
    return self.do_open(httplib.HTTPSConnection, req)
    File "/usr/lib/python2.6/urllib2.py", line 1119, in do_open
    r = h.getresponse()
    File "/usr/lib/python2.6/httplib.py", line 974, in getresponse
    response.begin()
    File "/usr/lib/python2.6/httplib.py", line 391, in begin
    version, status, reason = self._read_status()
    File "/usr/lib/python2.6/httplib.py", line 355, in _read_status
    raise BadStatusLine(line)
    httplib.BadStatusLine
    Last edited by bradhaack; November 15th, 2009 at 11:37 PM.

  2. #2
    Join Date
    Aug 2007
    Location
    127.0.0.1
    Beans
    1,800
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: ofx.py

    You should first seek for the error name in the doc:

    http://docs.python.org/library/httpl....BadStatusLine

    I don't think an update could break python, updates that break compatibility are from 2.x to 3.x. Maybe the server you're connecting to is having trouble?
    "Just in terms of allocation of time resources, religion is not very efficient. There's a lot more I could be doing on a Sunday morning."
    -Bill Gates

  3. #3
    Join Date
    Jan 2009
    Location
    Colorado, USA
    Beans
    89
    Distro
    Xubuntu

    Re: ofx.py - chase

    That could be. I can get my ofx file thru the web browser so i lept to the conclusion that it wasn't the server. On the python web site it just says that that error means it's returning an unknown error code. So i don't know with that information.

    Anyone else suddenly broken w/ chase?


    Quote Originally Posted by Can+~ View Post
    You should first seek for the error name in the doc:

    http://docs.python.org/library/httpl....BadStatusLine

    I don't think an update could break python, updates that break compatibility are from 2.x to 3.x. Maybe the server you're connecting to is having trouble?

  4. #4
    Join Date
    Nov 2009
    Beans
    2

    Re: ofx.py

    Chase has apparently changed the URL of its ofx server, as of November 15 or so.

    See http://forums.iggsoft.com/viewtopic....1019&start=105

    One possible option is to sign up for ibank, turn on debugging, and see what that URL is...

  5. #5
    Join Date
    Nov 2009
    Beans
    2

    Re: ofx.py

    https://ofx.chase.com is the new url.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •