ankitects/anki

CSV import error message is not ideal

开放

#4,346 创建于 2025年9月17日

 (4 条评论) (0 个反应) (0 位负责人)Rust (2,965 个派生)batch import
good first issue

仓库指标

星标
 (27,973 个星标)
PR 合并指标
 (平均合并 4天) (30 天内合并 68 个 PR)

描述

How to reproduce:

  • Have a empty file empty.csv
  • do file>import and import empty.csv

Actual result:

  • a view titled "Import file", with content "500: The file you selected is empty". and nothing else

Expected:

  • 500 should not be here. It's not user relevant.
  • there should at least be a button to close the view. In practice it can be closed with esc, and I assume other standard shortcut, but it's not discoverable

贡献者指南