relaton / relaton-data-bipm

Relaton bibliographic data for BIPM
2 stars 1 forks source link

BIPM Metrologia references cannot be fetched due to "undefined method `split' for nil:NilClass" #25

Closed anermina closed 1 year ago

anermina commented 1 year ago

Metrologia reference "BIPM Metrologia 19 4 163" cannot be fetched due to "undefined method `split' for nil:NilClass".

bundle exec relaton fetch "BIPM Metrologia 19 4 163"
....
C:/tools/ruby27/lib/ruby/gems/2.7.0/gems/relaton-bipm-1.13.5/lib/relaton_bipm/bipm_bibliography.rb:308:in `btcontrib': undefined method `split' for nil:NilClass (NoMethodError)
ronaldtse commented 1 year ago

I confirm that I can reproduce this error:

$ bundle exec relaton fetch "BIPM Metrologia 19 4 163"
[relaton-bipm] ("BIPM Metrologia 19 4 163") fetching...
relaton-bipm-1.13.5/lib/relaton_bipm/bipm_bibliography.rb:308:in `btcontrib': undefined method `split' for nil:NilClass (NoMethodError)

        surname, initial = bibtex.author.split ", "
                                        ^^^^^^
andrew2net commented 1 year ago

Fixed in version 1.13.6