-
Notifications
You must be signed in to change notification settings - Fork 21
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
Robustness at different parts of the codemeta.json creation #175
Milestone
Comments
Also be more robust to hitting GitHub API rate limits, especially in the absence of a token. |
This was referenced Oct 12, 2018
Closed
|
@sckott have you actually observed many failures when building the registry? |
fixed iv dev by #255 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
codemetar
gets data from GitHub API, soon from a csv with information about rOpenSci reviews cf #23 .It'd make sense to check for the presence of an internet connection, to try a few times, and to output NULLs instead of errors.
The text was updated successfully, but these errors were encountered: