Kulbear / stock-prediction

Stock price prediction with recurrent neural network. The data is from the Chinese stock.
MIT License
273 stars 162 forks source link

Error 456? #3

Open Blunderchips opened 6 years ago

Blunderchips commented 6 years ago

I am getting the following error when running fetch_data.py

[Getting data:]HTTP Error 456: HTTP Error 456: HTTP Error 456: Traceback (most recent call last): File "fetch_data.py", line 52, in get_all_history('000002', start='1995-01-01') File "fetch_data.py", line 47, in get_all_history df = ts.get_h_data(stock_index, start=start, autype=autype) File "/usr/local/lib/python3.5/dist-packages/tushare/stock/trading.py", line 432, in get_h_data retry_count, pause) File "/usr/local/lib/python3.5/dist-packages/tushare/stock/trading.py", line 572, in _parse_fq_data raise IOError(ct.NETWORK_URL_ERROR_MSG) OSError: 获取失败,请检查网络.

Any advice?

artsmn commented 5 years ago

I have the same errors, did you fix it?