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
Some importers are failing with errors. We should create a ticket for each unique error and list all the importer IDs that the error is seen on.
For the tickets that look like they are failing because of XML formatting, share with Drew. He will fix them.
The text was updated successfully, but these errors were encountered:
IDs: [152, 165, 187, 193, 208, 228, 265, 268, 270, 275, 304, 305, 314, 315]
[152, 165, 187, 193, 208, 228, 265, 268, 270, 275, 304, 305, 314, 315]
Error: undefined method 'xpath' for nil:NilClass
undefined method 'xpath' for nil:NilClass
IDs: [92, 117, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289]
[92, 117, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289]
Error: FATAL: PCDATA invalid Char value 11
FATAL: PCDATA invalid Char value 11
IDs: [302, 303, 306, 318]
[302, 303, 306, 318]
Error: MISCONF Errors writing to the AOF file: No space left on device
MISCONF Errors writing to the AOF file: No space left on device
imps = Bulkrax::Importer.where('name LIKE ?', 'AMS1Importer_%').order(:id) failed_imps = imps.select { |imp| imp.latest_status.status_message == 'Failed' };nil
Sorry, something went wrong.
Created these follow up tickets:
bkiahstroud
No branches or pull requests
Some importers are failing with errors. We should create a ticket for each unique error and list all the importer IDs that the error is seen on.
For the tickets that look like they are failing because of XML formatting, share with Drew. He will fix them.
The text was updated successfully, but these errors were encountered: