I am trying to access to a collection.anki2
which I get from extracting a Exported .apkg
file, but instead of hundreds of records I have in original deck, I only get 1 record in exported database:
-
The original
collection.anki2
under my profile directory has 16mb data (/Users/myName/Library/Application Support/Anki2/User 1
) and I can access to all my recored using cli/sqlite3 -
I exported the same Deck and selected all export options:
- I extracted the exported
apkg
file and this is the content:
0
1
2
...
93
99
collection.anki2
collection.anki21
media
meta
The size of exported collection.anki2
is 40kb
and it only has one row that says Please update to the latest Anki version, then import the .colpkg/.apkg file again.
-
I am using the lated Anki version for macOs (
Version <U+2068>24.04.1 (ccd9ca1a)<U+2069>
) -
Tried to access to
collection.anki2
db using cli too and this is the output ofcol.sched.deck_due_tree()
command
new_count: 1
total_including_children: 1
children {
deck_id: 1
name: "Default"
level: 1
collapsed: true
new_count: 1
new_uncapped: 1
total_in_deck: 1
total_including_children: 1
}
Any help is greatly appreciated