This repository has been archived by the owner on Apr 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 956
扩展行情取不到数据了 #176
Comments
同样的问题 +1 |
换ip即可 |
`# @Retry(wait=wait_exponential(multiplier=1, max=10))
|
换了ip还是不行 |
应该扩展行情能取吧,我每天都在取期货的分钟数据发自我的iPhone------------------ 原始邮件 ------------------发件人: 猫狗大战 <[email protected]>发送时间: 2018年8月29日 10:16收件人: rainx/pytdx <[email protected]>抄送: Subscribed <[email protected]>主题: 回复:[rainx/pytdx] 扩展行情取不到数据了 (#176)换了ip还是不行
—You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or mute the thread.
{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/rainx/pytdx","title":"rainx/pytdx","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/rainx/pytdx"}},"updates":{"snippets":[{"icon":"PERSON","message":"@AlphaSmartDog in #176: 换了ip还是不行"}],"action":{"name":"View Issue","url":"#176 (comment)"}}}
[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "#176 (comment)",
"url": "#176 (comment)",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [rainx/pytdx] 扩展行情取不到数据了 (#176)",
"sections": [
{
"text": "",
"activityTitle": "**猫狗大战**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@AlphaSmartDog",
"facts": [
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"rainx/pytdx\",\n\"issueId\": 176,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"rainx/pytdx\",\n\"issueId\": 176\n}"
},
{
"targets": [
{
"os": "default",
"uri": "#176 (comment)"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 372535890\n}"
}
],
"themeColor": "26292E"
}
]
|
换了ip,还是不行。。是不是接口被封了 |
@haliluyaya 换ip有再试吗? |
119.23.127.172 7727 |
@ICTime 这个真可以 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
用pytdx取期货数据,之前一直可以取到,最近连接不上服务器:代码如下:
api = TdxExHq_API(heartbeat=True, raise_exception=True, auto_retry=True)
api.connect('61.152.107.141', 7727, time_out=30)
报错信息如下:
TdxConnectionError: other errors
请大神指导,感激不尽。
The text was updated successfully, but these errors were encountered: