relaton / relaton-iec

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

Unable to fetch IEC 60050-103 #20

Closed ronaldtse closed 4 years ago

ronaldtse commented 4 years ago
[relaton-iec] ("IEC 60050-103") fetching...
[relaton-iec] WARNING: no match found online for IEC 60050-103:2009. 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.

But the standard exists: https://webstore.iec.ch/publication/161

andrew2net commented 4 years ago

I can't reproduce this issue:

[6] pry(main)> item = RelatonIec::IecBibliography.get 'IEC 60050-103:2009'
[relaton-iec] ("IEC 60050-103") fetching...
[relaton-iec] ("IEC 60050-103") found IEC 60050-103:2009
=> #<RelatonIsoBib::IsoBibliographicItem:0x007ff493622bd8
...

[7] pry(main)> item.docidentifier
=> [#<RelatonBib::DocumentIdentifier:0x007ff49362a130 @id="IEC 60050-103:2009", @type="IEC">]

[8] pry(main)> RelatonIec::VERSION
=> "0.10.0"
andrew2net commented 4 years ago

@ronaldtse did this issue disappear as https://github.com/relaton/relaton-iso/issues/83#issuecomment-610953615 ?

ronaldtse commented 4 years ago

Yes, don't get this anymore.