-
Notifications
You must be signed in to change notification settings - Fork 7
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
Example queries return None #5
Comments
Yes. The reason is that our RESTful API for OQMD is still in the stage of internal test. We will release a new OQMD with RESTful API and some other features very soon. After that, you will be able to query data using this python wrapper. I will follow up with you once everything is ready. |
Thank you, looking forward to the new release! |
The new OQMD is released! This API wrapper should be good now. Try it out and close the issue if everything looks fine. |
From the query function:
I have gotten the error:
Is this a related issue? |
This actually appears to be due to a gateway timeout. @mohanliu what are the access rules on making requests to the server? I had queried less than 3000 structures when it locked me out. |
I increased the queue timeout on our web server now. I ran your script in my local system and it was able to download data from a query when I set the limit to be 3000. Lmk if this problem still persists. |
Hello, I have a question about qmpy_rester usage. I tried a few example queries from the Readme file but, whatever I try, I keep getting None as a result. Do you know what could be the issue?
Thanks!
The text was updated successfully, but these errors were encountered: