|
October 20, 2013, 05:29:37 PM |
|
Hi -
I am looking for a way to pull down historical pricing data from some exchanges in an effort to build math models. I'm currently using the tool by Nitrous, but running in to some errors when it nears either 50% or at times near completion.
Environment: Win 7 - 64bit
Traceback (most recent call last): File "app.py", line 97, in thread_bootstrap File "mtgox.pyc", line 120, in run File "bq.pyc", line 100, in gen2 File "oauth2client\util.pyc", line 128, in positional_wrapper File "apiclient\http.pyc", line 676, in execute File "oauth2client\util.pyc", line 128, in positional_wrapper File "oauth2client\client.pyc", line 494, in new_request File "oauth2client\client.pyc", line 663, in _refresh File "oauth2client\client.pyc", line 682, in _do_refresh_request File "httplib2\__init__.pyc", line 1570, in request File "httplib2\__init__.pyc", line 1317, in _request File "httplib2\__init__.pyc", line 1286, in _conn_request File "httplib.pyc", line 1045, in getresponse File "httplib.pyc", line 409, in begin File "httplib.pyc", line 365, in _read_status File "socket.pyc", line 476, in readline File "ssl.pyc", line 241, in recv File "ssl.pyc", line 160, in read error: [Errno 10054] An existing connection was forcibly closed by the remote host
Thank you very much in advance!
|