-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
https://www.semanticscholar.org/product/api#api-key-form", "code": "429" #84
Comments
Please see: #78 Try see if the API works at all, and you have no firewall. |
It seems the issue isn't related to the firewall. It appears that the program is accessing https://www.semanticscholar.org/product/api#api-key-form too frequently. Do you know where to change this address or adjust the strategy? |
Requesting an API key would be the best strategy, alternatively one could consider other open scholarly archives such as DBLP! I believe Google Scholar can be challenging to access properly and can often block access. |
Where can I make changes to switch to DBLP? Please let me know. |
I also need help for switching DBLP |
The code for semantic scholar is here: AI-Scientist/ai_scientist/generate_ideas.py Line 284 in ed798a0
|
Yeah,i konw .but it very hard to get a key. |
I'm using Ubuntu 24.4, I run export S2_API_KEY="MY KEY" in the terminal, opened another terminal to run launch_scientist.py. |
|
@jli113 how do you get a key? |
Has anyone been successful in their application? how long does it take, I submitted my application 3 days ago and still no response |
@micelvrice same I have submitted the request like 3 days ago |
Perhaps 1-2 weeks. Feel free to run without novelty checking or citations in the writeup in the meantime! Just comment out the necessary lines. |
@conglu1997 I have tried that but i am getting error ../../data path for train.bin is not there. |
Have you run the prepare steps? |
@conglu1997 yes I have done all of them and the file is present there. |
Can you try pull the most recent version of the code? We recently fixed a related issue. |
@jobschang7 Requesting an API key would be the best strategy, HAHAHAHAHAH |
@gao106 registration can be a bit of a pain sometimes, if only there are tutorials that are more straightforward |
Please see #135 |
when i try to run this command:python launch_scientist.py --model "deepseek-coder-v2-0724" --experiment nanoGPT --num-ideas 1**
Response Status Code: 429
Response Content: {"message": "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", "code": "429"}
Backing off 6.5 seconds after 4 tries calling function search_for_papers at 04:14:52
Response Status Code: 429
Response Content: {"message": "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", "code": "429"}
Backing off 12.0 seconds after 5 tries calling function search_for_papers at 04:14:59
Response Status Code: 429
Response Content: {"message": "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", "code": "429"}
Backing off 15.8 seconds after 6 tries calling function search_for_papers at 04:15:11
Response Status Code: 429
what should i do?
The text was updated successfully, but these errors were encountered: