whiskyechobravo / kerko

A web application component that provides a faceted search interface for bibliographies managed with Zotero.
https://whiskyechobravo.github.io/kerko/
GNU General Public License v3.0
302 stars 36 forks source link

Crash when trying to sync a link attachment #3

Closed davidlesieur closed 3 years ago

davidlesieur commented 4 years ago

Command flask kerko sync attachments fails if an attachment is a link. Such items have an empty contentType in Zotero, and that was not taken into account in Kerko.

Until this issue is fixed, you'll only encounter this problem with Kerko when passing an empty list as the mime_types argument to Composer.__init__(). The temporary workaround is to use None (the default), or a list of MIME types.