Fix for not working in semantic scholar #86
Open
specialpointcentral wants to merge 4 commits intoWenyanLiu:masterfrom
Open
Fix for not working in semantic scholar #86specialpointcentral wants to merge 4 commits intoWenyanLiu:masterfrom
specialpointcentral wants to merge 4 commits intoWenyanLiu:masterfrom
Conversation
Signed-off-by: SPC <github@spcsky.com>
Signed-off-by: SPC <github@spcsky.com>
When checking that each key in the list `fullUrl` contains the name of the conference, we need to check that it CONTAINS, not the name is at the BEGINNING of the list. Signed-off-by: SPC <github@spcsky.com>
24ca8f1 to
05b6e2f
Compare
Signed-off-by: SPC <github@spcsky.com>
05b6e2f to
8acd809
Compare
Owner
|
感谢 @specialpointcentral ! 我想问问,最近 SemanticScholar 的 API 正常吗? 我按照 #85 的链接请求,显示:Too Many Requests. Please wait and try again or apply for a key for higher rate limits. https://www.semanticscholar.org/product/api#api-key-form 谢谢~ |
Author
您好,我这边是可以使用的,请查看一下是否使用了代理,似乎API的请求数量限制是按照IP统计的。另外记得禁用浏览器缓存,否则可能会出现“Too Many Requests. Please wait and try again or apply for a key for higher rate limits.”信息被缓存的情况。 祝成功~ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add semantic API to obtain the full venue name.
fixes: #85 #80 #69 #63