openjournals / openjournals-draft-action

Experimental GitHub Action
MIT License
52 stars 12 forks source link

unable to normalize authors #13

Closed JeWaVe closed 2 years ago

JeWaVe commented 2 years ago

I'm trying to run this github action in order to publish a paper to JOSS, and action always fails at the same stage.

[INFO] Running filter /usr/local/share/openjournals/data/filters/normalize-metadata.lua
Error running filter /usr/local/share/openjournals/data/filters/normalize-metadata.lua:
attempt to index a nil value
stack traceback:
    ...al/share/openjournals/data/filters/normalize/authors.lua:46: in upvalue 'normalize_authors'
    ...l/share/openjournals/data/filters/normalize-metadata.lua:56: in function 'Meta'

My repository is here : https://github.com/JeWaVe/aerobus/tree/joss

I tried many ways to fix the issue, but still stuck.

tarleb commented 2 years ago

It seems that you already found a solution, hence closing.