QUANTAXIS icon indicating copy to clipboard operation
QUANTAXIS copied to clipboard

无法获取通达信板块数据,Error save_tdx.QA_SU_save_stock_block exception

Open zhlgh603 opened this issue 2 years ago • 1 comments

2022-09-14 16:46:50,034 - root - WARNING - ##JOB09 Now Saving STOCK_BlOCK ==== QUANTAXIS>> ##JOB09 Now Saving STOCK_BlOCK ==== 2022-09-14 16:47:14,068 - root - WARNING - Selecting the Best Server IP of TDX QUANTAXIS>> Selecting the Best Server IP of TDX USING DEFAULT STOCK IP USING DEFAULT FUTURE IP 2022-09-14 16:47:14,395 - root - WARNING - === The BEST SERVER === stock_ip 119.147.164.60 future_ip 47.107.75.159 QUANTAXIS>> === The BEST SERVER === stock_ip 119.147.164.60 future_ip 47.107.75.159 2022-09-14 16:47:50,733 - root - WARNING - unpack requires a buffer of 2 bytes QUANTAXIS>> unpack requires a buffer of 2 bytes Error save_tdx.QA_SU_save_stock_block exception!

zhlgh603 avatar Sep 14 '22 08:09 zhlgh603

QATdx.py data = pd.concat([ api.to_df(api.get_and_parse_block_info("block.dat" )).assign(type="yb"), api.to_df(api.get_and_parse_block_info("block_fg.dat")).assign(type="fg"), api.to_df(api.get_and_parse_block_info("block_gn.dat")).assign(type="gn"), api.to_df(api.get_and_parse_block_info("block_zs.dat")).assign(type="zs"), # api.to_df(api.get_and_parse_block_info("hkblock.dat" )).assign(type="hk"), # api.to_df(api.get_and_parse_block_info("jjblock.dat" )).assign(type="jj"), # api.to_df(api.get_and_parse_block_info("mgblock.dat" )).assign(type="mg"), # api.to_df(api.get_and_parse_block_info("sbblock.dat" )).assign(type="sb"), # api.to_df(api.get_and_parse_block_info("spblock.dat" )).assign(type="sp"), # api.to_df(api.get_and_parse_block_info("ukblock.dat" )).assign(type="uk"), ], sort=False) 试试

QingYong avatar Jan 12 '23 08:01 QingYong