-
Notifications
You must be signed in to change notification settings - Fork 2
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
thumbnail-generator : Internal Server Error: 500 #220
Comments
May have some relation to #81 |
This is now logging these errors to Honeybadger, so it's possible to see they link with https://app.honeybadger.io/projects/50568/faults/62286610 which is an invalid mapping between the existing object and the cocina model. |
@andrewjbtw this raises an error because in dor-services-app, it can't find a title.
we have made an assumption that all objects have titles, but apparently web archive seeds do not have descriptive metadata. |
Web archive seeds are supposed to have their URLs be initial titles at registration and then have the real titles filled in later. It looks like we need to batch add descMetadata to all of these. Tony Z. has a method for doing this since it used to come up a lot with objects registered a long time ago. Fully accessioned web archive seeds do have titles: https://argo.stanford.edu/view/druid:bb196dd3409 I don't know what process got them there, if they started without descMetadata datastreams. |
I've added descriptive metadata and a title to https://argo.stanford.edu/view/druid:bc770gm9177 and will see if that leads to a thumbnail being generated. So far it's just sitting at queued. |
@andrewjbtw it looks like the server for was_robots_prod got upgraded, but the code never got deployed. |
I deployed was_robot_suite and that ran through and hit this error: https://app.honeybadger.io/projects/51141/faults/64372052 |
I might have figured this out. I haven't fixed bc770gm9177 but I got another one to work. Still investigating bc770gm9177 but it's possible it's now in a bad state because of my previous attempt at fixing it. |
Here's what I've been able to determine with more trial and error.
|
waiting on Andrew being able to register a seed in stage |
Working on fixing these by providing descriptive metadata datastreams so they conform to Cocina. Going to close because I think the only remaining work is data and workflow remediation and these items are accounted for in an SDRO ticket. |
Describe the bug
A large number of WAS objects have this error:
User Impact
This error is affecting web archive items in the Stanford University Websites Collection, which we are hoping to be able to resume accessioning in the near future.
https://argo.stanford.edu/catalog?f%5Bwf_wps_ssim%5D%5B%5D=wasSeedPreassemblyWF%3Athumbnail-generator%3Aerror
The text was updated successfully, but these errors were encountered: