-
Notifications
You must be signed in to change notification settings - Fork 0
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
2 specific private files erroring when attempting to edit #143
Comments
Error dump
|
FileSets do not appear in the file_set_ids or members_ids for the parent dataset https://bl.iro.bl.uk/concern/datasets/2fa13eb5-1767-469b-b4c0-d9d518bfc1b3 7ce1be1e-5dda-457d-8e0e-7690b624c538 This is causing a template error in the edit page when fetching the parent_path |
This issue has changed in nature. The parent dataset is timing out: https://bl.iro.bl.uk/concern/datasets/2fa13eb5-1767-469b-b4c0-d9d518bfc1b3 These https://bl.iro.bl.uk/concern/file_sets/7ce1be1e-5dda-457d-8e0e-7690b624c538/edit?locale=en https://bl.iro.bl.uk/concern/file_sets/d1c89b1b-9b14-4ad3-be9a-8edaaed9ea49/edit?locale=en now throw this slightly different error https://sentry.notch8.com/sentry/britishlibrary/issues/142000/ Working assumption remains that these files have somehow ended up improperly unassociated with the parent item... exact nature still not obvious, may be related to #343 |
ordered_members_ssi in solr appeared to the the only piece of the puzzle still holding on to references to these file sets. removed 7ce1be1e-5dda-457d-8e0e-7690b624c538 and d1c89b1b-9b14-4ad3-be9a-8edaaed9ea49 from that and now behaving https://bl.iro.bl.uk/concern/datasets/2fa13eb5-1767-469b-b4c0-d9d518bfc1b3?locale=en |
Moved into phase 2 dev for n8 dev input
https://bl.iro.bl.uk/concern/datasets/2fa13eb5-1767-469b-b4c0-d9d518bfc1b3
(The one with tiffs which we've had a bit of trouble with before #162)
Two files that are private are throwing an error when attempting to edit
https://bl.iro.bl.uk/concern/file_sets/7ce1be1e-5dda-457d-8e0e-7690b624c538/edit?locale=en
https://bl.iro.bl.uk/concern/file_sets/d1c89b1b-9b14-4ad3-be9a-8edaaed9ea49/edit?locale=en
This is the error: https://sentry.notch8.com/sentry/britishlibrary/issues/124113/
Suggests there polymorphic_path thinks it should have a record but doen't have anything...
@jbasford mentioned "trying" to delete them previously. Perhaps something has gotten a bit corrupted in there and can be straightened out or otherwise repaired?
The text was updated successfully, but these errors were encountered: