Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

修复 get_nav_open 接口一次请求全部数据时报错 HTTP Error 500: Internal Server Error #565

Merged
merged 1 commit into from
Dec 25, 2017

Conversation

heamon7
Copy link

@heamon7 heamon7 commented Dec 25, 2017

使用的时候,发现直接运行下面的代码获取基金的净值数据会报错:

import tushare as ts
ts.get_nav_open()

通过测试发现问题应该是因为一次获取的数据过多(6000+),本次 PR 是修改为将数据通过两次获取,通过测试已经没有问题

@heamon7
Copy link
Author

heamon7 commented Dec 25, 2017

@jimmysoa 麻烦米哥 merge 一下吧

@jimmysoa jimmysoa merged commit 94337e9 into waditu:master Dec 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants