flahertypj

About

Username
flahertypj
Joined
Roles
Member

Comments

  • I've noticed that problem too. The articles are saved on zotero 1. Looking at the code, I don't see any differences between the two versions. Maybe something internally changed in zotero
  • Removing the following line would fix the problem: item.abstractNote = byline.match(/\-\s+(.*)$/)[1]; The translator would not have the author for articles that don't follow the standard byline format. But probably better to have it working …
  • It looks like the problem is due to bylines. Article with the standard byline is fine but articles that do not have the correct place will throw the error.