You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BibXML makes two queries to get I-D information.
First, https://datatracker.ietf.org/api/v1/doc/document/<draft name>/.
Secondly, https://datatracker.ietf.org/api/v1/submit/submission/<submission id>/. submission id is the last submission in <submissions type="list"> from the first query.
THis submissions list can also include failed submissions and if the last submission is a failed submission, BibXML Service will fail to get I-D information.
With the following call, BibXML Service can only get successful submissions.
Describe the issue
This is related to #458
BibXML makes two queries to get I-D information.
First,
https://datatracker.ietf.org/api/v1/doc/document/<draft name>/
.Secondly,
https://datatracker.ietf.org/api/v1/submit/submission/<submission id>/
.submission id
is the last submission in<submissions type="list">
from the first query.THis submissions list can also include failed submissions and if the last submission is a failed submission, BibXML Service will fail to get I-D information.
With the following call, BibXML Service can only get successful submissions.
This might also prevent BibXML Service from making two calls to DT.
Code of Conduct
The text was updated successfully, but these errors were encountered: