We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ALM Reports raises an error for queries with more than 2,000 DOIs. This should be handled gracefully.
[FATAL] DoiLimitReachedError (Reached limit of 2000 DOIs): app/controllers/application_controller.rb:31:in `[]=' app/controllers/id_controller.rb:222:in `block in process_upload' app/controllers/id_controller.rb:217:in `each' app/controllers/id_controller.rb:217:in `process_upload' app/controllers/application_controller.rb:105:in `save_session_dois' (pid:27511)
The text was updated successfully, but these errors were encountered:
This error is related, and described in #37.
NoMethodError (undefined method `length' for nil:NilClass): app/controllers/application_controller.rb:130:in `articleLimitReached?' app/controllers/id_controller.rb:14:in `index' app/controllers/application_controller.rb:105:in `save_session_dois' (pid:27390)
Sorry, something went wrong.
mfenner
Successfully merging a pull request may close this issue.
ALM Reports raises an error for queries with more than 2,000 DOIs. This should be handled gracefully.
The text was updated successfully, but these errors were encountered: