relaton / relaton-iec

IecBib: retrieve IEC/CIE Standards for bibliographic use using the BibliographicItem model
MIT License
1 stars 0 forks source link

(URGENT) Unable to fetch IEC 80000-6 but it exists #52

Closed ronaldtse closed 1 year ago

ronaldtse commented 1 year ago

The undated version:

$ bundle exec relaton fetch "IEC 80000-6"
[relaton-iec] ("IEC 80000-6") fetching...
[relaton-iec] WARNING: no match found online for IEC 80000-6. The code must be exactly like it is on the standards website.
[relaton-iec] The provided document part may not exist, or the document may no longer be published in parts.
No matching bibliographic entry found

And the dated version:

$ bundle exec relaton fetch "IEC 80000-6:2022"
[relaton-iec] ("IEC 80000-6:2022") fetching...
[relaton-iec] WARNING: no match found online for IEC 80000-6:2022:2022. The code must be exactly like it is on the standards website.
[relaton-iec] The provided document part may not exist, or the document may no longer be published in parts.
No matching bibliographic entry found

(Notice there is a mention of "IEC 80000-6:2022:2022", which is wrong)

The document is published here:

And is searchable:

Screenshot 2023-04-12 at 9 09 17 AM
ronaldtse commented 1 year ago

This blocks https://github.com/metanorma/iso-iec-80000/pull/17

andrew2net commented 1 year ago

The latest version (1.14.3) doesn't have the issue

$ relaton fetch "IEC 80000-6"
[relaton-iec] ("IEC 80000-6") fetching...
[relaton-iec] ("IEC 80000-6") found IEC 80000-6:2008
<bibdata type="standard" schema-version="v1.2.3">
  <fetched>2023-05-02</fetched>
  <title type="main" format="text/plain" language="en" script="Latn">Quantities and units - Part 6: Electromagnetism</title>
  <title type="main" format="text/plain" language="fr" script="Latn">Grandeurs et unités - Partie 6: Electromagnétisme</title>
  <title type="main" format="text/plain" language="es" script="Latn">Versión Oficial En español - Magnitudes y unidades. Parte 6: Electromagnetismo.</title>
  <uri type="src">https://webstore.iec.ch/publication/7481</uri>
  <uri type="obp">https://webstore.iec.ch/preview/info_iec80000-6{ed1.0}b.pdf</uri>
  <docidentifier type="IEC" primary="true">IEC 80000-6</docidentifier>
  ...

$ relaton fetch "IEC 80000-6:2022"
[relaton-iec] ("IEC 80000-6:2022") fetching...
[relaton-iec] ("IEC 80000-6:2022") found IEC 80000-6:2022
<bibdata type="standard" schema-version="v1.2.3">
  <fetched>2023-05-02</fetched>
  <title type="main" format="text/plain" language="en" script="Latn">Quantities and units - Part 6: Electromagnetism</title>
  <title type="main" format="text/plain" language="fr" script="Latn">Grandeurs et unités - Partie 6: Electromagnétisme</title>
  <uri type="src">https://webstore.iec.ch/publication/60010</uri>
  <uri type="obp">https://webstore.iec.ch/preview/info_iec80000-6{ed2.0}b.pdf</uri>
  <docidentifier type="IEC" primary="true">IEC 80000-6:2022</docidentifier>
  ...
andrew2net commented 1 year ago

@ronaldtse do you still have this issue?

ronaldtse commented 1 year ago

Confirm this is fixed. Thanks @andrew2net !