Bỏ qua đến nội dung

«Check database» Explain errors and what is done to fix it

Chờ xử lý #anki #addon #check #database #explain #errors #and
https://github.com/Arthur-Milchior/anki-database-check-explained/issues
7/3/2020

Cách tải addon «Check database» Explain errors and what is done to fix it

Bạn có thể tải addon bằng một trong hai cách sau:

Click nút Copy bên dưới để copy code vào clipboard

1135180054

Sau đó mở Anki → Tools → Add-ons → Get Add-ons → Dán code → OK

Mở trang addon trên AnkiWeb và tìm mã code ở cuối trang

Mở trên AnkiWeb

Cuộn xuống cuối trang AnkiWeb, tìm dòng có mã code 1135180054 và copy

3
4

Mô tả chi tiết

WARNING: This add-on is still in beta mode. It is supposed to Fix the database. However, as anything updating the database, it may actually hurt it if there is a bug not yet found. Hence, be sure to have a backup of your collection before running «Check Database».

Rationale This add-on simultaneously solves three related problems. Please read the exact list on github: https://github.com/Arthur-Milchior/anki-database-check-explained


Liên kết hỗ trợ


Reviews (5)

👍 2021-06-29

No longer works. On 2.1.35

👍 2021-02-11

failed to work.

👍 2019-12-07

Checks more than normal Anki. From github:

Checking what Anki forgot to check

There are kinds of errors that Anki does not check. This add-on also checks and corrects those kinds of errors. The following error is currently considered:

A note has two distinct cards for the same card type. If this is the case, it keeps the card with the greatest interval. Ties are broken by the one with greatest ease, then the one with the greatest due date, then arbitrarily. I explain in the forum ho

👍 2019-09-04

I got the same error as the aqt error mentioned earlier.

this also shows

Syncing failed:

Traceback (most recent call last):

File “aqt/sync.py”, line 376, in _sync

File “aqt/sync.py”, line 356, in _abortingSync

File “anki/sync.py”, line 79, in sync

File “/Users/jasoncarrillo/Library/Application Support/Anki2/addons21/1135180054/check.py”, line 44, in basicCheck

print(formatted, file = sys.stderr)

File “aqt/errors.py”, line 41, in write

UnicodeEncodeError: ‘ascii’ codec

👍 2019-08-11

Like the idea behind it but got

ImportError cannot import name ‘test’ Comment from author Sorry. Corrected.