ietf-tools / bibxml-service

Django-based Web service implementing IETF BibXML APIs
https://bib.ietf.org
BSD 3-Clause "New" or "Revised" License
17 stars 19 forks source link

https://bib.ietf.org/public/rfc/bibxml8/reference.IANA.uuid.xml #412

Closed cabo closed 1 month ago

cabo commented 7 months ago

Describe the issue

*** Status code 404 while fetching https://bib.ietf.org/public/rfc/bibxml8/reference.IANA.uuid.xml

{"error": {"message": "Error resolving bibliographic item. Tried methods: auto (IanaAdapter: using docid IANA IANA uuid -> using query @.type == \"IANA\" && @.primary == true && @.id == \"IANA uuid\" -> no refs found): not found (Item not found), fallback (): not indexed"}}

Code of Conduct

ajeanmahoney commented 7 months ago

URLs are case sensitive. I searched for "IANA uuid" on the bib.ietf.org main page and received the following URL: https://bib.ietf.org/get-bibliographic-item/?query=IANA+uuid, which has a link to https://bib.ietf.org/public/rfc/bibxml8/reference.IANA.UUID.xml, which works.

cabo commented 1 month ago

https://bib.ietf.org/public/rfc/bibxml8/reference.IANA.uuid.xml now works for me (and https://bib.ietf.org/public/rfc/bibxml8/reference.IANA.UUID.xml doesn't).

I cannot track this to a specific change, but I'll close the issue anyway, as the underlying case confusion seems to have been taken care of.