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
compare_tei_works.py fetches swagger.json in order to define the list of includes fields to append to the the works requests it makes.
includes
Here:
catalogue-pipeline/scripts/compare_tei_works.py
Line 27 in 91779da
The resource: https://api.wellcomecollection.org/catalogue/v2/swagger.json does not exist and returns a 404 with the following body:
{"errorType":"http","httpStatus":404,"label":"Not Found","description":"Page not found for URL /catalogue/v2/swagger.json","type":"Error"}
This causes the script to abort.
The text was updated successfully, but these errors were encountered:
I suspect this script has not been used for over two years, otherwise it would have been spotted when we removed the autogenerated swagger
Sorry, something went wrong.
Maybe we just bin this script then, if we need it again we can resurrect or re-write?
No branches or pull requests
compare_tei_works.py fetches swagger.json in order to define the list of
includes
fields to append to the the works requests it makes.Here:
catalogue-pipeline/scripts/compare_tei_works.py
Line 27 in 91779da
The resource: https://api.wellcomecollection.org/catalogue/v2/swagger.json does not exist and returns a 404 with the following body:
{"errorType":"http","httpStatus":404,"label":"Not Found","description":"Page not found for URL /catalogue/v2/swagger.json","type":"Error"}
This causes the script to abort.
The text was updated successfully, but these errors were encountered: